mirror of
https://github.com/crater-invoice/crater.git
synced 2025-10-28 20:21:10 -04:00
add credit to akaunting
This commit is contained in:
@ -6,6 +6,7 @@ use Illuminate\Console\Command;
|
|||||||
use Crater\Space\Updater;
|
use Crater\Space\Updater;
|
||||||
use Crater\Setting;
|
use Crater\Setting;
|
||||||
|
|
||||||
|
// Implementation taken from Akaunting - https://github.com/akaunting/akaunting
|
||||||
class UpdateCommand extends Command
|
class UpdateCommand extends Command
|
||||||
{
|
{
|
||||||
public $installed;
|
public $installed;
|
||||||
|
|||||||
@ -7,6 +7,7 @@ use GuzzleHttp\Exception\RequestException;
|
|||||||
use Crater\Events\UpdateFinished;
|
use Crater\Events\UpdateFinished;
|
||||||
use ZipArchive;
|
use ZipArchive;
|
||||||
|
|
||||||
|
// Implementation taken from Akaunting - https://github.com/akaunting/akaunting
|
||||||
class Updater
|
class Updater
|
||||||
{
|
{
|
||||||
use SiteApi;
|
use SiteApi;
|
||||||
|
|||||||
Reference in New Issue
Block a user