diff --git a/src/Features/ViteBundler.php b/src/Features/ViteBundler.php index 34b118e7..dbe6651b 100644 --- a/src/Features/ViteBundler.php +++ b/src/Features/ViteBundler.php @@ -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