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 f118c78 + 6bac44f commit 0ff0b70Copy full SHA for 0ff0b70
src/Support/helpers.php
@@ -10,6 +10,6 @@
10
*/
11
function resource_path($path = '')
12
{
13
- return \Illuminate\Support\Facades\App::basePath() . DIRECTORY_SEPARATOR . 'resources' . ($path ? DIRECTORY_SEPARATOR . $path : $path);
+ return app()->basePath() . DIRECTORY_SEPARATOR . 'resources' . ($path ? DIRECTORY_SEPARATOR . $path : $path);
14
}
15
-}
+}
0 commit comments