Skip to content

Commit 1c91eb0

Browse files
authored
Match lang subdirs also, to stick to Laravel convention and other packages
1 parent 4a5a12b commit 1c91eb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Potsky/LaravelLocalizationHelpers/Object/LangFileAbstract.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ public function ensureFolder()
210210
return true;
211211
}
212212

213-
return mkdir( $dir );
213+
return mkdir( $dir, 7777, TRUE );
214214
}
215215

216216
/**

0 commit comments

Comments
 (0)