1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-02-05 18:54:03 +00:00

Update ViteBundler constructor

This commit is contained in:
lukinovec 2023-02-23 16:23:22 +01:00
parent 34547f75f6
commit f9e027757f

View file

@ -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