We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 755a82f commit c0a284fCopy full SHA for c0a284f
1 file changed
src/AutomaticServiceProvider.php
@@ -3,6 +3,7 @@
3
namespace Backpack\CkeditorField;
4
5
use Backpack\CRUD\ViewNamespaces;
6
+use Backpack\Basset\Facades\Basset;
7
8
/**
9
* This trait automatically loads package stuff, if they're present
@@ -82,6 +83,8 @@ public function autoboot(): void
82
83
if ($this->app->runningInConsole()) {
84
$this->bootForConsole();
85
}
86
+
87
+ Basset::addViewPath($this->packageViewsPath());
88
89
90
0 commit comments