Merge branch 'develop' into feature/vuejs

This commit is contained in:
Dane Everitt 2018-05-31 22:59:16 -07:00
commit 5f70502f20
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
31 changed files with 835 additions and 7 deletions

View file

@ -1,6 +1,7 @@
<?php
Route::get('/', 'BaseController@index')->name('admin.index');
Route::get('/statistics', 'StatisticsController@index')->name('admin.statistics');
/*
|--------------------------------------------------------------------------