Commit 2115174
committed
Fix empty translation file causing array_replace_recursive() error
- Replace empty resources/lang/en/flowforge.php with proper PHP array structure
- Prevents TypeError when Laravel Extra Intellisense or other tools load translation namespaces
- Maintains backwards compatibility while fixing development tool compatibility
Fixes issue where empty translation file returns null instead of array,
causing array_replace_recursive() to fail in Laravel's translation loader.1 parent 2228cdc commit 2115174
1 file changed
+5
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
0 commit comments