mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-08 17:12:25 +03:00
Remove cast
This commit is contained in:
parent
44ddb63d88
commit
5cb7dcbdbf
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ require_once __DIR__ . '/vendor/autoload.php';
|
|||
*
|
||||
*/
|
||||
|
||||
if (str_contains((string) $_SERVER['REQUEST_URI'] ?? '', '.min.js.map')) {
|
||||
if (str_contains($_SERVER['REQUEST_URI'] ?? '', '.min.js.map')) {
|
||||
http_response_code(404);
|
||||
exit();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue