mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 01:08:56 +00:00
Add barryvdh/laravel-ide-helper
This commit is contained in:
@@ -4,6 +4,19 @@ namespace App\Models;
|
||||
|
||||
use Illuminate\Database\Eloquent\Model;
|
||||
|
||||
/**
|
||||
* App\Models\MissedPart
|
||||
*
|
||||
* @property int $id
|
||||
* @property int $numberid
|
||||
* @property int $groups_id FK to groups.id
|
||||
* @property bool $attempts
|
||||
* @method static \Illuminate\Database\Eloquent\Builder|\App\Models\MissedPart whereAttempts($value)
|
||||
* @method static \Illuminate\Database\Eloquent\Builder|\App\Models\MissedPart whereGroupsId($value)
|
||||
* @method static \Illuminate\Database\Eloquent\Builder|\App\Models\MissedPart whereId($value)
|
||||
* @method static \Illuminate\Database\Eloquent\Builder|\App\Models\MissedPart whereNumberid($value)
|
||||
* @mixin \Eloquent
|
||||
*/
|
||||
class MissedPart extends Model
|
||||
{
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user