App\Ninja\Notifications\PushFactory::__construct PHP Method

__construct() public method

PushFactory constructor.
public __construct ( )
    public function __construct()
    {
        $this->certificate = IOS_PUSH_CERTIFICATE;
    }