Skip to content

Commit

Permalink
when do we get to start writing business logic?
Browse files Browse the repository at this point in the history
  • Loading branch information
inmanturbo committed Aug 6, 2024
1 parent cc0e6ac commit 0daf96f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/EcowServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ public function configurePackage(Package $package): void
$package
->name('ecow')
->hasConfigFile()
->hasViews()
->hasMigration('create_ecow_table')
->hasMigration('2024_07_07_131035_create_saved_models_table')
->hasCommand(EcowCommand::class);
}
}

0 comments on commit 0daf96f

Please sign in to comment.