Error coming up saying
Parse error: syntax error, unexpected '-', expecting ',' or ';
alluding to
use Firebase\php-jwt\src\ExpiredException;
i pulled the file from git so not sure if it would be wise to rename the files
Error coming up saying
Parse error: syntax error, unexpected '-', expecting ',' or ';
alluding to
use Firebase\php-jwt\src\ExpiredException;
i pulled the file from git so not sure if it would be wise to rename the files
That is the location of the file, not the namespace.
Try this instead:
use Firebase\JWT\ExpiredException;