FileMaster
Search
Toggle Dark Mode
Home
/
.
/
wp-content
/
plugins
/
ameliabooking
/
src
/
Application
/
Commands
/
Square
Edit File: GetSquareAuthURLCommand.php
<?php namespace AmeliaBooking\Application\Commands\Square; use AmeliaBooking\Application\Commands\Command; /** * Class GetSquareAuthURLCommand * * @package AmeliaBooking\Application\Commands\Square */ class GetSquareAuthURLCommand extends Command { /** * GetSquareAuthURLCommand constructor. * * @param $args */ public function __construct($args) { parent::__construct($args); } }
Save
Back