mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 12:44:02 +00:00
return type added
This commit is contained in:
parent
35f724128b
commit
14fe3c71c1
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ use Stancl\Tenancy\Events\TenantWentInMaintenanceMode;
|
|||
|
||||
trait MaintenanceMode
|
||||
{
|
||||
public function putDownForMaintenance($data = [])
|
||||
public function putDownForMaintenance($data = []): void
|
||||
{
|
||||
event(new TenantGoingInMaintenanceMode($this));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue