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:
parent
8dae2dcc6f
commit
3c076b8a46
1 changed files with 2 additions and 1 deletions
|
|
@ -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)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue