<?php

/**
 * Generated: 2014-06-26 13:36:00
 * @author Rtn_Module_Tool
 */
class Forms_Module_Initer_Acl extends Rtn_Module_Initer_Acl {

	static $roles = []; // wprowadzamy tablice nowyc ról
	static $moduleName = 'Forms';
	static $acls = [
	    'admin_index.*' => ['admin'],
	    'admin_fields.*' => ['admin'],
	    'admin_history.*' => ['admin'],
	    'index.*' => '*'
	];

}
