Skip to content

Commit f4c5f1c

Browse files
authored
Merge pull request #233 from kitloong/feature/lint
Lint fix
2 parents 97d9a6b + 26e6429 commit f4c5f1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Feature/SQLite/SQLiteTestCase.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ protected function getEnvironmentSetUp($app): void
1414
{
1515
parent::getEnvironmentSetUp($app);
1616

17-
touch(env('SQLITE_DATABASE'));
17+
touch((string) env('SQLITE_DATABASE'));
1818

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

0 commit comments

Comments
 (0)