mirror of
https://github.com/crater-invoice/crater.git
synced 2025-10-28 04:01:10 -04:00
add credit to akaunting
This commit is contained in:
@ -2,6 +2,7 @@
|
|||||||
|
|
||||||
namespace Crater\Listeners\Updates;
|
namespace Crater\Listeners\Updates;
|
||||||
|
|
||||||
|
// Implementation taken from Akaunting - https://github.com/akaunting/akaunting
|
||||||
class Listener
|
class Listener
|
||||||
{
|
{
|
||||||
const VERSION = '';
|
const VERSION = '';
|
||||||
|
|||||||
@ -6,6 +6,7 @@ use GuzzleHttp\Client;
|
|||||||
use GuzzleHttp\Exception\RequestException;
|
use GuzzleHttp\Exception\RequestException;
|
||||||
use Crater\Setting;
|
use Crater\Setting;
|
||||||
|
|
||||||
|
// Implementation taken from Akaunting - https://github.com/akaunting/akaunting
|
||||||
trait SiteApi
|
trait SiteApi
|
||||||
{
|
{
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user