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.
2 parents 9f8d334 + d2eaeff commit f118c78Copy full SHA for f118c78
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