Closed jobara closed 10 months ago
Resolves #2074
Changed the quick exit destination to google.ca
If this PR changes PHP code or dependencies:
composer format
composer analyze
php artisan test
composer localize
If this PR changes CSS or JavaScript code or dependencies:
npm run lint
npm run build
Resolves #2074
Changed the quick exit destination to google.ca
Prerequisites
If this PR changes PHP code or dependencies:
composer format
and fixed any code formatting issues.composer analyze
and addressed any static analysis issues.php artisan test
and ensured that all tests pass.composer localize
to update localization source files and committed any changes.If this PR changes CSS or JavaScript code or dependencies:
npm run lint
and fixed any linting issues.npm run build
and ensured that CSS and JavaScript assets can be compiled.