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 1289701 commit 2d07d71Copy full SHA for 2d07d71
src/SimpleCrmServiceProvider.php
@@ -10,8 +10,8 @@ public function boot(): void
10
{
11
if ($this->app->runningInConsole()) {
12
$migrationFileNames = [
13
- 'create_leads_table.php.php',
14
- 'create_notes_table.php.php',
+ 'create_leads_table.php',
+ 'create_notes_table.php',
15
];
16
17
foreach ($migrationFileNames as $key) {
0 commit comments