Skip to content

Commit

Permalink
lessons permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmgilo committed Jun 11, 2017
1 parent 7674258 commit f674e93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Database/Seeds/UsersSeeder.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class UsersSeeder extends Seeder
public function run()
{
$user = $this->createUser('Sergi Tur','sergitur@prova.com','123456');
$user->assignRole('manage attendances');
$user->assignRole('manage lessons');
}


Expand Down

0 comments on commit f674e93

Please sign in to comment.