Skip to content
This repository has been archived by the owner on Mar 14, 2024. It is now read-only.

Commit

Permalink
Laravel 5.5.3 changes (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
besologic authored Sep 7, 2017
1 parent 39a4061 commit 6f72c2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Illuminate/Support/Collection.php
Original file line number Diff line number Diff line change
Expand Up @@ -1111,7 +1111,7 @@ public function push($value)
* Push all of the given items onto the collection.
*
* @param \Traversable $source
* @return self
* @return $this
*/
public function concat($source)
{
Expand Down

0 comments on commit 6f72c2f

Please sign in to comment.