diff --git a/src/Features/ViteBundler.php b/src/Features/ViteBundler.php index f50510e4..e3fee2fa 100644 --- a/src/Features/ViteBundler.php +++ b/src/Features/ViteBundler.php @@ -11,7 +11,8 @@ use Stancl\Tenancy\Vite; class ViteBundler implements Feature { - protected Application $app; + /** @var Application */ + protected $app; public function __construct(Application $app) {