We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94043af commit 1789722Copy full SHA for 1789722
database/seeders/TypeSeeder.php
@@ -20,21 +20,20 @@ class TypeSeeder extends Seeder
20
{
21
public function run()
22
23
- $this
24
- // ->avatars()
25
- // ->recent()
26
- // ->favorites()
27
- // ->sharedWithYou()
28
- // ->sharedByYou()
29
- // ->uploads()
30
- // ->exports()
31
- // ->imports()
32
- // ->rejectedImports()
33
- // ->documents()
34
- // ->productPictures()
35
- // ->brands()
36
- // ->carouselSlides()
37
- // ->howToPosters()
+ $this->avatars()
+ ->recent()
+ ->favorites()
+ ->sharedWithYou()
+ ->sharedByYou()
+ ->uploads()
+ ->exports()
+ ->imports()
+ ->rejectedImports()
+ ->documents()
+ ->productPictures()
+ ->brands()
+ ->carouselSlides()
+ ->howToPosters()
38
->howToVideos();
39
}
40
0 commit comments