Fix PirepComment response; 201 to 200 (#654)
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user