Initial commit
Couldnt keep the history unfortunately.
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
namespace App\Model;
|
||||
|
||||
class UserModel extends Model {
|
||||
protected $table = 'user';
|
||||
}
|
||||
Reference in New Issue
Block a user