mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 10:14:04 +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
|
||||
{
|
||||
/** @var Application */
|
||||
protected $app;
|
||||
|
||||
public function __construct(Application $app)
|
||||
{
|
||||
$this->app = $app;
|
||||
public function __construct(
|
||||
protected Application $app
|
||||
) {
|
||||
}
|
||||
|
||||
public function bootstrap(): void
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue