Skip to content

Commit a23b6a1

Browse files
committed
Merge branch 'release2.15.0'
2 parents 736f8a6 + cbd62d9 commit a23b6a1

File tree

4 files changed

+1
-203
lines changed

4 files changed

+1
-203
lines changed

src/Console/ComponentViewCommand.php

-69
This file was deleted.

src/Console/ExportStoryCommand.php

-63
This file was deleted.

src/Console/ImportStoryCommand.php

-67
This file was deleted.

src/StoryblokServiceProvider.php

+1-4
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,7 @@ public function boot()
3535
$this->commands([
3636
BlockMakeCommand::class,
3737
BlockSyncCommand::class,
38-
StubViewsCommand::class,
39-
ComponentViewCommand::class,
40-
ExportStoryCommand::class,
41-
ImportStoryCommand::class,
38+
StubViewsCommand::class
4239
]);
4340
}
4441

0 commit comments

Comments
 (0)