add credit to akaunting

This commit is contained in:
Mohit Panjwani
2020-05-21 15:01:47 +05:30
parent 532196a9b4
commit dc37f565c4
2 changed files with 2 additions and 0 deletions

View File

@ -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 = '';

View File

@ -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
{ {