Skip to content

fixes #254

Compare
Choose a tag to compare
@kodeine kodeine released this 14 May 17:51
· 12 commits to master since this release
e428103

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.