Skip to content

Commit

Permalink
Update PackageProvider.php
Browse files Browse the repository at this point in the history
  • Loading branch information
asika32764 committed Sep 23, 2016
1 parent 4dd570d commit f94381f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Core/Package/PackageProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public function boot()
DataMapperResolver::addNamespace($ns . '\DataMapper');
FieldHelper::addNamespace($ns . '\Field');
ValidatorHelper::addNamespace($ns . 'Validator');
FieldDefinitionResolver::addNamespace($ns . '\Form');
// FieldDefinitionResolver::addNamespace($ns . '\Form');
}

/**
Expand Down

0 comments on commit f94381f

Please sign in to comment.