baijunyao / laravel-bjyblog

Laravel v9 blog
https://baijunyao.com/docs/laravel-bjyblog
MIT License
525 stars 201 forks source link

InvalidArgumentException: No hint path defined for [blueberry.notifications]. #146

Closed baijunyao closed 4 years ago

baijunyao commented 4 years ago

https://sentry.io/organizations/baijunyao/issues/1690715634/?referrer=github_plugin

InvalidArgumentException: No hint path defined for [blueberry.notifications].
  File "/app/Extensions/Illuminate/View/Factory.php", line 17, in App\Extensions\Illuminate\View\Factory::make
    return parent::make($view, $data, $mergeData);
  File "/app/Observers/CommentObserver.php", line 57, in App\Observers\CommentObserver::created
    ->notify(new CommentNotification($socialiteUser, $article, $comment));
  File "/app/Http/Controllers/Home/CommentController.php", line 33, in App\Http\Controllers\Home\CommentController::store
    $comment = Comment::create($newComment);
  File "/app/Http/Middleware/AuthenticateWithSocialiteGuard.php", line 24, in App\Http\Middleware\AuthenticateWithSocialiteGuard::handle
    return $next($request);
  File "/public/index.php", line 55
    $request = Illuminate\Http\Request::capture()
...
(64 additional frame(s) were not displayed)