App\Notifications\AccountActivation::__construct PHP Method

__construct() public method

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