mirror of
				https://github.com/v2board/v2board.git
				synced 2025-10-31 17:31:49 +08:00 
			
		
		
		
	remove: soft delete
This commit is contained in:
		| @@ -3,11 +3,9 @@ | ||||
| namespace App\Models; | ||||
|  | ||||
| use Illuminate\Database\Eloquent\Model; | ||||
| use Illuminate\Database\Eloquent\SoftDeletes; | ||||
|  | ||||
| class User extends Model | ||||
| { | ||||
|     use SoftDeletes; | ||||
|     protected $table = 'v2_user'; | ||||
|     protected $dateFormat = 'U'; | ||||
|     protected $guarded = ['id']; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user