Don't allow cancels from certain states (#396)
* Don't allow cancels from certain states * Unused imports * Don't reset the state doubly * Move SetUserActive into listener; code cleanup * Unused imports * Add missing files into htaccess * Move Command contract to correct folder
This commit is contained in:
@@ -10,6 +10,8 @@ use App\Contracts\Model;
|
||||
* @property float manual_base_pay_rate
|
||||
* @property float acars_base_pay_rate
|
||||
* @property bool auto_promote
|
||||
* @property bool auto_approve_acars
|
||||
* @property bool auto_approve_manual
|
||||
*/
|
||||
class Rank extends Model
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user