Skip to content

Commit

Permalink
build: Bump laravel/pint from 1.18.3 to 1.19.0 (#3944)
Browse files Browse the repository at this point in the history
* build: Bump laravel/pint from 1.18.3 to 1.19.0

Bumps [laravel/pint](https://github.com/laravel/pint) from 1.18.3 to 1.19.0.
- [Release notes](https://github.com/laravel/pint/releases)
- [Changelog](https://github.com/laravel/pint/blob/main/CHANGELOG.md)
- [Commits](laravel/pint@v1.18.3...v1.19.0)

---
updated-dependencies:
- dependency-name: laravel/pint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Added additional spaces to single line comments in line with the lint
configuration

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Dave Etheridge <detheridge02@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and detheridge02 authored Feb 12, 2025
1 parent eaa69a7 commit ba5686b
Show file tree
Hide file tree
Showing 4 changed files with 556 additions and 556 deletions.
4 changes: 2 additions & 2 deletions app/Providers/EventServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ class EventServiceProvider extends ServiceProvider
],

\App\Events\Mship\Feedback\NewFeedbackEvent::class => [
//\App\Listeners\Mship\Feedback\NotifyOfNewFeedback::class,
// \App\Listeners\Mship\Feedback\NotifyOfNewFeedback::class,
],

AtcSessionEnded::class => [
//AtcSessionRecordedSuccessNotification::class, // temporarily disabled
// AtcSessionRecordedSuccessNotification::class,
FlushEndorsementCache::class,
],

Expand Down
Loading

0 comments on commit ba5686b

Please sign in to comment.