Services.php 177 Bytes
<?php

namespace App\Constants;

class Services extends \PhalconRest\Constants\Services
{
    const CONFIG = 'config';
    const VIEW = 'view';
    const API_SERVICE = 'api';
}