Skip to content

Commit

Permalink
dark: fix provider config path
Browse files Browse the repository at this point in the history
  • Loading branch information
azuradara committed Sep 14, 2023
1 parent 47d350d commit d3a0d87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Laravel/CerealServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class CerealServiceProvider extends ServiceProvider
*/
public function boot(): void
{
$path = realpath(__DIR__ . '/../../config/config.php');
$path = realpath(__DIR__ . '/../../config/cereal.php');
if (!is_string($path)) {
throw new Exception('could not load default config');
}
Expand Down

0 comments on commit d3a0d87

Please sign in to comment.