For those, who face with the same problem:
The IoC can not resolve the model form the package, so must defined in the notification class like this:
public function __construct(App\User $user) { $this->user = $user; }
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community