Add addtl fields to pirep - block_off and block_on times, calculate block_off time if not there

This commit is contained in:
Nabeel Shahzad
2018-04-04 13:03:10 -05:00
parent 052813ba4a
commit e27f6f1b14
12 changed files with 130 additions and 26 deletions

View File

@@ -7,6 +7,8 @@ use App\Interfaces\Model;
/**
* Class PirepEvent
*
* @property string pirep_id
* @property int user_id
* @package App\Models
*/
class PirepComment extends Model