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 ed513f2 commit 04b9f86Copy full SHA for 04b9f86
src/Console/Commands/Views/WidgetBackpackCommand.php
@@ -54,6 +54,8 @@ class WidgetBackpackCommand extends PublishOrCreateViewBackpackCommand
54
*/
55
protected function getPath($name)
56
{
57
- return resource_path("views/vendor/backpack/base/{$this->viewNamespace}/$name.blade.php");
+ $path = 'views/vendor/backpack/ui/'.$this->viewNamespace.'/'.$name.'.blade.php';
58
+
59
+ return resource_path($path);
60
}
61
0 commit comments