for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php namespace Arcanesoft\Auth\Policies;
/**
* Class Policy
*
* @package Arcanesoft\Auth\Policies
* @author ARCANEDEV <[email protected]>
*/
abstract class Policy extends \Arcanesoft\Core\Bases\Policy
{
//
}