mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-12 09:34:04 +00:00
remove typehint
This commit is contained in:
parent
a2c53b58ba
commit
437a8ed05c
1 changed files with 2 additions and 1 deletions
|
|
@ -11,7 +11,8 @@ use Stancl\Tenancy\Vite;
|
||||||
|
|
||||||
class ViteBundler implements Feature
|
class ViteBundler implements Feature
|
||||||
{
|
{
|
||||||
protected Application $app;
|
/** @var Application */
|
||||||
|
protected $app;
|
||||||
|
|
||||||
public function __construct(Application $app)
|
public function __construct(Application $app)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue