One day eslint will have a PHP counterpart that works in Atom... 🤔
This commit is contained in:
parent
1679d866a5
commit
e5ed1c7f6a
2 changed files with 9 additions and 9 deletions
|
@ -40,7 +40,7 @@ class PackController extends Controller
|
|||
}
|
||||
|
||||
/**
|
||||
* Pulls an install pack archive from the system
|
||||
* Pulls an install pack archive from the system.
|
||||
*
|
||||
* @param \Illuminate\Http\Request $request
|
||||
* @return \Illuminate\Http\Response
|
||||
|
@ -84,13 +84,12 @@ class PackController extends Controller
|
|||
}
|
||||
|
||||
/**
|
||||
* Pulls an update pack archive from the system
|
||||
* Pulls an update pack archive from the system.
|
||||
*
|
||||
* @param \Illuminate\Http\Request $request
|
||||
* @return \Illuminate\Http\Response
|
||||
*/
|
||||
public function pullUpdate(Request $request)
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
|
|
|
@ -786,6 +786,7 @@ class ServerRepository
|
|||
}
|
||||
|
||||
$server->delete();
|
||||
|
||||
return DB::commit();
|
||||
} catch (\Exception $ex) {
|
||||
DB::rollBack();
|
||||
|
|
Loading…
Add table
Reference in a new issue