Finish pack management in Admin CP

This commit is contained in:
Dane Everitt
2017-03-15 20:52:37 -04:00
parent 4730309589
commit 1c47b2ed55
13 changed files with 352 additions and 455 deletions

View File

@@ -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);
}