Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
aocneanu committed Feb 24, 2022
1 parent 94043af commit 1789722
Showing 1 changed file with 14 additions and 15 deletions.
29 changes: 14 additions & 15 deletions database/seeders/TypeSeeder.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,21 +20,20 @@ class TypeSeeder extends Seeder
{
public function run()
{
$this
// ->avatars()
// ->recent()
// ->favorites()
// ->sharedWithYou()
// ->sharedByYou()
// ->uploads()
// ->exports()
// ->imports()
// ->rejectedImports()
// ->documents()
// ->productPictures()
// ->brands()
// ->carouselSlides()
// ->howToPosters()
$this->avatars()
->recent()
->favorites()
->sharedWithYou()
->sharedByYou()
->uploads()
->exports()
->imports()
->rejectedImports()
->documents()
->productPictures()
->brands()
->carouselSlides()
->howToPosters()
->howToVideos();
}

Expand Down

0 comments on commit 1789722

Please sign in to comment.