File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/Mariuzzo/LaravelJsLocalization/Generators Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ protected function getMessages()
103
103
$ key = str_replace ('\\' , '. ' , $ key );
104
104
$ key = str_replace ('/ ' , '. ' , $ key );
105
105
106
- $ messages [$ key ] = include $ path. DIRECTORY_SEPARATOR . $ pathName ;
106
+ $ messages [$ key ] = include $ path . DIRECTORY_SEPARATOR . $ pathName ;
107
107
}
108
108
109
109
return $ messages ;
@@ -136,7 +136,7 @@ protected function isMessagesExcluded($filePath)
136
136
return false ;
137
137
}
138
138
139
- $ filePath = str_replace (DIRECTORY_SEPARATOR ,'/ ' ,$ filePath );
139
+ $ filePath = str_replace (DIRECTORY_SEPARATOR , '/ ' , $ filePath );
140
140
141
141
$ localeDirSeparatorPosition = strpos ($ filePath , '/ ' );
142
142
$ filePath = substr ($ filePath , $ localeDirSeparatorPosition );
You can’t perform that action at this time.
0 commit comments