App\Notifications\WelcomeMessage::__construct PHP Метод

__construct() публичный Метод

public __construct ( $user )
    public function __construct($user)
    {
        $this->user = $user;
    }