Skip to content

Instantly share code, notes, and snippets.

@andevsoftware
Created February 28, 2016 19:41
Show Gist options
  • Select an option

  • Save andevsoftware/62bade3f0b81d4ea2023 to your computer and use it in GitHub Desktop.

Select an option

Save andevsoftware/62bade3f0b81d4ea2023 to your computer and use it in GitHub Desktop.
Phalcon REST - Acl Memory Adapter
<?php
namespace App\Acl\Adapter;
use PhalconRest\Acl\MountingEnabledAdapterInterface;
class Memory extends \Phalcon\Acl\Adapter\Memory implements MountingEnabledAdapterInterface
{
use \AclAdapterMountTrait;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment