Skip to content
This repository was archived by the owner on Oct 8, 2024. It is now read-only.

Commit 9d1812e

Browse files
committed
🐛 fixed hard paths in functions
1 parent dd57c4e commit 9d1812e

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

Config/functions.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,6 @@ function factories_path($path = null)
415415
*/
416416
function routes_path($path = null)
417417
{
418-
return "/App/Routes/$path";
419418
return app_paths("routes_path") . "/$path";
420419
}
421420

@@ -424,7 +423,6 @@ function routes_path($path = null)
424423
*/
425424
function helpers_path($path = null)
426425
{
427-
return "/App/Helpers/$path";
428426
return app_paths("helpers_path") . "/$path";
429427
}
430428

0 commit comments

Comments
 (0)