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

return type added

This commit is contained in:
Chinmay Purav 2024-09-12 23:37:37 +05:30
parent 35f724128b
commit 14fe3c71c1

View file

@ -10,7 +10,7 @@ use Stancl\Tenancy\Events\TenantWentInMaintenanceMode;
trait MaintenanceMode
{
public function putDownForMaintenance($data = [])
public function putDownForMaintenance($data = []): void
{
event(new TenantGoingInMaintenanceMode($this));