Explorar el Código

Corrected typo in docs

Taddeus Kroes hace 13 años
padre
commit
2770f070a5
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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;
  *