styling
This commit is contained in:
@ -2,10 +2,8 @@
|
||||
|
||||
namespace Database\Seeds;
|
||||
|
||||
use App\Models\Common\Company;
|
||||
use App\Models\Model;
|
||||
use App\Models\Setting\Category;
|
||||
|
||||
use Illuminate\Database\Seeder;
|
||||
|
||||
class Categories extends Seeder
|
||||
@ -26,7 +24,7 @@ class Categories extends Seeder
|
||||
|
||||
private function create()
|
||||
{
|
||||
$company_id = $this->command->argument('company');
|
||||
$company_id = $this->command->argument('company');
|
||||
|
||||
$rows = [
|
||||
[
|
||||
|
Reference in New Issue
Block a user