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 2e4f2c3 commit 9b9ba6fCopy full SHA for 9b9ba6f
src/SimpleCrmServiceProvider.php
@@ -9,7 +9,6 @@ class SimpleCrmServiceProvider extends ServiceProvider
9
public function boot(): void
10
{
11
if ($this->app->runningInConsole()) {
12
-
13
$this->publishes([
14
__DIR__ . '/../models' => app_path('Models/Tepuilabs/SimpleCrm'),
15
], 'simple-crm-models');
0 commit comments