We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a4c931 commit d2eaeffCopy full SHA for d2eaeff
src/Support/helpers.php
@@ -10,6 +10,6 @@
10
*/
11
function resource_path($path = '')
12
{
13
- return \Illuminate\Support\Facades\App::basePath('resources' . ($path ? DIRECTORY_SEPARATOR . $path : $path));
+ return \Illuminate\Support\Facades\App::basePath() . DIRECTORY_SEPARATOR . 'resources' . ($path ? DIRECTORY_SEPARATOR . $path : $path);
14
}
15
0 commit comments