|
|
@@ -445,7 +445,7 @@ class BagistoApiServiceProvider extends ServiceProvider
|
|
|
{
|
|
|
$this->loadTranslationsFrom(__DIR__.'/../Resources/lang', 'bagistoapi');
|
|
|
$this->loadMigrationsFrom(__DIR__.'/../Database/Migrations');
|
|
|
- $this->loadViewsFrom(__DIR__.'/../resources/views', 'webkul');
|
|
|
+ $this->loadViewsFrom(__DIR__.'/../Resources/views', 'webkul');
|
|
|
|
|
|
if ($this->isRunningAsVendorPackage()) {
|
|
|
$this->publishes([
|