mirror of https://github.com/4xmen/xshop.git
Compare commits
No commits in common. '705c5667e2116d0615180d39decfd069a6214cf4' and 'eb3d852dae7f3c993c3628a3b23e86a555dfe4f0' have entirely different histories.
705c5667e2
...
eb3d852dae
@ -1,21 +0,0 @@
|
|||||||
<?php
|
|
||||||
|
|
||||||
namespace Database\Seeders;
|
|
||||||
|
|
||||||
use App\Models\Customer;
|
|
||||||
use Illuminate\Database\Console\Seeds\WithoutModelEvents;
|
|
||||||
use Illuminate\Database\Seeder;
|
|
||||||
|
|
||||||
class CustomerSeeder extends Seeder
|
|
||||||
{
|
|
||||||
/**
|
|
||||||
* Run the database seeds.
|
|
||||||
*
|
|
||||||
* @return void
|
|
||||||
*/
|
|
||||||
public function run()
|
|
||||||
{
|
|
||||||
//
|
|
||||||
Customer::factory(5)->create();
|
|
||||||
}
|
|
||||||
}
|
|
Binary file not shown.
Before Width: | Height: | Size: 671 KiB |
Binary file not shown.
Before Width: | Height: | Size: 671 KiB |
Loading…
Reference in New Issue