Added Kohana v3.0.9
This commit is contained in:
7
includes/kohana/modules/auth/classes/model/user.php
Normal file
7
includes/kohana/modules/auth/classes/model/user.php
Normal file
@@ -0,0 +1,7 @@
|
||||
<?php defined('SYSPATH') or die('No direct access allowed.');
|
||||
|
||||
class Model_User extends Model_Auth_User {
|
||||
|
||||
// This class can be replaced or extended
|
||||
|
||||
} // End User Model
|
Reference in New Issue
Block a user