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 47f7367 commit f8a30f9Copy full SHA for f8a30f9
src/SimpleCrmServiceProvider.php
@@ -10,7 +10,7 @@ public function boot(): void
10
{
11
if ($this->app->runningInConsole()) {
12
$this->publishes([
13
- __DIR__ . '/../models' => base_path('Tepuilabs/SimpleCrm'),
+ __DIR__ . '/../models' => app_path('Models/Tepuilabs/SimpleCrm'),
14
], 'simple-crm-models');
15
16
$migrationFileNames = [
0 commit comments