mirror of
https://github.com/ad-aures/castopod.git
synced 2026-04-15 20:47:46 +02:00
chore: update php dependencies to latest
This commit is contained in:
parent
f15f26240c
commit
3ff1364906
33 changed files with 3655 additions and 9900 deletions
|
|
@ -23,7 +23,7 @@ class UserController extends BaseController
|
|||
|
||||
public function _remap(string $method, string ...$params): mixed
|
||||
{
|
||||
if (count($params) === 0) {
|
||||
if ($params === []) {
|
||||
return $this->{$method}();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue