Skip to content

Commit f8a30f9

Browse files
author
angel cruz
committed
Fixed what needed fixing and squished some bugs. 🐛
1 parent 47f7367 commit f8a30f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SimpleCrmServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ public function boot(): void
1010
{
1111
if ($this->app->runningInConsole()) {
1212
$this->publishes([
13-
__DIR__ . '/../models' => base_path('Tepuilabs/SimpleCrm'),
13+
__DIR__ . '/../models' => app_path('Models/Tepuilabs/SimpleCrm'),
1414
], 'simple-crm-models');
1515

1616
$migrationFileNames = [

0 commit comments

Comments
 (0)