Skip to content

Commit 628271d

Browse files
committed
syntax error
1 parent ebaf11a commit 628271d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/NestableCollection.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,6 @@ public function total()
104104
*/
105105
public function getTotal()
106106
{
107-
return $this->total():
107+
return $this->total();
108108
}
109109
}

0 commit comments

Comments
 (0)