Skip to content

Commit

Permalink
Merge pull request #11 from lara-zeus/analysis-ZlYvNg
Browse files Browse the repository at this point in the history
Apply fixes from StyleCI
  • Loading branch information
atmonshi authored Apr 22, 2022
2 parents 108f4a4 + 9025574 commit 33b1ca4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions database/seeders/SkySeeder.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ class SkySeeder extends Seeder
{
public function run()
{
Tag::create(['name' => ['en'=>'laravel','ar'=>'لارافل'], 'type' => 'category']);
Tag::create(['name' => ['en'=>'talks','ar'=>'اخبار'], 'type' => 'category']);
Tag::create(['name' => ['en'=>'dev','ar'=>'تطوير'], 'type' => 'category']);
Tag::create(['name' => ['en'=>'laravel', 'ar'=>'لارافل'], 'type' => 'category']);
Tag::create(['name' => ['en'=>'talks', 'ar'=>'اخبار'], 'type' => 'category']);
Tag::create(['name' => ['en'=>'dev', 'ar'=>'تطوير'], 'type' => 'category']);

Post::factory()
->count(8)
Expand Down

0 comments on commit 33b1ca4

Please sign in to comment.