LdapRecord-Laravel: [Support] Call to undefined method LdapRecord\Query\Model\ActiveDirectoryBuilder::getTable() (JosephSilber/bouncer)

Environment (please complete the following information):

  • LDAP Server Type: Active Directory
  • PHP Version: 7.3

Describe the bug: I’ve got my guards configured like this:

'web' => [
  'driver' => 'session',
  'provider' => 'ldap',
],

Yet when I run php artisan config:cache, it gives me the following error:

Call to undefined method LdapRecord\Query\Model\ActiveDirectoryBuilder::getTable()

About this issue

  • Original URL
  • State: closed
  • Created 4 years ago
  • Comments: 35 (16 by maintainers)

Most upvoted comments

No problems Steve. We’ve decided to look into outright replacing Bouncer anyway a little further down the line. You’ve been really helpful with this. Just don’t delete your fork of it, we’re using it at the moment, haha!