Protoqol / Prequel

Prequel for Laravel. Clear and concise database management. Unfortunately, not actively maintained due to time constraints.
https://packagist.org/packages/protoqol/prequel
MIT License
1.54k stars 96 forks source link

Include import of class Protoqol\Prequel\Database\SequelAdapter; #87

Closed jmauriciofilho closed 4 years ago

jmauriciofilho commented 4 years ago

PR Naming convention

[FEATURE/FIX/REFACTOR/README] Include import of class

Issue or feature explanation

Missing class import is giving error in connection with PostgreSQL on file vendor/protoqol/prequel/src/Connection/PostgresConnection.php

Proposed solution/change

use Protoqol\Prequel\Database\SequelAdapter;