add credit to akaunting

This commit is contained in:
Mohit Panjwani
2020-05-21 14:53:27 +05:30
parent 2b03bc798e
commit 6a4009e13a
2 changed files with 2 additions and 0 deletions

View File

@ -6,6 +6,7 @@ use Illuminate\Console\Command;
use Crater\Space\Updater;
use Crater\Setting;
// Implementation taken from Akaunting - https://github.com/akaunting/akaunting
class UpdateCommand extends Command
{
public $installed;

View File

@ -7,6 +7,7 @@ use GuzzleHttp\Exception\RequestException;
use Crater\Events\UpdateFinished;
use ZipArchive;
// Implementation taken from Akaunting - https://github.com/akaunting/akaunting
class Updater
{
use SiteApi;