mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 18:54:03 +00:00
Add return type
This commit is contained in:
parent
fcd71f0b63
commit
aeef8dbce1
1 changed files with 1 additions and 1 deletions
|
|
@ -59,7 +59,7 @@ class MailTenancyBootstrapper implements TenancyBootstrapper
|
||||||
$this->bindNewMailManagerInstance();
|
$this->bindNewMailManagerInstance();
|
||||||
}
|
}
|
||||||
|
|
||||||
protected function bindNewMailManagerInstance()
|
protected function bindNewMailManagerInstance(): void
|
||||||
{
|
{
|
||||||
$this->app->extend(MailManager::class, function (MailManager $mailManager) {
|
$this->app->extend(MailManager::class, function (MailManager $mailManager) {
|
||||||
return new MailManager($this->app);
|
return new MailManager($this->app);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue