Skip to content
This repository was archived by the owner on Jul 16, 2023. It is now read-only.

Commit a601c3e

Browse files
author
Daniel LaBarge
committed
I break things.
1 parent 7e06c9f commit a601c3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/LaravelBook/Ardent/Ardent.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@ public function __call($method, $parameters) {
356356
* @param string $otherKey
357357
* @return \Illuminate\Database\Eloquent\Relations\BelongsTo
358358
*/
359-
public function belongsTo(($related, $foreignKey = NULL, $otherKey = NULL, $relation = NULL) {
359+
public function belongsTo($related, $foreignKey = NULL, $otherKey = NULL, $relation = NULL) {
360360
$backtrace = debug_backtrace(false);
361361
$caller = ($backtrace[1]['function'] == 'handleRelationalArray')? $backtrace[3] : $backtrace[1];
362362

0 commit comments

Comments
 (0)