Erster Stand
This commit is contained in:
@@ -21,7 +21,7 @@ class VideoTableSeeder extends Seeder
|
||||
return ($a < $b) ? -1 : 1;
|
||||
});
|
||||
|
||||
$category = \App\Models\Category::where('shortname', '=', 'misc')->first();
|
||||
$category = \App\Models\Category::where('shortname', '=', 'random')->first();
|
||||
$user = \App\Models\User::find(1);
|
||||
|
||||
foreach($videos as $video) {
|
||||
|
Reference in New Issue
Block a user