Skip to content

Commit

Permalink
first commit 🔥
Browse files Browse the repository at this point in the history
  • Loading branch information
3x1io committed Oct 28, 2024
2 parents 99f0e13 + fb85096 commit 8fd8920
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/src/TestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ public function getEnvironmentSetUp($app): void
{
$app['config']->set('database.default', 'sqlite');
$app['config']->set('database.connections.sqlite.database', __DIR__.'/../database/database.sqlite');

$app['config']->set('filament-translations.use_queue_on_scan', false);

$app['config']->set('filament-translations.paths', [
Expand Down

0 comments on commit 8fd8920

Please sign in to comment.