Type of App\Ldap\User::$objectClasses must be array (as in class LdapRecord\Models\Model) #685
Closed
stephenucr
started this conversation in
General
Replies: 2 comments
-
@stephenucr You're missing the class User extends Model
{
public static array $objectClasses = [
// ...
];
} |
Beta Was this translation helpful? Give feedback.
0 replies
-
LOL .. thanks .. That sound you hear is me slapping the back of my head. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Getting this error on login .. but I haven't made any changed to the objectClasses and they are an array .. so ...
Composer info :
User.php info :
namespace App\Ldap;
use LdapRecord\Models\Model;
class User extends Model
{
Beta Was this translation helpful? Give feedback.
All reactions