We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Method should be public
Check if timestamps is enabled in getDates()
working on method names.
Revert "[5.1] Fix Eloquent Builder paginate passing columns to count"
[5.1] Use Illuminate\Support\Arr::first() instead of the alias array_… …first(). Signed-off-by: crynobone <[email protected]>
Added missing fullstops
Merge pull request #8859 from lukasgeiter/fix-self-relation-table-prefix [5.0] Fix has() on self referencing relationship with table prefix
$column type correction The first parameter `$column` could be `string`, `array`, or `\Closure`.
Fix a situation affected by PHP bug in some version of PHP 5.5.
Use basePath helper.