mirror of
https://github.com/ProxyPanel/ProxyPanel.git
synced 2026-04-12 23:48:53 +00:00
微拆分 auth操作
This commit is contained in:
@@ -10,6 +10,7 @@ use Illuminate\Database\Eloquent\Model;
|
||||
class VerifyCode extends Model
|
||||
{
|
||||
protected $table = 'verify_code';
|
||||
protected $guarded = [];
|
||||
|
||||
public function scopeRecentUnused($query)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user