Skip to content

Commit

Permalink
Seeding the translation module permissions on init.
Browse files Browse the repository at this point in the history
  • Loading branch information
nWidart committed Nov 30, 2015
1 parent 4b82967 commit 703d6f0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Database/Seeders/SentinelGroupSeedTableSeeder.php
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,11 @@ public function run()
'page.pages.edit' => true,
'page.pages.update' => true,
'page.pages.destroy' => true,
/* Translation */
'translation.translations.index' => true,
'translation.translations.update' => true,
'translation.translations.export' => true,
'translation.translations.import' => true,
];
$group->save();

Expand Down

0 comments on commit 703d6f0

Please sign in to comment.