|
46 | 46 | * @property \Illuminate\Support\Carbon|null $updated_at |
47 | 47 | * @property-read \IXP\Models\ConsoleServer|null $consoleServer |
48 | 48 | * @property-read \IXP\Models\CustomerTag|null $customer |
49 | | - * @property-read \IXP\Models\Switcher|null $switcher |
50 | | - * @method static Builder|ConsoleServerConnectionAggregatore newModelQuery() |
51 | | - * @method static Builder|ConsoleServerConnectionAggregatore newQuery() |
52 | | - * @method static Builder|ConsoleServerConnectionAggregatore query() |
53 | | - * @method static Builder|ConsoleServerConnectionAggregatore whereAutobaud($value) |
54 | | - * @method static Builder|ConsoleServerConnectionAggregatore whereConsoleServerId($value) |
55 | | - * @method static Builder|ConsoleServerConnectionAggregatore whereCreatedAt($value) |
56 | | - * @method static Builder|ConsoleServerConnectionAggregatore whereCustid($value) |
57 | | - * @method static Builder|ConsoleServerConnectionAggregatore whereDescription($value) |
58 | | - * @method static Builder|ConsoleServerConnectionAggregatore whereFlowcontrol($value) |
59 | | - * @method static Builder|ConsoleServerConnectionAggregatore whereId($value) |
60 | | - * @method static Builder|ConsoleServerConnectionAggregatore whereNotes($value) |
61 | | - * @method static Builder|ConsoleServerConnectionAggregatore whereParity($value) |
62 | | - * @method static Builder|ConsoleServerConnectionAggregatore wherePort($value) |
63 | | - * @method static Builder|ConsoleServerConnectionAggregatore whereSpeed($value) |
64 | | - * @method static Builder|ConsoleServerConnectionAggregatore whereStopbits($value) |
65 | | - * @method static Builder|ConsoleServerConnectionAggregatore whereUpdatedAt($value) |
66 | | - * @property int|null $switchid |
67 | | - * @method static Builder|ConsoleServerConnectionAggregatore whereSwitchid($value) |
| 49 | + * @method static Builder<static>|ConsoleServerConnectionAggregatore newModelQuery() |
| 50 | + * @method static Builder<static>|ConsoleServerConnectionAggregatore newQuery() |
| 51 | + * @method static Builder<static>|ConsoleServerConnectionAggregatore query() |
| 52 | + * @method static Builder<static>|ConsoleServerConnectionAggregatore whereAutobaud($value) |
| 53 | + * @method static Builder<static>|ConsoleServerConnectionAggregatore whereConsoleServerId($value) |
| 54 | + * @method static Builder<static>|ConsoleServerConnectionAggregatore whereCreatedAt($value) |
| 55 | + * @method static Builder<static>|ConsoleServerConnectionAggregatore whereCustid($value) |
| 56 | + * @method static Builder<static>|ConsoleServerConnectionAggregatore whereDescription($value) |
| 57 | + * @method static Builder<static>|ConsoleServerConnectionAggregatore whereFlowcontrol($value) |
| 58 | + * @method static Builder<static>|ConsoleServerConnectionAggregatore whereId($value) |
| 59 | + * @method static Builder<static>|ConsoleServerConnectionAggregatore whereNotes($value) |
| 60 | + * @method static Builder<static>|ConsoleServerConnectionAggregatore whereParity($value) |
| 61 | + * @method static Builder<static>|ConsoleServerConnectionAggregatore wherePort($value) |
| 62 | + * @method static Builder<static>|ConsoleServerConnectionAggregatore whereSpeed($value) |
| 63 | + * @method static Builder<static>|ConsoleServerConnectionAggregatore whereStopbits($value) |
| 64 | + * @method static Builder<static>|ConsoleServerConnectionAggregatore whereUpdatedAt($value) |
68 | 65 | * @mixin \Eloquent |
69 | 66 | */ |
70 | 67 | class ConsoleServerConnectionAggregatore extends ConsoleServerConnection |
|
0 commit comments