Skip to content

Commit

Permalink
revert: part of #3502 pr
Browse files Browse the repository at this point in the history
  • Loading branch information
HDVinnie committed Feb 13, 2024
1 parent 02d34a3 commit 76007bd
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions database/seeders/GroupsTableSeeder.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,31 @@ public function run(): void
'min_ratio' => null,
'min_age' => null,
],
[
'name' => 'Guest',
'slug' => 'guest',
'position' => 3,
'color' => '#575757',
'icon' => config('other.font-awesome').' fa-question-circle',
'effect' => 'none',
'autogroup' => 0,
'system_required' => false,
'is_owner' => 0,
'is_admin' => 0,
'is_modo' => 0,
'is_editor' => 0,
'is_internal' => 0,
'is_trusted' => 0,
'is_freeleech' => 0,
'is_immune' => 0,
'can_upload' => 0,
'level' => 10,
'min_uploaded' => null,
'min_seedsize' => null,
'min_avg_seedtime' => null,
'min_ratio' => null,
'min_age' => null,
],
[
'name' => 'User',
'slug' => 'user',
Expand Down

0 comments on commit 76007bd

Please sign in to comment.