mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-24 16:43:48 +00:00
add load languages
+ fix order in load countries
This commit is contained in:
@@ -14,7 +14,7 @@ use Chill\MainBundle\Command\LoadCountriesCommand;
|
||||
*
|
||||
* @author Julien Fastré <julien arobase fastre point info>
|
||||
*/
|
||||
class LoadCountries extends AbstractFixture implements ContainerAwareInterface {
|
||||
class LoadCountries extends AbstractFixture implements ContainerAwareInterface, OrderedFixtureInterface {
|
||||
|
||||
/**
|
||||
*
|
||||
@@ -28,7 +28,7 @@ class LoadCountries extends AbstractFixture implements ContainerAwareInterface {
|
||||
}
|
||||
|
||||
public function getOrder() {
|
||||
return 1001;
|
||||
return 20;
|
||||
}
|
||||
|
||||
public function load(ObjectManager $manager) {
|
||||
|
Reference in New Issue
Block a user