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
if (!$this->isFolderHasCorrectCase($part, $configPath)) {
99
+
thrownewIncorrectClassPathException("Incorrect path to {$configPath}, {$part} folder must start with a capital letter, please specify the path according to the PSR.");
100
+
}
101
+
}
102
+
103
+
$namespace = array_map(function (string$part) {
104
+
returnucfirst($part);
105
+
}, $pathParts);
99
106
100
107
$fullPath = base_path($path);
101
108
@@ -106,6 +113,22 @@ protected function getOrCreateNamespace(string $configPath): string
0 commit comments