Skip to content

Commit c8122e6

Browse files
committed
Removed Test route with it's controler
1 parent 6b365e8 commit c8122e6

File tree

3 files changed

+0
-44
lines changed

3 files changed

+0
-44
lines changed

src/CoreServiceProvider.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ class CoreServiceProvider extends ServiceProvider
2020
*/
2121
public function boot()
2222
{
23-
$this->loadRoutesFrom(__DIR__ . '/routes/web.php');
2423
$this->loadTranslationsFrom(__DIR__ . '/lang/errors.php', 'errors');
2524
$this->loadMigrationsFrom(__DIR__ . '/database/migrations/2019_10_03_101111_create_files_table.php');
2625
}

src/Http/Controllers/TestController.php

Lines changed: 0 additions & 34 deletions
This file was deleted.

src/routes/web.php

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)