Skip to content

Commit 3c5940e

Browse files
author
reallyli
committed
update namespace
1 parent 4f9b527 commit 3c5940e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Models/Experiment.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ public function __construct(array $attributes = array())
1919

2020
public function goals()
2121
{
22-
return $this->hasMany('Jenssegers\AB\Models\Goal', 'experiment', 'name');
22+
return $this->hasMany('Reallyli\AB\Models\Goal', 'experiment', 'name');
2323
}
2424

2525
public function scopeActive($query)

0 commit comments

Comments
 (0)