improved tenant identification
This commit is contained in:
@ -8,17 +8,7 @@ use Illuminate\Support\ServiceProvider as Provider;
|
||||
class Observer extends Provider
|
||||
{
|
||||
/**
|
||||
* Register bindings in the container.
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
public function boot()
|
||||
{
|
||||
Transaction::observe('App\Observers\Transaction');
|
||||
}
|
||||
|
||||
/**
|
||||
* Register the service provider.
|
||||
* Register any application services.
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
@ -26,4 +16,14 @@ class Observer extends Provider
|
||||
{
|
||||
//
|
||||
}
|
||||
|
||||
/**
|
||||
* Bootstrap any application services.
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
public function boot()
|
||||
{
|
||||
Transaction::observe('App\Observers\Transaction');
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user