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
|
||||
{
|
||||
use GeneratesCounter;
|
||||
use SavesDocuments;
|
||||
use GeneratesCounter, SavesDocuments;
|
||||
public function process()
|
||||
{
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user