Skip to content

Commit

Permalink
Fix default value of lastOldDefaultPermissionId
Browse files Browse the repository at this point in the history
  • Loading branch information
alexweissman committed Dec 2, 2017
1 parent cbe7bb4 commit 69e8448
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Bakery/Upgrade.php
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ class Upgrade extends BaseCommand
/**
* @var The id of the last permission that should be ignored when migrating old permissions.
*/
protected $lastOldDefaultPermissionId = 13;
protected $lastOldDefaultPermissionId = 9;

protected function configure()
{
Expand Down

0 comments on commit 69e8448

Please sign in to comment.