Skip to content

Commit

Permalink
[IDE] composer update
Browse files Browse the repository at this point in the history
  • Loading branch information
barryo committed Oct 21, 2022
1 parent 5ec406e commit 3c7d46f
Show file tree
Hide file tree
Showing 18 changed files with 278 additions and 237 deletions.
13 changes: 12 additions & 1 deletion _ide_helper.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

/**
* A helper file for Laravel, to provide autocomplete information to your IDE
* Generated for Laravel 8.83.23.
* Generated for Laravel 8.83.25.
*
* This file should not be included in your code, only analyzed by your IDE!
*
Expand Down Expand Up @@ -2173,6 +2173,17 @@ public static function setRequest($request)
{ //Method inherited from \Illuminate\Auth\SessionGuard
/** @var \IXP\Services\Auth\SessionGuard $instance */
return $instance->setRequest($request);
}
/**
* Get the timebox instance used by the guard.
*
* @return \Illuminate\Support\Timebox
* @static
*/
public static function getTimebox()
{ //Method inherited from \Illuminate\Auth\SessionGuard
/** @var \IXP\Services\Auth\SessionGuard $instance */
return $instance->getTimebox();
}
/**
* Determine if the current user is authenticated. If not, throw an exception.
Expand Down
12 changes: 6 additions & 6 deletions app/Models/Aggregators/CustomerAggregator.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,9 @@
* IXP\Models\Aggregators\CustomerAggregator
*
* @property int $id
* @property int|null $irrdb
* @property int|null $company_registered_detail_id
* @property int|null $company_billing_details_id
* @property int|null $reseller
* @property string|null $name
* @property int|null $type
* @property string|null $shortname
* @property string|null $abbreviatedName
* @property int|null $autsys
* @property int|null $maxprefixes
* @property string|null $peeringemail
Expand All @@ -59,8 +54,8 @@
* @property string|null $nocemail
* @property string|null $nochours
* @property string|null $nocwww
* @property int|null $irrdb
* @property string|null $peeringmacro
* @property string|null $peeringmacrov6
* @property string|null $peeringpolicy
* @property string|null $corpwww
* @property \Illuminate\Support\Carbon|null $datejoin
Expand All @@ -69,7 +64,12 @@
* @property int|null $activepeeringmatrix
* @property int|null $lastupdatedby
* @property string|null $creator
* @property int|null $company_registered_detail_id
* @property int|null $company_billing_details_id
* @property string|null $peeringmacrov6
* @property string|null $abbreviatedName
* @property string|null $MD5Support
* @property int|null $reseller
* @property int $isReseller
* @property int $in_manrs
* @property int $in_peeringdb
Expand Down
8 changes: 4 additions & 4 deletions app/Models/Aggregators/SwitcherAggregator.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,23 +36,23 @@
* IXP\Models\Aggregators\SwitcherAggregator
*
* @property int $id
* @property int|null $infrastructure
* @property int|null $cabinetid
* @property int|null $vendorid
* @property string|null $name
* @property string|null $hostname
* @property string|null $ipv4addr
* @property string|null $ipv6addr
* @property string|null $snmppasswd
* @property int|null $infrastructure
* @property string|null $model
* @property bool|null $active
* @property string|null $notes
* @property string|null $hostname
* @property string|null $os
* @property string|null $osDate
* @property string|null $osVersion
* @property string|null $serialNumber
* @property int|null $mauSupported
* @property string|null $lastPolled
* @property string|null $notes
* @property int|null $mauSupported
* @property int|null $asn
* @property string|null $loopback_ip
* @property string|null $loopback_name
Expand Down
4 changes: 4 additions & 0 deletions app/Models/Aggregators/UserAggregator.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@
* @property int|null $uid
* @property int|null $privs
* @property int|null $disabled
* @property int $fail_count
* @property string|null $fail_locked_until
* @property int|null $lastupdatedby
* @property string|null $creator
* @property string|null $name
Expand Down Expand Up @@ -82,6 +84,8 @@
* @method static \Illuminate\Database\Eloquent\Builder|UserAggregator whereDisabled($value)
* @method static \Illuminate\Database\Eloquent\Builder|UserAggregator whereEmail($value)
* @method static \Illuminate\Database\Eloquent\Builder|UserAggregator whereExtraAttributes($value)
* @method static \Illuminate\Database\Eloquent\Builder|UserAggregator whereFailCount($value)
* @method static \Illuminate\Database\Eloquent\Builder|UserAggregator whereFailLockedUntil($value)
* @method static \Illuminate\Database\Eloquent\Builder|UserAggregator whereId($value)
* @method static \Illuminate\Database\Eloquent\Builder|UserAggregator whereLastupdatedby($value)
* @method static \Illuminate\Database\Eloquent\Builder|UserAggregator whereName($value)
Expand Down
4 changes: 2 additions & 2 deletions app/Models/Aggregators/VlanAggregator.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@
* IXP\Models\Aggregators\VlanAggregator
*
* @property int $id
* @property int $infrastructureid
* @property string|null $name
* @property int|null $number
* @property string|null $notes
* @property bool $private
* @property int $infrastructureid
* @property int $peering_matrix
* @property int $peering_manager
* @property string|null $notes
* @property string|null $config_name
* @property \Illuminate\Support\Carbon|null $created_at
* @property \Illuminate\Support\Carbon|null $updated_at
Expand Down
4 changes: 2 additions & 2 deletions app/Models/Contact.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,17 +38,17 @@
* @property int $id
* @property int|null $custid
* @property string $name
* @property string|null $position
* @property string|null $email
* @property string|null $phone
* @property string|null $mobile
* @property bool $facilityaccess
* @property bool $mayauthorize
* @property string|null $notes
* @property \Illuminate\Support\Carbon|null $updated_at
* @property int|null $lastupdatedby
* @property string|null $creator
* @property \Illuminate\Support\Carbon|null $created_at
* @property string|null $position
* @property string|null $notes
* @property-read \Illuminate\Database\Eloquent\Collection|\IXP\Models\ContactGroup[] $contactGroups
* @property-read int|null $contact_groups_count
* @property-read \Illuminate\Database\Eloquent\Collection|\IXP\Models\ContactGroup[] $contactGroupsAll
Expand Down
12 changes: 6 additions & 6 deletions app/Models/Customer.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,14 +48,9 @@
* IXP\Models\Customer
*
* @property int $id
* @property int|null $irrdb
* @property int|null $company_registered_detail_id
* @property int|null $company_billing_details_id
* @property int|null $reseller
* @property string|null $name
* @property int|null $type
* @property string|null $shortname
* @property string|null $abbreviatedName
* @property int|null $autsys
* @property int|null $maxprefixes
* @property string|null $peeringemail
Expand All @@ -65,8 +60,8 @@
* @property string|null $nocemail
* @property string|null $nochours
* @property string|null $nocwww
* @property int|null $irrdb
* @property string|null $peeringmacro
* @property string|null $peeringmacrov6
* @property string|null $peeringpolicy
* @property string|null $corpwww
* @property Carbon|null $datejoin
Expand All @@ -75,7 +70,12 @@
* @property int|null $activepeeringmatrix
* @property int|null $lastupdatedby
* @property string|null $creator
* @property int|null $company_registered_detail_id
* @property int|null $company_billing_details_id
* @property string|null $peeringmacrov6
* @property string|null $abbreviatedName
* @property string|null $MD5Support
* @property int|null $reseller
* @property int $isReseller
* @property int $in_manrs
* @property int $in_peeringdb
Expand Down
2 changes: 1 addition & 1 deletion app/Models/Location.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
* IXP\Models\Location
*
* @property int $id
* @property int|null $pdb_facility_id
* @property string|null $name
* @property string|null $shortname
* @property string|null $tag
Expand All @@ -47,6 +46,7 @@
* @property string|null $officefax
* @property string|null $officeemail
* @property string|null $notes
* @property int|null $pdb_facility_id
* @property string|null $city
* @property string|null $country
* @property \Illuminate\Support\Carbon|null $created_at
Expand Down
4 changes: 3 additions & 1 deletion app/Models/PatchPanel.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,10 @@
* @property int $connector_type
* @property string|null $installation_date
* @property string $port_prefix
* @property int $active
* @property int $colo_pp_type
* @property int $chargeable
* @property string $location_notes
* @property int $active
* @property int|null $u_position
* @property int|null $mounted_at
* @property \Illuminate\Support\Carbon|null $created_at
Expand All @@ -65,6 +66,7 @@
* @method static Builder|PatchPanel whereCabinetId($value)
* @method static Builder|PatchPanel whereCableType($value)
* @method static Builder|PatchPanel whereChargeable($value)
* @method static Builder|PatchPanel whereColoPpType($value)
* @method static Builder|PatchPanel whereColoReference($value)
* @method static Builder|PatchPanel whereConnectorType($value)
* @method static Builder|PatchPanel whereCreatedAt($value)
Expand Down
12 changes: 6 additions & 6 deletions app/Models/PatchPanelPort.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,23 +52,23 @@
* @property int|null $switch_port_id
* @property int|null $patch_panel_id
* @property int|null $customer_id
* @property int|null $duplex_master_id
* @property int $number
* @property int $state
* @property string|null $colo_circuit_ref
* @property string|null $ticket_ref
* @property string|null $notes
* @property string|null $private_notes
* @property string|null $assigned_at
* @property string|null $connected_at
* @property string|null $cease_requested_at
* @property string|null $ceased_at
* @property string|null $last_state_change
* @property int $internal_use
* @property int $chargeable
* @property int|null $duplex_master_id
* @property int $number
* @property string|null $colo_circuit_ref
* @property string|null $ticket_ref
* @property string|null $private_notes
* @property int $owned_by
* @property string|null $description
* @property string|null $loa_code
* @property string|null $description
* @property string|null $colo_billing_ref
* @property \Illuminate\Support\Carbon|null $created_at
* @property \Illuminate\Support\Carbon|null $updated_at
Expand Down
12 changes: 6 additions & 6 deletions app/Models/PatchPanelPortHistory.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,22 +43,22 @@
*
* @property int $id
* @property int|null $patch_panel_port_id
* @property int|null $duplex_master_id
* @property int $number
* @property int $state
* @property string|null $colo_circuit_ref
* @property string|null $ticket_ref
* @property string|null $notes
* @property string|null $private_notes
* @property string|null $assigned_at
* @property string|null $connected_at
* @property string|null $cease_requested_at
* @property string|null $ceased_at
* @property int $internal_use
* @property int $chargeable
* @property int $owned_by
* @property string|null $customer
* @property string|null $switchport
* @property int|null $duplex_master_id
* @property int $number
* @property string|null $colo_circuit_ref
* @property string|null $ticket_ref
* @property string|null $private_notes
* @property int $owned_by
* @property string|null $description
* @property string|null $colo_billing_ref
* @property int|null $cust_id
Expand Down
4 changes: 2 additions & 2 deletions app/Models/PhysicalInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,14 @@
*
* @property int $id
* @property int|null $switchportid
* @property int|null $fanout_physical_interface_id
* @property int|null $virtualinterfaceid
* @property int|null $status
* @property int|null $speed
* @property string|null $duplex
* @property int|null $rate_limit
* @property bool $autoneg
* @property string|null $notes
* @property int|null $fanout_physical_interface_id
* @property bool $autoneg
* @property \Illuminate\Support\Carbon|null $created_at
* @property \Illuminate\Support\Carbon|null $updated_at
* @property-read \IXP\Models\CoreInterface|null $coreInterface
Expand Down
4 changes: 2 additions & 2 deletions app/Models/SwitchPort.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,6 @@
* @property int|null $switchid
* @property int|null $type
* @property string|null $name
* @property int $active
* @property int|null $ifIndex
* @property string|null $ifName
* @property string|null $ifAlias
* @property int|null $ifHighSpeed
Expand All @@ -58,6 +56,8 @@
* @property int|null $ifOperStatus
* @property int|null $ifLastChange
* @property string|null $lastSnmpPoll
* @property int|null $ifIndex
* @property int $active
* @property int|null $lagIfIndex
* @property string|null $mauType
* @property string|null $mauState
Expand Down
8 changes: 4 additions & 4 deletions app/Models/Switcher.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,23 +50,23 @@
* IXP\Models\Switcher
*
* @property int $id
* @property int|null $infrastructure
* @property int|null $cabinetid
* @property int|null $vendorid
* @property string|null $name
* @property string|null $hostname
* @property string|null $ipv4addr
* @property string|null $ipv6addr
* @property string|null $snmppasswd
* @property int|null $infrastructure
* @property string|null $model
* @property bool|null $active
* @property string|null $notes
* @property string|null $hostname
* @property string|null $os
* @property string|null $osDate
* @property string|null $osVersion
* @property string|null $serialNumber
* @property int|null $mauSupported
* @property string|null $lastPolled
* @property string|null $notes
* @property int|null $mauSupported
* @property int|null $asn
* @property string|null $loopback_ip
* @property string|null $loopback_name
Expand Down
4 changes: 4 additions & 0 deletions app/Models/User.php
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@
* @property int|null $uid
* @property int|null $privs
* @property int|null $disabled
* @property int $fail_count
* @property string|null $fail_locked_until
* @property int|null $lastupdatedby
* @property string|null $creator
* @property string|null $name
Expand Down Expand Up @@ -94,6 +96,8 @@
* @method static Builder|User whereDisabled($value)
* @method static Builder|User whereEmail($value)
* @method static Builder|User whereExtraAttributes($value)
* @method static Builder|User whereFailCount($value)
* @method static Builder|User whereFailLockedUntil($value)
* @method static Builder|User whereId($value)
* @method static Builder|User whereLastupdatedby($value)
* @method static Builder|User whereName($value)
Expand Down
4 changes: 2 additions & 2 deletions app/Models/Vlan.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,13 @@
* IXP\Models\Vlan
*
* @property int $id
* @property int $infrastructureid
* @property string|null $name
* @property int|null $number
* @property string|null $notes
* @property bool $private
* @property int $infrastructureid
* @property int $peering_matrix
* @property int $peering_manager
* @property string|null $notes
* @property string|null $config_name
* @property \Illuminate\Support\Carbon|null $created_at
* @property \Illuminate\Support\Carbon|null $updated_at
Expand Down
6 changes: 5 additions & 1 deletion app/Providers/AuthServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,11 @@ public function boot()
Auth::extend('session', function ( $app, $name, $config ) {
$provider = $app[ 'auth' ]->createUserProvider( $config['provider'] ?? null );

$guard = new SessionGuard( $name, $provider, $app[ 'session.store' ], request(), $config[ 'expire' ] ?? null );
$guard = new SessionGuard( $name, $provider, $app[ 'session.store' ], request() );

if( $config[ 'expire' ] ) {
$guard->setRememberDuration( $config[ 'expire' ] );
}

if( method_exists( $guard, 'setCookieJar' ) ) {
$guard->setCookieJar( $app['cookie'] );
Expand Down
Loading

0 comments on commit 3c7d46f

Please sign in to comment.