1
0
mirror of https://github.com/moparisthebest/wallabag synced 2024-12-18 05:32:23 -05:00

Fix bad copy/paste when registering the console provider

This commit is contained in:
Vincent Jousse 2013-11-21 14:30:06 +01:00
parent ff58233f85
commit 4bfcdb912c

View File

@ -8,7 +8,7 @@ $app->register(new Silex\Provider\TwigServiceProvider(), array(
)); ));
$app->register(new ConsoleServiceProvider(), [ $app->register(new ConsoleServiceProvider(), [
'console.name' => '%normalized_name%', 'console.name' => 'Poche',
'console.version' => '0', 'console.version' => '1.0.0',
'console.project_directory' => __DIR__.'/..', 'console.project_directory' => __DIR__.'/..',
]); ]);