Skip to content

Commit

Permalink
feat: rename config/services.yml -> config/commands.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sitepark-veltrup committed Feb 15, 2024
1 parent 7f1ccbe commit abcd512
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/console
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@

require __DIR__.'/../vendor/autoload.php';

use Symfony\Component\Config\FileLocator;
use Atoolo\Search\Console\Application;
use Symfony\Component\Config\FileLocator;

$container = new Symfony\Component\DependencyInjection\ContainerBuilder();
$loader = new Symfony\Component\DependencyInjection\Loader\YamlFileLoader(
$container,
new FileLocator(__DIR__ . '/../config'));

$loader->load('services.yml');
$loader->load('commands.yml');
$container->compile();

$application = $container->get(Application::class);
Expand Down
File renamed without changes.

0 comments on commit abcd512

Please sign in to comment.