Also had to use `@style` directives inside /resources/views/components/user-tag.blade.php. Prettier was erroring when the `@if` directive was inside the html attribute otherwise. Seems to have always been an issue, but the CI must only be formatting files that changed and because the file was only just changed now, it never discovered it until now.
- running `php artisan test:email` will test your mailer configuration
and attempt to fire a email off to the owners email address. This will
be mainly used for the UNIT3D Installer created by @poppabear8883