* deploy script added

* los basepath middleware added
This commit is contained in:
Dávid Danyi
2018-04-20 10:39:53 +02:00
parent 83f6c50af2
commit 8b28a73ed8
6 changed files with 123 additions and 1 deletions

View File

@@ -0,0 +1,9 @@
<?php
return [
'dependencies' => [
'factories' => [
LosMiddleware\BasePath\BasePath::class => LosMiddleware\BasePath\BasePathFactory::class,
],
],
];