Cleanup Installer module scaffolding
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
<?php
|
||||
|
||||
Route::get('/', 'InstallerController@index');
|
||||
@@ -0,0 +1,3 @@
|
||||
<?php
|
||||
|
||||
Route::get('/update', 'InstallerController@index');
|
||||
Reference in New Issue
Block a user