mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-15 15:42:51 +01:00
fixes
This commit is contained in:
parent
8d43eb6664
commit
f0415b6b20
@ -21,8 +21,7 @@ use App\Utils\Traits\SavesDocuments;
|
|||||||
|
|
||||||
abstract class BaseWebhookHandler
|
abstract class BaseWebhookHandler
|
||||||
{
|
{
|
||||||
use GeneratesCounter;
|
use GeneratesCounter, SavesDocuments;
|
||||||
use SavesDocuments;
|
|
||||||
public function process()
|
public function process()
|
||||||
{
|
{
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user