瀏覽代碼

Corrected typo in docs

Taddeus Kroes 13 年之前
父節點
當前提交
2770f070a5
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      security.php

+ 1 - 1
security.php

@@ -60,7 +60,7 @@
  * 
  * And the User model implementation used in the example above:
  * <code>
- * use PHPActiveRecord\Model;
+ * use ActiveRecord\Model;
  * use webbasics\AuthenticatedUser;
  * use webbasics\AuthorizedUser;
  *