@@ -2,7 +2,7 @@ |
||
| 2 | 2 | |
| 3 | 3 | namespace Media\Entity; |
| 4 | 4 | |
| 5 | -use Doctrine\ORM\Mapping AS ORM; |
|
| 5 | +use Doctrine\ORM\Mapping as ORM; |
|
| 6 | 6 | |
| 7 | 7 | /** |
| 8 | 8 | * |
@@ -24,7 +24,7 @@ |
||
| 24 | 24 | { |
| 25 | 25 | |
| 26 | 26 | if ($app->offsetExists('form.factory')) { |
| 27 | - $app['form.types'] = $app->extend('form.types', function ($types) use ($app) { |
|
| 27 | + $app['form.types'] = $app->extend('form.types', function($types) use ($app) { |
|
| 28 | 28 | $types[] = new Form\Type\MediaType($app); |
| 29 | 29 | return $types; |
| 30 | 30 | }); |