Skip to content

Commit 08501b4

Browse files
This will re-implement the feature
1 parent 63376f5 commit 08501b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/LaravelBoilerPlateServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ public function boot(): void
2424
*/
2525
private function registerHelpers(): void
2626
{
27-
foreach (scandir('../Helpers') as $helperFile) {
27+
foreach (scandir('Helpers') as $helperFile) {
2828
if (in_array($helperFile, ['.', '..'])) {
2929
continue;
3030
}

0 commit comments

Comments
 (0)