mirror of
https://gitlab.com/TheGamecraft/c-cms.git
synced 2026-04-21 02:39:10 -04:00
ALPHA 3.0.2b
This commit is contained in:
@@ -76,10 +76,7 @@ Route::middleware(['auth','admin'])->group(function () {
|
||||
/* Other Route */
|
||||
Route::get('/test', function () {
|
||||
|
||||
$users = \App\User::all()->whereNotIn('telephone','null');
|
||||
foreach ($users as $user) {
|
||||
$user->notify(new sms($user,"Il y a une une modification a l'horaire vous concernant le 25 octobre"));
|
||||
}
|
||||
return view('welcome');
|
||||
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user