Skip to content

Commit 0ad1914

Browse files
afk11barryo
authored andcommitted
once over after artisan ide-helper:models -RW reorganized, and removed missing properties
1 parent f10c9a4 commit 0ad1914

82 files changed

Lines changed: 1420 additions & 1521 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

app/Models/Aggregators/BgpSessionDataAggregator.php

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55
use Cache;
66
use Illuminate\Database\Eloquent\Builder;
7-
use Illuminate\Database\Eloquent\Model;
87
use IXP\Models\BgpSessionData;
98
use IXP\Models\Vlan;
109
use IXP\Exceptions\GeneralException as IXP_Exception;
@@ -20,17 +19,17 @@
2019
* @property int|null $packetcount
2120
* @property string|null $timestamp
2221
* @property string|null $source
23-
* @method static Builder|BgpSessionDataAggregator newModelQuery()
24-
* @method static Builder|BgpSessionDataAggregator newQuery()
25-
* @method static Builder|BgpSessionDataAggregator query()
26-
* @method static Builder|BgpSessionDataAggregator whereDstipaddressid($value)
27-
* @method static Builder|BgpSessionDataAggregator whereId($value)
28-
* @method static Builder|BgpSessionDataAggregator wherePacketcount($value)
29-
* @method static Builder|BgpSessionDataAggregator whereProtocol($value)
30-
* @method static Builder|BgpSessionDataAggregator whereSource($value)
31-
* @method static Builder|BgpSessionDataAggregator whereSrcipaddressid($value)
32-
* @method static Builder|BgpSessionDataAggregator whereTimestamp($value)
33-
* @method static Builder|BgpSessionDataAggregator whereVlan($value)
22+
* @method static Builder<static>|BgpSessionDataAggregator newModelQuery()
23+
* @method static Builder<static>|BgpSessionDataAggregator newQuery()
24+
* @method static Builder<static>|BgpSessionDataAggregator query()
25+
* @method static Builder<static>|BgpSessionDataAggregator whereDstipaddressid($value)
26+
* @method static Builder<static>|BgpSessionDataAggregator whereId($value)
27+
* @method static Builder<static>|BgpSessionDataAggregator wherePacketcount($value)
28+
* @method static Builder<static>|BgpSessionDataAggregator whereProtocol($value)
29+
* @method static Builder<static>|BgpSessionDataAggregator whereSource($value)
30+
* @method static Builder<static>|BgpSessionDataAggregator whereSrcipaddressid($value)
31+
* @method static Builder<static>|BgpSessionDataAggregator whereTimestamp($value)
32+
* @method static Builder<static>|BgpSessionDataAggregator whereVlan($value)
3433
* @mixin \Eloquent
3534
*/
3635
class BgpSessionDataAggregator extends BgpSessionData

app/Models/Aggregators/ConsoleServerConnectionAggregatore.php

Lines changed: 16 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -46,25 +46,22 @@
4646
* @property \Illuminate\Support\Carbon|null $updated_at
4747
* @property-read \IXP\Models\ConsoleServer|null $consoleServer
4848
* @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)
6865
* @mixin \Eloquent
6966
*/
7067
class ConsoleServerConnectionAggregatore extends ConsoleServerConnection

app/Models/Aggregators/ContactGroupAggregator.php

Lines changed: 11 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -42,19 +42,17 @@
4242
* @property \Illuminate\Support\Carbon|null $updated_at
4343
* @property-read \Illuminate\Database\Eloquent\Collection<int, \IXP\Models\Contact> $contacts
4444
* @property-read int|null $contacts_count
45-
* @method static Builder|ContactGroupAggregator newModelQuery()
46-
* @method static Builder|ContactGroupAggregator newQuery()
47-
* @method static Builder|ContactGroupAggregator query()
48-
* @method static Builder|ContactGroupAggregator whereActive($value)
49-
* @method static Builder|ContactGroupAggregator whereCreatedAt($value)
50-
* @method static Builder|ContactGroupAggregator whereDescription($value)
51-
* @method static Builder|ContactGroupAggregator whereId($value)
52-
* @method static Builder|ContactGroupAggregator whereLimitedTo($value)
53-
* @method static Builder|ContactGroupAggregator whereName($value)
54-
* @method static Builder|ContactGroupAggregator whereType($value)
55-
* @method static Builder|ContactGroupAggregator whereUpdatedAt($value)
56-
* @property string $created
57-
* @method static Builder|ContactGroupAggregator whereCreated($value)
45+
* @method static Builder<static>|ContactGroupAggregator newModelQuery()
46+
* @method static Builder<static>|ContactGroupAggregator newQuery()
47+
* @method static Builder<static>|ContactGroupAggregator query()
48+
* @method static Builder<static>|ContactGroupAggregator whereActive($value)
49+
* @method static Builder<static>|ContactGroupAggregator whereCreatedAt($value)
50+
* @method static Builder<static>|ContactGroupAggregator whereDescription($value)
51+
* @method static Builder<static>|ContactGroupAggregator whereId($value)
52+
* @method static Builder<static>|ContactGroupAggregator whereLimitedTo($value)
53+
* @method static Builder<static>|ContactGroupAggregator whereName($value)
54+
* @method static Builder<static>|ContactGroupAggregator whereType($value)
55+
* @method static Builder<static>|ContactGroupAggregator whereUpdatedAt($value)
5856
* @mixin \Eloquent
5957
*/
6058
class ContactGroupAggregator extends ContactGroup

0 commit comments

Comments
 (0)