13 lines
296 B
PHP
13 lines
296 B
PHP
<?php
|
|
/*
|
|
|--------------------------------------------------------------------------
|
|
| Update Routes
|
|
|--------------------------------------------------------------------------
|
|
|
|
|
| This route is responsible for handling the intallation process
|
|
|
|
|
|
|
|
|
|
|
*/
|
|
Route::get('/', 'UpdateController@step0');
|