mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
use like method
This commit is contained in:
parent
3edddbe8d0
commit
ea674e64aa
1 changed files with 5 additions and 2 deletions
|
|
@ -79,8 +79,11 @@ class Auth
|
|||
);
|
||||
|
||||
// Search database for auth records
|
||||
foreach ($this->page->container->browser->database->auth->find(
|
||||
$this->page->navbar->request->getValue()
|
||||
foreach ($this->page->container->browser->database->auth->like(
|
||||
sprintf(
|
||||
'%s%%',
|
||||
$this->page->navbar->request->getValue()
|
||||
)
|
||||
) as $auth)
|
||||
{
|
||||
// Get related identity records
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue