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;
  *