Skip to content
This repository has been archived by the owner on Jan 6, 2023. It is now read-only.

Commit

Permalink
public role description
Browse files Browse the repository at this point in the history
  • Loading branch information
benhaynes committed Nov 12, 2019
1 parent 555ba2f commit 8f15ad6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion migrations/db/seeds/RolesSeeder.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public function run()
[
'id' => 2,
'name' => 'Public',
'description' => 'This sets the data that is publicly available through the API without a token'
'description' => 'Controls what API data is publicly available without authenticating'
]
];

Expand Down

0 comments on commit 8f15ad6

Please sign in to comment.