This commit is contained in:
TheGamecraft
2018-07-16 20:28:57 -04:00
parent 2b2b726838
commit af458ad411
7 changed files with 75 additions and 4 deletions

View File

@@ -25,9 +25,7 @@ Route::get('/admin/update', 'AdminController@update');
/* Other Route */
Route::get('/test', function () {
$user = Auth::user();
Notification::send($user,new Alert($user->id, "Something happen reaaaaaally big happe yesterday"));
\App\Log::saveLog('Test');
});