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

@ -3,7 +3,7 @@
namespace App\Abstracts\Commands;
use App\Models\Module\Module as Model;
use App\Models\Module\ModuleHistory;
use App\Models\Module\ModuleHistory as ModelHistory;
use Illuminate\Console\Command;
use Illuminate\Support\Str;
use Symfony\Component\Console\Input\InputArgument;
@ -53,7 +53,7 @@ abstract class Module extends Command
return;
}
ModuleHistory::create([
ModelHistory::create([
'company_id' => $this->company_id,
'module_id' => $this->model->id,
'category' => $this->module->get('category'),