mirror of
https://gitlab.com/TheGamecraft/c-cms.git
synced 2026-04-21 10:49:10 -04:00
3.0.1c
This commit is contained in:
@@ -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');
|
||||
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user