<?php namespace Microservices\Config\Routes\Common\Global; return [ 'group' => [ '__file__' => $Constants::$DOC_ROOT . '/Config/Queries/GlobalDB/POST/groups.php', ], 'client' => [ '__file__' => $Constants::$DOC_ROOT . '/Config/Queries/GlobalDB/POST/clients.php', ], ];
info at phpclasses dot org