Standardizing things

This commit is contained in:
James Brooks
2016-08-10 10:46:45 +01:00
parent 943f7623a4
commit a947cffcb8
8 changed files with 20 additions and 20 deletions

View File

@@ -50,7 +50,7 @@ class Subscription extends Model
];
/**
* A subscription belongs to a subscriber.
* Get the subscriber relation.
*
* @return \Illuminate\Database\Eloquent\Relations\BelongsTo
*/
@@ -60,7 +60,7 @@ class Subscription extends Model
}
/**
* A subscription has one component.
* Get the component relation.
*
* @return \Illuminate\Database\Eloquent\Relations\HasOne
*/