| 1 | <?php |
||
| 13 | class CreateTableInDatabase |
||
| 14 | { |
||
| 15 | /** |
||
| 16 | * Handle the event. |
||
| 17 | * If the entity is supposed to create a |
||
| 18 | * table in the Database, it will do |
||
| 19 | * It won't do anything otherwise |
||
| 20 | * @param Events $event |
||
| 21 | * @return void |
||
| 22 | */ |
||
| 23 | public function handle(EntityWasCreated $event) |
||
| 34 | } |
||
| 35 |