mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 05:02:36 +01:00
updates for service providers
This commit is contained in:
parent
d0b09b5bd1
commit
1af53b9696
@ -14,9 +14,7 @@ class ClientPortalServiceProvider extends ServiceProvider
|
||||
*/
|
||||
public function register()
|
||||
{
|
||||
app()->bind('customMessage', function () {
|
||||
return new CustomMessage();
|
||||
});
|
||||
|
||||
}
|
||||
|
||||
/**
|
||||
@ -26,6 +24,9 @@ class ClientPortalServiceProvider extends ServiceProvider
|
||||
*/
|
||||
public function boot()
|
||||
{
|
||||
//
|
||||
app()->bind('customMessage', function () {
|
||||
return new CustomMessage();
|
||||
});
|
||||
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user