Fix issue where user stats aren't incremented on PIREP auto accept (#335)
* Fix issue where user stats aren't incremented on PIREP auto accept * Formatting
This commit is contained in:
@@ -7,9 +7,10 @@ use App\Contracts\Model;
|
||||
/**
|
||||
* Class Rank
|
||||
*
|
||||
* @property int hours
|
||||
* @property float manual_base_pay_rate
|
||||
* @property float acars_base_pay_rate
|
||||
* @property string name
|
||||
* @property int hours
|
||||
* @property float manual_base_pay_rate
|
||||
* @property float acars_base_pay_rate
|
||||
*/
|
||||
class Rank extends Model
|
||||
{
|
||||
@@ -28,7 +29,6 @@ class Rank extends Model
|
||||
|
||||
protected $casts = [
|
||||
'hours' => 'integer',
|
||||
'base_pay_rate' => 'float',
|
||||
'auto_approve_acars' => 'bool',
|
||||
'auto_approve_manual' => 'bool',
|
||||
'auto_promote' => 'bool',
|
||||
|
||||
Reference in New Issue
Block a user