Skip to content

Commit

Permalink
Test scrutinizer
Browse files Browse the repository at this point in the history
  • Loading branch information
Zlatko Hristov committed Nov 18, 2016
1 parent 4ac51c6 commit 522f52e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MediaServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public function register(Container $app)
{

if ($app->offsetExists('form.factory')) {
$app['form.types'] = $app->extend('form.types', function ($types) use ($app) {
$app['form.types'] = $app->extend('form.types', function($types) use ($app) {
$types[] = new Form\Type\MediaType($app);
return $types;
});
Expand Down

0 comments on commit 522f52e

Please sign in to comment.