From 69e8448a3bebd970d01c176c1949caf4740646c3 Mon Sep 17 00:00:00 2001 From: alexweissman Date: Sat, 2 Dec 2017 11:01:15 -0500 Subject: [PATCH] Fix default value of lastOldDefaultPermissionId --- src/Bakery/Upgrade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Bakery/Upgrade.php b/src/Bakery/Upgrade.php index c201df7..c9a55f5 100644 --- a/src/Bakery/Upgrade.php +++ b/src/Bakery/Upgrade.php @@ -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() {