Fix PirepComment response; 201 to 200 (#654)

This commit is contained in:
Nabeel S
2020-04-01 01:05:09 -04:00
committed by GitHub
parent e8037c7d69
commit 261984ee90
6 changed files with 44 additions and 15 deletions

View File

@@ -5,8 +5,10 @@ namespace App\Models;
use App\Contracts\Model;
/**
* @property string pirep_id
* @property int user_id
* @property string $pirep_id
* @property int $user_id
* @property Pirep $pirep
* @property User $user
*/
class PirepComment extends Model
{