Skip to content

Commit d08d4b2

Browse files
committed
Bugfix: acl_messages now are published properly
1 parent a4801a6 commit d08d4b2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/Authentication/AuthenticationServiceProvider.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,7 @@ protected function publishConfig()
223223
__DIR__ . '/../../config/acl_base.php' => config_path('acl_base.php'),
224224
__DIR__ . '/../../config/acl_menu.php' => config_path('acl_menu.php'),
225225
__DIR__ . '/../../config/acl_permissions.php' => config_path('acl_permissions.php'),
226+
__DIR__ . '/../../config/acl_messages.php' => config_path('acl_messages.php'),
226227
__DIR__ . '/../../config/acl_sentry.php' => config_path('acl_sentry.php'),
227228
]);
228229
}

0 commit comments

Comments
 (0)