Skip to content

Comments

Update AdminController.php#123

Open
XavierLeTohic wants to merge 1 commit intowingman007:masterfrom
XavierLeTohic:patch-1
Open

Update AdminController.php#123
XavierLeTohic wants to merge 1 commit intowingman007:masterfrom
XavierLeTohic:patch-1

Conversation

@XavierLeTohic
Copy link

One error at line 80 :

if(!$this->usersTable)

Error : Undefined property: Auth\Controller\AdminController::$usersTable

To fix that you can replace by :

if(!isset($this->usersTable))

One error at line 80 :

"if(!$this->usersTable){...}"

Error : Undefined property: Auth\Controller\AdminController::$usersTable

To fix that you can replace by :

if(!isset($this->usersTable)){...}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant