fixed filament.blade.php
This commit is contained in:
@@ -15,7 +15,8 @@ class ManufacturerSeeder extends Seeder
|
||||
{
|
||||
// Create predefined Manufacturers
|
||||
$manufacturers = [
|
||||
['name' => 'Bambulab', 'description' => 'Bambulab is a manufacturer of high quality products.', 'website' => 'https://bambulab.com', 'logo' => 'https://example.com/bambulab-logo.png']
|
||||
['name' => 'Bambulab', 'description' => 'Bambulab is a manufacturer of high quality products.', 'website' => 'https://bambulab.com', 'logo' => ''],
|
||||
['name' => 'Sunlu', 'description' => 'Sunlu is a manufacturer of high quality products.', 'website' => 'https://sunlu.com', 'logo' => '']
|
||||
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user