Update all dependencies (#712)

* update composer.lock

* run pint

* fix phpstan

* update migrations (sqlite `dropForeign`)

* fix migrations

* Reset these back for now

* Alphabetize the rules

* run `php artisan filament:upgrade`

---------

Co-authored-by: Lance Pioch <git@lance.sh>
This commit is contained in:
Boy132
2024-11-22 09:27:57 +01:00
committed by GitHub
parent f33f91698e
commit d555c42644
124 changed files with 979 additions and 1428 deletions

View File

@@ -20,9 +20,7 @@ class BackupStatusController extends Controller
/**
* BackupStatusController constructor.
*/
public function __construct(private BackupManager $backupManager)
{
}
public function __construct(private BackupManager $backupManager) {}
/**
* Handles updating the state of a backup.