Skip to content

Commit

Permalink
Import issue #11
Browse files Browse the repository at this point in the history
  • Loading branch information
3x1io committed Jun 26, 2024
1 parent 9d75b02 commit 1fdf603
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/Models/Translation.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ class Translation extends LanguageLine
protected $fillable = [
"group",
"key",
"text"
"text",
"namespace"
];


Expand Down
3 changes: 2 additions & 1 deletion src/Services/Scan.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@ public function getAllViewFilesWithTranslations(): array
'Lang::trans',
'Lang::transChoice',
'@lang',
'@choice'
'@choice',
'__'
];

$patternA =
Expand Down

0 comments on commit 1fdf603

Please sign in to comment.