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

Commit

Permalink
Apply fixes from StyleCI (#424)
Browse files Browse the repository at this point in the history
  • Loading branch information
dimsav committed Jan 4, 2018
1 parent ce68833 commit 8bdcb62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/TestsBase.php
Original file line number Diff line number Diff line change
Expand Up @@ -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");
});
Expand Down

0 comments on commit 8bdcb62

Please sign in to comment.