@@ -10,7 +10,7 @@ |
||
10 | 10 | |
11 | 11 | public function run(): void |
12 | 12 | { |
13 | - //Action when run the seed |
|
13 | + //Action when run the seed |
|
14 | 14 | |
15 | 15 | $data = [ |
16 | 16 | 0 => [ |
@@ -5,8 +5,7 @@ |
||
5 | 5 | |
6 | 6 | use Platine\Framework\Migration\Seed\AbstractSeed; |
7 | 7 | |
8 | -class RolesPermissionsSeed20240616000004 extends AbstractSeed |
|
9 | -{ |
|
8 | +class RolesPermissionsSeed20240616000004 extends AbstractSeed { |
|
10 | 9 | |
11 | 10 | public function run(): void |
12 | 11 | { |
@@ -10,7 +10,7 @@ |
||
10 | 10 | |
11 | 11 | public function run(): void |
12 | 12 | { |
13 | - //Action when run the seed |
|
13 | + //Action when run the seed |
|
14 | 14 | |
15 | 15 | $data = [ |
16 | 16 | 0 => [ |
@@ -5,8 +5,7 @@ |
||
5 | 5 | |
6 | 6 | use Platine\Framework\Migration\Seed\AbstractSeed; |
7 | 7 | |
8 | -class ProductsSeed20240616000002 extends AbstractSeed |
|
9 | -{ |
|
8 | +class ProductsSeed20240616000002 extends AbstractSeed { |
|
10 | 9 | |
11 | 10 | public function run(): void |
12 | 11 | { |
@@ -16,17 +16,17 @@ |
||
16 | 16 | 0 => [ |
17 | 17 | 'id' => 1, |
18 | 18 | 'name' => 'Toyota Corolla Verso 1.8', |
19 | - 'description' => NULL, |
|
19 | + 'description' => null, |
|
20 | 20 | 'price' => 3467.0, |
21 | 21 | 'quantity' => 2.0, |
22 | 22 | 'product_category_id' => 2, |
23 | 23 | 'created_at' => '2023-12-07 06:21:59', |
24 | - 'updated_at' => NULL, |
|
24 | + 'updated_at' => null, |
|
25 | 25 | ], |
26 | 26 | 1 => [ |
27 | 27 | 'id' => 2, |
28 | 28 | 'name' => 'HP 840', |
29 | - 'description' => NULL, |
|
29 | + 'description' => null, |
|
30 | 30 | 'price' => 890.0, |
31 | 31 | 'quantity' => 14.0, |
32 | 32 | 'product_category_id' => 1, |
@@ -10,7 +10,7 @@ |
||
10 | 10 | |
11 | 11 | public function run(): void |
12 | 12 | { |
13 | - //Action when run the seed |
|
13 | + //Action when run the seed |
|
14 | 14 | |
15 | 15 | $data = [ |
16 | 16 | 0 => [ |
@@ -5,8 +5,7 @@ |
||
5 | 5 | |
6 | 6 | use Platine\Framework\Migration\Seed\AbstractSeed; |
7 | 7 | |
8 | -class RoleUserSeed20240616000006 extends AbstractSeed |
|
9 | -{ |
|
8 | +class RoleUserSeed20240616000006 extends AbstractSeed { |
|
10 | 9 | |
11 | 10 | public function run(): void |
12 | 11 | { |