| Current Path : /home/zada/public_html/routes/ |
| Current File : /home/zada/public_html/routes/update.php |
<?php
/*
|--------------------------------------------------------------------------
| Update Routes
|--------------------------------------------------------------------------
|
| This route is responsible for handling the intallation process
|
|
|
*/
use App\Http\Controllers\UpdateController;
Route::get('/', [UpdateController::class, 'step0']);