Skip to content

Commit

Permalink
[console] Add DrupalFinder as service. (#3740)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmolivas authored Jan 24, 2018
1 parent e98a6f7 commit 7d827bd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Bootstrap/Drupal.php
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,11 @@ public function boot()
]
);

$container->set(
'console.drupal_finder',
$this->drupalFinder
);

$container->set(
'console.cache_key',
$drupalKernel->getContainerKey()
Expand Down

0 comments on commit 7d827bd

Please sign in to comment.