formatting

This commit is contained in:
Denis Duliçi
2020-06-12 11:51:37 +03:00
parent 3357a2d058
commit 23de00f508
5 changed files with 10 additions and 10 deletions

View File

@ -2,10 +2,10 @@
namespace App\Console\Commands;
use App\Abstracts\Commands\Module;
use App\Abstracts\Commands\Module as Command;
use App\Events\Module\Uninstalled;
class UninstallModule extends Module
class UninstallModule extends Command
{
/**
* The name and signature of the console command.