2.0.5
版本发布时间: 2020-05-15 01:51:16
kodeine/laravel-acl最新发布版本:2.0.9(2024-08-19 08:34:15)
Fixes
- The laravel-acl migrations have the 'users' table name hardwired in them and this pull request replaces the hard-wired names with the configured name at acl.users_table.
- It also does not drop the users table in the down() method of the migration that creates the users table if it doesn't already exist as I believe this should not be done, see the comment added inside that method.