We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e759084 commit c02b69eCopy full SHA for c02b69e
1 file changed
src/App/App.php
@@ -92,7 +92,6 @@ protected function registerBaseBindings()
92
{
93
// register default helpers
94
$this->addShared('app', $this);
95
- $this->addShared('config', new Config($this));
96
$this->addShared('view', View::class);
97
$this->addShared('meta', Meta::class);
98
$this->addShared('translation', Translation::class);
0 commit comments