You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Bridges/ApplicationDI/ApplicationExtension.php
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -123,6 +123,9 @@ private function findPresenters()
123
123
$classes = [];
124
124
125
125
if ($config['scanDirs']) {
126
+
if (!class_exists('Nette\Loaders\RobotLoader')) {
127
+
thrownewNette\NotSupportedException("RobotLoader is required to find presenters, install package `nette/robot-loader` or disable option {$this->prefix('scanDirs')}: false");
0 commit comments