Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…s-export-import

Signed-off-by: Dieter Coopman <dieter@deltasolutions.be>

# Conflicts:
#	src/Commands/TranslationsExportCommand.php
  • Loading branch information
dietercoopman committed Oct 27, 2023
2 parents f04f091 + 6505be6 commit 5c2e9b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/Commands/TranslationsExportCommand.php
Expand Up @@ -4,6 +4,7 @@

use DeltaSolutions\TranslationsExportImport\TranslationsExportImport;
use Illuminate\Console\Command;

use function Laravel\Prompts\select;

class TranslationsExportCommand extends Command
Expand Down
2 changes: 1 addition & 1 deletion src/Imports/Translations.php
Expand Up @@ -10,7 +10,7 @@
use Maatwebsite\Excel\Concerns\WithProgressBar;
use Spatie\TranslationLoader\LanguageLine;

class Translations implements ToModel, WithProgressBar, WithHeadingRow
class Translations implements ToModel, WithHeadingRow, WithProgressBar
{
use Importable;

Expand Down

0 comments on commit 5c2e9b0

Please sign in to comment.