Vinelab / NeoEloquent

The Neo4j OGM for Laravel
MIT License
636 stars 200 forks source link

Declaration of Vinelab\NeoEloquent\Connection::select($query, $bindings = Array) must be compatible with Illuminate\Database\Connection:: select($query, $bindings = Array, $useReadPdo = true) #312

Closed sproutrahul closed 4 years ago

sproutrahul commented 5 years ago

[Symfony\Component\Debug\Exception\FatalErrorException]
Declaration of Vinelab\NeoEloquent\Connection::select($query, $bindings = Array) must be compatible with Illuminate\Database\Connection::
select($query, $bindings = Array, $useReadPdo = true)

uhkhil commented 5 years ago

This issue occurs in Php 7.2, downgrading to 7.1 makes it work.

stale[bot] commented 4 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.