Skip to content

Commit

Permalink
add an extra category, robotics
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexJoom committed Mar 14, 2023
1 parent 0086d63 commit 9cc6181
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions database/seeders/CategorySeeder.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,11 @@ public function run() {
],
[
'id' => 7,
'name' => 'Robotics',
'description' => 'Robotics'
],
[
'id' => 8,
'name' => 'Other',
'description' => 'Netapps that dont fall into any other category'
]
Expand Down

0 comments on commit 9cc6181

Please sign in to comment.