Skip to content

Commit 282b18a

Browse files
committed
feat: init
1 parent 3d910a4 commit 282b18a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

EventBootstrap.php

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,10 @@
1313

1414
class EventBootstrap implements BootstrapInterface
1515
{
16-
public $uniqueIds;
16+
/**
17+
* @var array
18+
*/
19+
public $uniqueIds = ['site/login'];
1720

1821
public function bootstrap($app)
1922
{

0 commit comments

Comments
 (0)