for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Epesi\Core\System\Modules\Concerns;
trait HasAccessControl
{
/**
* Define user access
*/
public static function access() {
return true;
}
* Define elements for access level selection
public static function accessLevelElements() {}