1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-02-05 12:44:02 +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
{
/** @var Application */
protected $app;
public function __construct(Application $app)
{
$this->app = $app;
public function __construct(
protected Application $app
) {
}
public function bootstrap(): void