We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 494e311 commit a4e3a76Copy full SHA for a4e3a76
Bootstraps/Symfony.php
@@ -104,7 +104,6 @@ public function getApplication()
104
$containerMetadata = unserialize($metaContent);
105
106
foreach ($containerMetadata as $entry) {
107
- $fileResourceClass = 'Symfony\Component\Config\Resource\FileResource';
108
if ($entry instanceof FileResource) {
109
register_file($entry->__toString());
110
}
0 commit comments