Skip to content

Commit 3457fc2

Browse files
committed
Fix styling
1 parent a90ff56 commit 3457fc2

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/Processor.php

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,13 @@ class Processor
1111
protected array $data;
1212

1313
protected $schema;
14+
1415
protected $tables;
16+
1517
protected $connection;
18+
1619
protected $database_connection;
17-
20+
1821
protected string $presenter;
1922

2023
public function __construct()

0 commit comments

Comments
 (0)