1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-02-04 21:14:02 +00:00

Apply fixes from StyleCI

This commit is contained in:
stancl 2019-08-13 21:37:15 +00:00 committed by StyleCI Bot
parent 82237bd7f3
commit f6f07fa70b

View file

@ -5,7 +5,7 @@ namespace Stancl\Tenancy\Traits;
trait TenantManagerEvents trait TenantManagerEvents
{ {
/** /**
* Event listeners * Event listeners.
* *
* @var callable[][] * @var callable[][]
*/ */
@ -67,4 +67,4 @@ trait TenantManagerEvents
return $this; return $this;
} }
} }