diff --git a/src/Features/Timestamps.php b/src/Features/Timestamps.php index a4cbe0d7..4eb4bb5f 100644 --- a/src/Features/Timestamps.php +++ b/src/Features/Timestamps.php @@ -11,7 +11,7 @@ use Stancl\Tenancy\TenantManager; class Timestamps implements Feature { - public function bootstrap(TenantManager $tenantManager) + public function bootstrap(TenantManager $tenantManager): void { $tenantManager->hook('tenant.creating', function ($tm, Tenant $tenant) { $tenant->with('created_at', Date::now());