mirror of
https://gitlab.com/TheGamecraft/c-cms.git
synced 2026-04-21 02:39:10 -04:00
ALPHA 3.0.1e
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
<?php
|
||||
use \App\Notifications\Alert;
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Web Routes
|
||||
@@ -27,7 +28,13 @@ Route::get('/admin/calendar', 'CalendarController@index');
|
||||
/* Other Route */
|
||||
Route::get('/test', function () {
|
||||
|
||||
\App\Log::saveLog('Test');
|
||||
$today = new \App\Schedule;
|
||||
|
||||
$today->date = "2018-07-18";
|
||||
$today->type = "pilotage";
|
||||
$today->data = ['begin_at' => '09:30','end_at' => '12:00'];
|
||||
|
||||
$today->save();
|
||||
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user