diff options
Diffstat (limited to 'infrastructure/Http/Controller.php')
-rw-r--r-- | infrastructure/Http/Controller.php | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/infrastructure/Http/Controller.php b/infrastructure/Http/Controller.php deleted file mode 100644 index aa567b9..0000000 --- a/infrastructure/Http/Controller.php +++ /dev/null @@ -1,10 +0,0 @@ -<?php - -namespace Infrastructure\Http; - -use Illuminate\Foundation\Validation\ValidatesRequests; -use Optimus\Bruno\LaravelController; - -abstract class Controller extends LaravelController -{ -} |