renamed laravel packages

This commit is contained in:
Denis Duliçi
2021-03-05 15:30:01 +03:00
parent bc7488cf96
commit c16abc6f32
6 changed files with 339 additions and 339 deletions

View File

@ -0,0 +1,22 @@
<?php
namespace Akaunting\Module\Commands;
use App\Console\Commands\UninstallModule;
class DeleteCommand extends UninstallModule
{
/**
* The name and signature of the console command.
*
* @var string
*/
protected $signature = 'module:delete {alias} {company} {locale=en-GB}';
/**
* The console command description.
*
* @var string
*/
protected $description = 'Delete the specified module.';
}