sptik12

Results 3 issues of sptik12

Hello, thank you for your work. Let's assume the following html. 2443 3435345 $doc = new \nokogiri($htmlContent); $doc->get('td')->toTextArray(); As a result I got an error with two items only, empty...

Currently to check user permissions for several roles we compelled to do something like function canDoSomething(CurrentUser $currentUser) { return $currentUser->can(Role1) || $currentUser->can(Role2) || $currentUser->can(Role3); } It will be great of...