Apply fixes from StyleCI
This commit is contained in:
committed by
StyleCI Bot
parent
20f46adbc4
commit
9596d88b48
@@ -6,7 +6,6 @@ use App\Interfaces\Model;
|
||||
|
||||
/**
|
||||
* Class PirepFare
|
||||
* @package App\Models
|
||||
*/
|
||||
class PirepFare extends Model
|
||||
{
|
||||
@@ -30,7 +29,6 @@ class PirepFare extends Model
|
||||
/**
|
||||
* Relationships
|
||||
*/
|
||||
|
||||
public function fare()
|
||||
{
|
||||
return $this->belongsTo(Fare::class, 'fare_id');
|
||||
|
||||
Reference in New Issue
Block a user