Skip to content

Commit 16b039e

Browse files
committed
Fix fred endpoints
Resolves #350
1 parent 28f4a4c commit 16b039e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/components/collections/src/Endpoint/Ajax/Endpoint.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ abstract class Endpoint
3030
* @param \Collections\Collections $collections
3131
* @param $payload
3232
*/
33-
public function __construct(\Collections\Collections &$collections, \Fred &$fred, $payload)
33+
public function __construct(\Collections\Collections &$collections, \Fred\Fred &$fred, $payload)
3434
{
3535
$this->collections =& $collections;
3636
$this->fred =& $fred;

0 commit comments

Comments
 (0)