mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 20:54:03 +00:00
Update ViteBundler constructor
This commit is contained in:
parent
34547f75f6
commit
f9e027757f
1 changed files with 3 additions and 6 deletions
|
|
@ -11,12 +11,9 @@ use Stancl\Tenancy\Vite;
|
||||||
|
|
||||||
class ViteBundler implements Feature
|
class ViteBundler implements Feature
|
||||||
{
|
{
|
||||||
/** @var Application */
|
public function __construct(
|
||||||
protected $app;
|
protected Application $app
|
||||||
|
) {
|
||||||
public function __construct(Application $app)
|
|
||||||
{
|
|
||||||
$this->app = $app;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public function bootstrap(): void
|
public function bootstrap(): void
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue