We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f9b527 commit 3c5940eCopy full SHA for 3c5940e
src/Models/Experiment.php
@@ -19,7 +19,7 @@ public function __construct(array $attributes = array())
19
20
public function goals()
21
{
22
- return $this->hasMany('Jenssegers\AB\Models\Goal', 'experiment', 'name');
+ return $this->hasMany('Reallyli\AB\Models\Goal', 'experiment', 'name');
23
}
24
25
public function scopeActive($query)
0 commit comments