diff --git a/.phpstorm.meta.php/laravel.meta.php b/.phpstorm.meta.php/laravel.meta.php index c2448fbb3..e7d407c6a 100644 --- a/.phpstorm.meta.php/laravel.meta.php +++ b/.phpstorm.meta.php/laravel.meta.php @@ -226,7 +226,6 @@ 'migration.repository' => \Illuminate\Database\Migrations\DatabaseMigrationRepository::class, 'migrator' => \Illuminate\Database\Migrations\Migrator::class, 'parsedown' => \Parsedown::class, - 'purifier' => \Mews\Purifier\Purifier::class, 'queue' => \Illuminate\Queue\QueueManager::class, 'queue.connection' => \Illuminate\Queue\SyncQueue::class, 'queue.failer' => \Illuminate\Queue\Failed\DatabaseUuidFailedJobProvider::class, @@ -463,7 +462,6 @@ 'migration.repository' => \Illuminate\Database\Migrations\DatabaseMigrationRepository::class, 'migrator' => \Illuminate\Database\Migrations\Migrator::class, 'parsedown' => \Parsedown::class, - 'purifier' => \Mews\Purifier\Purifier::class, 'queue' => \Illuminate\Queue\QueueManager::class, 'queue.connection' => \Illuminate\Queue\SyncQueue::class, 'queue.failer' => \Illuminate\Queue\Failed\DatabaseUuidFailedJobProvider::class, @@ -700,7 +698,6 @@ 'migration.repository' => \Illuminate\Database\Migrations\DatabaseMigrationRepository::class, 'migrator' => \Illuminate\Database\Migrations\Migrator::class, 'parsedown' => \Parsedown::class, - 'purifier' => \Mews\Purifier\Purifier::class, 'queue' => \Illuminate\Queue\QueueManager::class, 'queue.connection' => \Illuminate\Queue\SyncQueue::class, 'queue.failer' => \Illuminate\Queue\Failed\DatabaseUuidFailedJobProvider::class, @@ -937,7 +934,6 @@ 'migration.repository' => \Illuminate\Database\Migrations\DatabaseMigrationRepository::class, 'migrator' => \Illuminate\Database\Migrations\Migrator::class, 'parsedown' => \Parsedown::class, - 'purifier' => \Mews\Purifier\Purifier::class, 'queue' => \Illuminate\Queue\QueueManager::class, 'queue.connection' => \Illuminate\Queue\SyncQueue::class, 'queue.failer' => \Illuminate\Queue\Failed\DatabaseUuidFailedJobProvider::class, @@ -1174,7 +1170,6 @@ 'migration.repository' => \Illuminate\Database\Migrations\DatabaseMigrationRepository::class, 'migrator' => \Illuminate\Database\Migrations\Migrator::class, 'parsedown' => \Parsedown::class, - 'purifier' => \Mews\Purifier\Purifier::class, 'queue' => \Illuminate\Queue\QueueManager::class, 'queue.connection' => \Illuminate\Queue\SyncQueue::class, 'queue.failer' => \Illuminate\Queue\Failed\DatabaseUuidFailedJobProvider::class, @@ -1411,7 +1406,6 @@ 'migration.repository' => \Illuminate\Database\Migrations\DatabaseMigrationRepository::class, 'migrator' => \Illuminate\Database\Migrations\Migrator::class, 'parsedown' => \Parsedown::class, - 'purifier' => \Mews\Purifier\Purifier::class, 'queue' => \Illuminate\Queue\QueueManager::class, 'queue.connection' => \Illuminate\Queue\SyncQueue::class, 'queue.failer' => \Illuminate\Queue\Failed\DatabaseUuidFailedJobProvider::class, @@ -1648,7 +1642,6 @@ 'migration.repository' => \Illuminate\Database\Migrations\DatabaseMigrationRepository::class, 'migrator' => \Illuminate\Database\Migrations\Migrator::class, 'parsedown' => \Parsedown::class, - 'purifier' => \Mews\Purifier\Purifier::class, 'queue' => \Illuminate\Queue\QueueManager::class, 'queue.connection' => \Illuminate\Queue\SyncQueue::class, 'queue.failer' => \Illuminate\Queue\Failed\DatabaseUuidFailedJobProvider::class, @@ -1885,7 +1878,6 @@ 'migration.repository' => \Illuminate\Database\Migrations\DatabaseMigrationRepository::class, 'migrator' => \Illuminate\Database\Migrations\Migrator::class, 'parsedown' => \Parsedown::class, - 'purifier' => \Mews\Purifier\Purifier::class, 'queue' => \Illuminate\Queue\QueueManager::class, 'queue.connection' => \Illuminate\Queue\SyncQueue::class, 'queue.failer' => \Illuminate\Queue\Failed\DatabaseUuidFailedJobProvider::class, @@ -2122,7 +2114,6 @@ 'migration.repository' => \Illuminate\Database\Migrations\DatabaseMigrationRepository::class, 'migrator' => \Illuminate\Database\Migrations\Migrator::class, 'parsedown' => \Parsedown::class, - 'purifier' => \Mews\Purifier\Purifier::class, 'queue' => \Illuminate\Queue\QueueManager::class, 'queue.connection' => \Illuminate\Queue\SyncQueue::class, 'queue.failer' => \Illuminate\Queue\Failed\DatabaseUuidFailedJobProvider::class, @@ -2359,7 +2350,6 @@ 'migration.repository' => \Illuminate\Database\Migrations\DatabaseMigrationRepository::class, 'migrator' => \Illuminate\Database\Migrations\Migrator::class, 'parsedown' => \Parsedown::class, - 'purifier' => \Mews\Purifier\Purifier::class, 'queue' => \Illuminate\Queue\QueueManager::class, 'queue.connection' => \Illuminate\Queue\SyncQueue::class, 'queue.failer' => \Illuminate\Queue\Failed\DatabaseUuidFailedJobProvider::class, @@ -2596,7 +2586,6 @@ 'migration.repository' => \Illuminate\Database\Migrations\DatabaseMigrationRepository::class, 'migrator' => \Illuminate\Database\Migrations\Migrator::class, 'parsedown' => \Parsedown::class, - 'purifier' => \Mews\Purifier\Purifier::class, 'queue' => \Illuminate\Queue\QueueManager::class, 'queue.connection' => \Illuminate\Queue\SyncQueue::class, 'queue.failer' => \Illuminate\Queue\Failed\DatabaseUuidFailedJobProvider::class, diff --git a/app/Models/Aggregators/VlanAggregator.php b/app/Models/Aggregators/VlanAggregator.php index 3d2b194e8..a38e03278 100644 --- a/app/Models/Aggregators/VlanAggregator.php +++ b/app/Models/Aggregators/VlanAggregator.php @@ -42,7 +42,6 @@ * @property int $infrastructureid * @property int $peering_matrix * @property int $peering_manager - * @property bool $export_to_ixf * @property string|null $config_name * @property \Illuminate\Support\Carbon|null $created_at * @property \Illuminate\Support\Carbon|null $updated_at @@ -69,7 +68,6 @@ * @method static \Illuminate\Database\Eloquent\Builder|VlanAggregator query() * @method static \Illuminate\Database\Eloquent\Builder|VlanAggregator whereConfigName($value) * @method static \Illuminate\Database\Eloquent\Builder|VlanAggregator whereCreatedAt($value) - * @method static \Illuminate\Database\Eloquent\Builder|VlanAggregator whereExportToIxf($value) * @method static \Illuminate\Database\Eloquent\Builder|VlanAggregator whereId($value) * @method static \Illuminate\Database\Eloquent\Builder|VlanAggregator whereInfrastructureid($value) * @method static \Illuminate\Database\Eloquent\Builder|VlanAggregator whereName($value) diff --git a/app/Models/Vlan.php b/app/Models/Vlan.php index c58611133..24b1acf2a 100644 --- a/app/Models/Vlan.php +++ b/app/Models/Vlan.php @@ -43,7 +43,6 @@ * @property int $infrastructureid * @property int $peering_matrix * @property int $peering_manager - * @property bool $export_to_ixf * @property string|null $config_name * @property \Illuminate\Support\Carbon|null $created_at * @property \Illuminate\Support\Carbon|null $updated_at @@ -70,7 +69,6 @@ * @method static Builder|Vlan query() * @method static Builder|Vlan whereConfigName($value) * @method static Builder|Vlan whereCreatedAt($value) - * @method static Builder|Vlan whereExportToIxf($value) * @method static Builder|Vlan whereId($value) * @method static Builder|Vlan whereInfrastructureid($value) * @method static Builder|Vlan whereName($value) diff --git a/composer.lock b/composer.lock index c51dec8d8..c2a9822c0 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "1d48be1bf00e0001f35b780246bbe220", + "content-hash": "22ecbcd51d33795380dd6c0545e158fc", "packages": [ { "name": "anahkiasen/former", @@ -8781,16 +8781,16 @@ }, { "name": "composer/pcre", - "version": "3.1.2", + "version": "3.1.3", "source": { "type": "git", "url": "https://github.com/composer/pcre.git", - "reference": "4775f35b2d70865807c89d32c8e7385b86eb0ace" + "reference": "5b16e25a5355f1f3afdfc2f954a0a80aec4826a8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/composer/pcre/zipball/4775f35b2d70865807c89d32c8e7385b86eb0ace", - "reference": "4775f35b2d70865807c89d32c8e7385b86eb0ace", + "url": "https://api.github.com/repos/composer/pcre/zipball/5b16e25a5355f1f3afdfc2f954a0a80aec4826a8", + "reference": "5b16e25a5355f1f3afdfc2f954a0a80aec4826a8", "shasum": "" }, "require": { @@ -8832,7 +8832,7 @@ ], "support": { "issues": "https://github.com/composer/pcre/issues", - "source": "https://github.com/composer/pcre/tree/3.1.2" + "source": "https://github.com/composer/pcre/tree/3.1.3" }, "funding": [ { @@ -8848,7 +8848,7 @@ "type": "tidelift" } ], - "time": "2024-03-07T15:38:35+00:00" + "time": "2024-03-19T10:26:25+00:00" }, { "name": "composer/semver", @@ -10175,16 +10175,16 @@ }, { "name": "orchestra/testbench-core", - "version": "v6.49.3", + "version": "v6.49.4", "source": { "type": "git", "url": "https://github.com/orchestral/testbench-core.git", - "reference": "c9010622e39ad800d1218cdaa95741760be1c0aa" + "reference": "e99d51d095da503373ae47f508d9df426a2fe9d2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/orchestral/testbench-core/zipball/c9010622e39ad800d1218cdaa95741760be1c0aa", - "reference": "c9010622e39ad800d1218cdaa95741760be1c0aa", + "url": "https://api.github.com/repos/orchestral/testbench-core/zipball/e99d51d095da503373ae47f508d9df426a2fe9d2", + "reference": "e99d51d095da503373ae47f508d9df426a2fe9d2", "shasum": "" }, "require": { @@ -10260,7 +10260,7 @@ "issues": "https://github.com/orchestral/testbench/issues", "source": "https://github.com/orchestral/testbench-core" }, - "time": "2024-03-19T01:14:57+00:00" + "time": "2024-03-19T11:14:04+00:00" }, { "name": "phar-io/manifest",