Skip to content

Commit

Permalink
fix: messaging settings
Browse files Browse the repository at this point in the history
  • Loading branch information
papac committed Jan 25, 2025
1 parent b66a5e8 commit 5328f8b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/Kernel.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public function namespaces(): array
'exception' => 'App\\Exceptions',
'producer' => 'App\\Producers',
'command' => 'App\\Commands',
'messaging' => 'App\\Messaging',
'messaging' => 'App\\Messages',
];
}

Expand Down
1 change: 1 addition & 0 deletions bow
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ $setting->setConfigDirectory(__DIR__.'/config');
$setting->setPublicDirectory(__DIR__.'/public');
$setting->setProducerDirectory(__DIR__.'/app/Producers');
$setting->setCommandDirectory(__DIR__.'/app/Commands');
$setting->setMessagingDirectory(__DIR__.'/app/Messages');

// Defines the local server starter
$setting->setServerFilename(__DIR__.'/server.php');
Expand Down

0 comments on commit 5328f8b

Please sign in to comment.