* basepath pipeline added

This commit is contained in:
Dávid Danyi
2017-07-31 16:34:40 +02:00
parent 8c5219956e
commit 901fb6cef0
3 changed files with 12 additions and 2 deletions

View File

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