1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2025-12-12 15:34:03 +00:00

remove typehint

This commit is contained in:
Samuel Štancl 2022-09-28 18:50:09 +02:00
parent a2c53b58ba
commit 437a8ed05c

View file

@ -11,7 +11,8 @@ use Stancl\Tenancy\Vite;
class ViteBundler implements Feature
{
protected Application $app;
/** @var Application */
protected $app;
public function __construct(Application $app)
{