1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2025-12-13 09:04:04 +00:00

Make originalPaths public

This commit is contained in:
Samuel Štancl 2019-09-21 19:39:50 +02:00
parent 8dae2dcc6f
commit 3c076b8a46

View file

@ -14,7 +14,8 @@ class FilesystemTenancyBootstrapper implements TenancyBootstrapper
/** @var Application */ /** @var Application */
protected $app; protected $app;
protected $originalPaths = []; /** @var array */
public $originalPaths = [];
public function __construct(Application $app) public function __construct(Application $app)
{ {