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.
2 parents 53223cf + 72e6861 commit 10d1ab0Copy full SHA for 10d1ab0
src/AdsPostParserServiceProvider.php
@@ -4,7 +4,6 @@
4
5
use Spatie\LaravelPackageTools\Package;
6
use Spatie\LaravelPackageTools\PackageServiceProvider;
7
-use The3LabsTeam\AdsPostParser\Commands\AdsPostParserCommand;
8
9
class AdsPostParserServiceProvider extends PackageServiceProvider
10
{
@@ -18,9 +17,6 @@ public function configurePackage(Package $package): void
18
17
$package
19
->name('laravel-ads-post-parser')
20
->hasConfigFile()
21
- ->hasViews()
22
-
23
- ->hasMigration('create_laravel-ads-post-parser_table')
24
- ->hasCommand(AdsPostParserCommand::class);
+ ->hasViews();
25
}
26
0 commit comments