Skip to content

Commit 054761a

Browse files
authored
Merge pull request #3 from bavix/analysis-9mgYpN
Apply fixes from StyleCI
2 parents ab45775 + 596378a commit 054761a

File tree

16 files changed

+266
-192
lines changed

16 files changed

+266
-192
lines changed

src/ClickHouseServiceProvider.php

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,17 @@
44

55
namespace Bavix\LaravelClickHouse;
66

7-
use Illuminate\Database\DatabaseManager;
8-
use Illuminate\Support\ServiceProvider;
97
use Bavix\LaravelClickHouse\Database\Connection;
108
use Bavix\LaravelClickHouse\Database\Eloquent\Model;
9+
use Illuminate\Database\DatabaseManager;
10+
use Illuminate\Support\ServiceProvider;
1111

1212
class ClickHouseServiceProvider extends ServiceProvider
1313
{
1414
/**
15-
* @return void
1615
* @throws
16+
*
17+
* @return void
1718
*/
1819
public function boot(): void
1920
{

src/Database/Connection.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44

55
namespace Bavix\LaravelClickHouse\Database;
66

7+
use Bavix\LaravelClickHouse\Database\Query\Builder;
78
use Bavix\LaravelClickHouse\Database\Query\Pdo;
89
use Tinderbox\ClickhouseBuilder\Query\Grammar;
9-
use Bavix\LaravelClickHouse\Database\Query\Builder;
1010

1111
class Connection extends \Tinderbox\ClickhouseBuilder\Integrations\Laravel\Connection
1212
{

0 commit comments

Comments
 (0)