user crud
This commit is contained in:
@ -3,6 +3,7 @@ namespace app\models;
|
||||
use Illuminate\Database\Eloquent\Model;
|
||||
|
||||
/**
|
||||
* @property int $id
|
||||
* @property string $username
|
||||
* @property string $email
|
||||
* @property string $password_hash
|
||||
|
Reference in New Issue
Block a user