Documentation and minor fixes
This commit is contained in:
@@ -17,7 +17,6 @@ class ProductModelSeeder extends Seeder
|
||||
public function run()
|
||||
{
|
||||
$items = [
|
||||
['brand_id' => Brand::where('name','=','Test Brand')->first()->id,'name' => 'Test Model'],
|
||||
];
|
||||
foreach ($items as $item) {
|
||||
ProductModel::create($item);
|
||||
|
||||
Reference in New Issue
Block a user