Skip to content

Commit

Permalink
Merge pull request #233 from kitloong/feature/lint
Browse files Browse the repository at this point in the history
Lint fix
  • Loading branch information
kitloong authored Oct 18, 2024
2 parents 97d9a6b + 26e6429 commit f4c5f1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Feature/SQLite/SQLiteTestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ protected function getEnvironmentSetUp($app): void
{
parent::getEnvironmentSetUp($app);

touch(env('SQLITE_DATABASE'));
touch((string) env('SQLITE_DATABASE'));

$app['config']->set('database.default', 'sqlite');
$app['config']->set('database.connections.sqlite', [
Expand Down

0 comments on commit f4c5f1c

Please sign in to comment.