Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add concrete domain name directory to example code #9725

Merged
merged 1 commit into from
Jun 27, 2024
Merged

Add concrete domain name directory to example code #9725

merged 1 commit into from
Jun 27, 2024

Conversation

maru0914
Copy link
Contributor

Added concrete domain name directory for consistency with other places.

Other Places

  1. Subsequent example on the same page

    docs/events.md

    Lines 93 to 94 in 33d43e1

    use App\Domain\Orders\Events\PodcastProcessed;
    use App\Domain\Orders\Listeners\SendPodcastNotification;

  2. artisan.md example

    docs/artisan.md

    Lines 660 to 662 in 33d43e1

    ->withCommands([
    __DIR__.'/../app/Domain/Orders/Commands',
    ])

@taylorotwell taylorotwell merged commit e6443d6 into laravel:11.x Jun 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants