* Update dependencies
* Update to Laratrust v8
* Update public path declaration
* Add return types in Unit and Metar
* Laravel 10 changes
* New types for Controllers
* Update gh actions to php 81
* Fix dbal version
* Style CI
* Style CI
* Fix new public path
* Fix view:cache command not working
* Fix laratrust new methods
* Upgrade PHP Domain Parser
* Update some more controller parameters
* Style fixes
---------
Co-authored-by: Nabeel Shahzad <nabeelio@users.noreply.github.com>
* Add flight level field to PIREP field closes#401
* Default value for distance 0 closes#400
* Block airline deletion if assets exist #367
* Formatting
* Move some of the base exception classes
* Fix skin references to use settings table
* Set default for theme name if setting is wrong
* Don't allow cancels from certain states
* Unused imports
* Don't reset the state doubly
* Move SetUserActive into listener; code cleanup
* Unused imports
* Add missing files into htaccess
* Move Command contract to correct folder