| Conditions | 1 |
| Paths | 1 |
| Total Lines | 4 |
| Code Lines | 1 |
| Lines | 0 |
| Ratio | 0 % |
| Tests | 0 |
| CRAP Score | 2 |
| Changes | 0 | ||
| 1 | <?php |
||
| 14 | 59 | public function register() |
|
| 15 | { |
||
| 16 | 59 | $this->registerConnector('mysql', 'ShiftOneLabs\LaravelDbEvents\Extension\Database\Connectors\MySqlConnector'); |
|
| 17 | 59 | $this->registerConnector('pgsql', 'ShiftOneLabs\LaravelDbEvents\Extension\Database\Connectors\PostgresConnector'); |
|
| 18 | 59 | $this->registerConnector('sqlite', 'ShiftOneLabs\LaravelDbEvents\Extension\Database\Connectors\SQLiteConnector'); |
|
| 40 |