|
|
@@ -28,8 +28,8 @@ use Cake\Utility\Inflector;
|
|
|
* Access Control List factory class.
|
|
|
*
|
|
|
* Uses a strategy pattern to allow custom ACL implementations to be used with the same component interface.
|
|
|
- * You can define by changing `Configure::write('Acl.classname', 'DbAcl');` in your App/Config/acl.php.
|
|
|
- * Concrete ACL implementations should extend `AclBase` and implement the methods it defines.
|
|
|
+ * You can define by changing `Configure::write('Acl.classname', 'DbAcl');` in your App/Config/app.php. The adapter
|
|
|
+ * you specify must implement `AclInterface`
|
|
|
*
|
|
|
* @link http://book.cakephp.org/2.0/en/core-libraries/components/access-control-lists.html
|
|
|
*/
|