Disable transaction events in self hosted
This commit is contained in:
parent
d6aaa0f7ac
commit
93bff4cfbb
1 changed files with 2 additions and 2 deletions
|
|
@ -86,8 +86,8 @@ class TransactionLog implements ShouldQueue
|
|||
*/
|
||||
public function handle()
|
||||
{
|
||||
// if(!Ninja::isHosted())
|
||||
// return;
|
||||
if(!Ninja::isHosted())
|
||||
return;
|
||||
|
||||
$this->setTransformer();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue