diff --git a/tests/TestsBase.php b/tests/TestsBase.php index 74ce4f8..c9287cc 100644 --- a/tests/TestsBase.php +++ b/tests/TestsBase.php @@ -135,7 +135,7 @@ protected function getPackageAliases($app) protected function enableQueryCounter() { $that = $this; - DB::listen(function($query) use ($that) { + DB::listen(function ($query) use ($that) { $that->queriesCount++; // echo("\n--- Query {$that->queriesCount}--- $query->sql\n"); });