Hi, I'm using the framework, I like it because it's simple.
I have a problem:
What happens if I don't receive a parameter in a function? I selling error:
Fatal error: Uncaught ArgumentCountError: Too few arguments to function Usuario::restablecer(), 0 passed in C:\laragon\www\lidcon\system\pip.php on line 176 and exactly 1 expected
I tried to validate if the variable is defined but still I have the same error
Hi, I'm using the framework, I like it because it's simple.
I have a problem:
What happens if I don't receive a parameter in a function? I selling error:
Fatal error: Uncaught ArgumentCountError: Too few arguments to function Usuario::restablecer(), 0 passed in C:\laragon\www\lidcon\system\pip.php on line 176 and exactly 1 expectedI tried to validate if the variable is defined but still I have the same error