trs_matrimony/routes/update.php
2024-08-22 09:31:12 +05:30

13 lines
296 B
PHP

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