From 437a8ed05ceeb00f886202f1b04dd8f9757175ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20=C5=A0tancl?= Date: Wed, 28 Sep 2022 18:50:09 +0200 Subject: [PATCH] remove typehint --- src/Features/ViteBundler.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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) {