Skip to content

Commit

Permalink
Removed an unneeded variable after the last change
Browse files Browse the repository at this point in the history
  • Loading branch information
javiereguiluz committed Jul 14, 2015
1 parent 886daf0 commit ced2cae
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions DependencyInjection/EasyAdminExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,27 +58,6 @@ class EasyAdminExtension extends Extension
'label_undefined' => '@EasyAdmin/default/label_undefined.html.twig',
);

private static $fieldDataTypes = array(
'array',
'association',
'bigint',
'boolean',
'date',
'datetime',
'datetimetz',
'decimal',
'float',
'id',
'image',
'integer',
'simple_array',
'smallint',
'string',
'text',
'time',
'toggle',
);

private $kernelRootDir;

public function load(array $configs, ContainerBuilder $container)
Expand Down

0 comments on commit ced2cae

Please sign in to comment.