Finish pack management in Admin CP
This commit is contained in:
parent
4730309589
commit
1c47b2ed55
13 changed files with 352 additions and 455 deletions
|
@ -98,10 +98,6 @@ class RemoteController extends Controller
|
|||
], 403);
|
||||
}
|
||||
|
||||
// Passes Validation, Setup Notifications
|
||||
$notify = new NotificationService($server);
|
||||
$notify->pass($request->input('notification'));
|
||||
|
||||
return response('', 201);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue