1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-06 13:16:45 +02:00

refactor(helpers): rename urls to url

This commit is contained in:
Awilum
2022-04-15 15:48:08 +03:00
parent f10bfec0f8
commit c22f6d11f0
2 changed files with 1 additions and 1 deletions

View File

@@ -9,4 +9,4 @@ require_once __DIR__ . '/finder.php';
require_once __DIR__ . '/image.php';
require_once __DIR__ . '/upload.php';
require_once __DIR__ . '/tokens.php';
require_once __DIR__ . '/urls.php';
require_once __DIR__ . '/url.php';