4 lines
53 B
PHP
4 lines
53 B
PHP
<?php
|
|
|
|
Route::get('/', 'HomeController@showIndex');
|
<?php
|
|
|
|
Route::get('/', 'HomeController@showIndex');
|