Skip to content
This repository was archived by the owner on Jun 18, 2019. It is now read-only.

Commit 8bdcb62

Browse files
authored
Apply fixes from StyleCI (#424)
1 parent ce68833 commit 8bdcb62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/TestsBase.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ protected function getPackageAliases($app)
135135
protected function enableQueryCounter()
136136
{
137137
$that = $this;
138-
DB::listen(function($query) use ($that) {
138+
DB::listen(function ($query) use ($that) {
139139
$that->queriesCount++;
140140
// echo("\n--- Query {$that->queriesCount}--- $query->sql\n");
141141
});

0 commit comments

Comments
 (0)