ALPHA 3.0.2b

This commit is contained in:
TheGamecraft
2018-09-10 09:13:10 -04:00
parent 0e0ef86b71
commit e536ef7e0a
7 changed files with 33 additions and 72 deletions

View File

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