diff --git a/bootstrap/web/setup.php b/bootstrap/web/setup.php index a2e2c06..4554ed4 100644 --- a/bootstrap/web/setup.php +++ b/bootstrap/web/setup.php @@ -78,11 +78,7 @@ return [ ProVM\Common\Factory\Model::class => function(Container $c) { return new ProVM\Common\Factory\Model( $c->get('folders.data'), - implode(DIRECTORY_SEPARATOR, [ - $c->get('folders.public'), - 'assets', - 'images' - ]) + $c->get('folders.public') ); } ];