mirror of
https://github.com/snipe/snipe-it.git
synced 2025-02-21 03:15:45 -08:00
lol whoops
This commit is contained in:
parent
2c6cedd62c
commit
38e25a388c
|
@ -25,7 +25,7 @@ $factory->define(App\Models\License::class, function (Faker\Generator $faker) {
|
|||
// 1
|
||||
$factory->state(App\Models\License::class, 'photoshop', function ($faker) {
|
||||
$data = [
|
||||
'name' => 'Photoshorp',
|
||||
'name' => 'Photoshop',
|
||||
'manufacturer_id' => 9,
|
||||
'purchase_cost' => '299.99',
|
||||
'seats' => 10,
|
||||
|
|
Loading…
Reference in a new issue