mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Disable transaction events in self hosted
This commit is contained in:
parent
d6aaa0f7ac
commit
93bff4cfbb
@ -86,8 +86,8 @@ class TransactionLog implements ShouldQueue
|
||||
*/
|
||||
public function handle()
|
||||
{
|
||||
// if(!Ninja::isHosted())
|
||||
// return;
|
||||
if(!Ninja::isHosted())
|
||||
return;
|
||||
|
||||
$this->setTransformer();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user