Started working on parsing symfony cast pages.
This commit is contained in:
@@ -13,6 +13,6 @@ use Illuminate\Support\Facades\Route;
|
||||
|
|
||||
*/
|
||||
|
||||
Route::get('/', function () {
|
||||
return view('welcome');
|
||||
});
|
||||
Route::get('/', [\App\Http\Controllers\Controller::class, 'index']);
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user