formatting
This commit is contained in:
@ -2,10 +2,10 @@
|
||||
|
||||
namespace Akaunting\Module\Commands;
|
||||
|
||||
use App\Abstracts\Commands\Module;
|
||||
use App\Abstracts\Commands\Module as Command;
|
||||
use App\Events\Module\Disabled;
|
||||
|
||||
class DisableCommand extends Module
|
||||
class DisableCommand extends Command
|
||||
{
|
||||
/**
|
||||
* The name and signature of the console command.
|
||||
|
@ -2,10 +2,10 @@
|
||||
|
||||
namespace Akaunting\Module\Commands;
|
||||
|
||||
use App\Abstracts\Commands\Module;
|
||||
use App\Abstracts\Commands\Module as Command;
|
||||
use App\Events\Module\Enabled;
|
||||
|
||||
class EnableCommand extends Module
|
||||
class EnableCommand extends Command
|
||||
{
|
||||
/**
|
||||
* The name and signature of the console command.
|
||||
|
@ -2,11 +2,11 @@
|
||||
|
||||
namespace Akaunting\Module\Commands;
|
||||
|
||||
use App\Abstracts\Commands\Module;
|
||||
use App\Abstracts\Commands\Module as Command;
|
||||
use App\Events\Module\Installed;
|
||||
use App\Models\Module\Module as Model;
|
||||
|
||||
class InstallCommand extends Module
|
||||
class InstallCommand extends Command
|
||||
{
|
||||
/**
|
||||
* The name and signature of the console command.
|
||||
|
Reference in New Issue
Block a user