Introduced configurations and application object (test code)

This commit is contained in:
2020-12-15 21:46:46 +01:00
parent cf30a1280d
commit bf79e9cee7
7 changed files with 131 additions and 8 deletions

5
config/application.php Normal file
View File

@@ -0,0 +1,5 @@
<?php
return [
'providers' => []
];