Skip to content

Commit

Permalink
move services.neon to config dir (standard)
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasVotruba committed Oct 19, 2015
1 parent 2c7df81 commit 32c0370
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/DI/MigrationsExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@

namespace Zenify\DoctrineMigrations\DI;

use Assert\Assertion;
use Doctrine\DBAL\Migrations\Tools\Console\Command\AbstractCommand;
use Nette\DI\CompilerExtension;
use Symfony\Component\Console\Application;
Expand Down Expand Up @@ -35,7 +34,7 @@ final class MigrationsExtension extends CompilerExtension
public function loadConfiguration()
{
$containerBuilder = $this->getContainerBuilder();
$services = $this->loadFromFile(__DIR__ . '/../config/services/services.neon');
$services = $this->loadFromFile(__DIR__ . '/../config/services.neon');
$this->compiler->parseServices($containerBuilder, $services);

$config = $this->getValidatedConfig($this->defaults);
Expand Down
File renamed without changes.

0 comments on commit 32c0370

Please sign in to comment.