Minor fixes, coding standards
This commit is contained in:
@@ -8,9 +8,6 @@ class OrderPayment extends Model
|
||||
{
|
||||
protected $guarded = ['id'];
|
||||
|
||||
/**
|
||||
* @return \Illuminate\Database\Eloquent\Relations\BelongsTo
|
||||
*/
|
||||
public function Order()
|
||||
{
|
||||
return $this->belongsTo(Order::class);
|
||||
|
||||
Reference in New Issue
Block a user