Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #111 from Fender123/patch-1
fixed PHP Warning in Illuminate/Database adapter
- Loading branch information
cd37044
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
if the result is already an array it will cause nasty problems like this:
PHP Fatal error: Call to a member function toArray() on a non-object in .../vendor/davedevelopment/phpmig/src/Phpmig/Adapter/Illuminate/Database.php on line 47
cd37044
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@micahaza see #111 (comment)