mirror of
https://github.com/CachetHQ/Cachet.git
synced 2025-01-17 13:38:20 +01:00
Fixed typo
This commit is contained in:
parent
534a546efb
commit
0746abd2f1
@ -67,7 +67,7 @@ class Subscriber extends Model implements HasPresenter
|
||||
*
|
||||
* @return \Illuminate\Database\Eloquent\Relations\HasMany
|
||||
*/
|
||||
public function subcriptions()
|
||||
public function subscriptions()
|
||||
{
|
||||
return $this->hasMany(Subscription::class);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user