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

Add return type

This commit is contained in:
lukinovec 2022-12-06 09:35:59 +01:00
parent fcd71f0b63
commit aeef8dbce1

View file

@ -59,7 +59,7 @@ class MailTenancyBootstrapper implements TenancyBootstrapper
$this->bindNewMailManagerInstance();
}
protected function bindNewMailManagerInstance()
protected function bindNewMailManagerInstance(): void
{
$this->app->extend(MailManager::class, function (MailManager $mailManager) {
return new MailManager($this->app);