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:
parent
ff58233f85
commit
4bfcdb912c
@ -8,7 +8,7 @@ $app->register(new Silex\Provider\TwigServiceProvider(), array(
|
||||
));
|
||||
|
||||
$app->register(new ConsoleServiceProvider(), [
|
||||
'console.name' => '%normalized_name%',
|
||||
'console.version' => '0',
|
||||
'console.name' => 'Poche',
|
||||
'console.version' => '1.0.0',
|
||||
'console.project_directory' => __DIR__.'/..',
|
||||
]);
|
||||
|
Loading…
Reference in New Issue
Block a user