Skip to content

Commit

Permalink
fix: enable EntityBehaviorBootloader
Browse files Browse the repository at this point in the history
  • Loading branch information
lotyp committed Aug 13, 2024
1 parent 5851e7f commit e60cb36
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/src/Bridge/Spiral/Kernel.php
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ public function defineBootloaders(): array
CycleBridge\SchemaBootloader::class,
CycleBridge\CycleOrmBootloader::class,
CycleBridge\AnnotatedBootloader::class,
CycleBridge\EntityBehaviorBootloader::class,

// Event Dispatcher
EventsBootloader::class,
Expand Down

0 comments on commit e60cb36

Please sign in to comment.