From 39aa8530424310663c888f9e02224158961532e3 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Tue, 30 Oct 2018 18:41:29 +0100 Subject: PHP is crap --- config/optimus.components.php | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 config/optimus.components.php (limited to 'config/optimus.components.php') diff --git a/config/optimus.components.php b/config/optimus.components.php deleted file mode 100644 index 33a4170..0000000 --- a/config/optimus.components.php +++ /dev/null @@ -1,19 +0,0 @@ - [ - 'Api' => base_path() . DIRECTORY_SEPARATOR . 'api', - 'Infrastructure' => base_path() . DIRECTORY_SEPARATOR . 'infrastructure' - ], - - - 'protection_middleware' => [ - 'auth:api' - ], - - 'resource_namespace' => 'resources', - - 'language_folder_name' => 'lang', - - 'view_folder_name' => 'views' -]; -- cgit v1.2.3