edit auth

This commit is contained in:
2026-03-01 13:32:47 +08:00
parent 0d6d28e4ea
commit 7bed529850
8 changed files with 311 additions and 3 deletions

View File

@@ -0,0 +1,10 @@
<?php
namespace App\Models;
use Illuminate\Database\Eloquent\Model;
class EmployeeCounter extends Model
{
protected $fillable = ['year', 'last_number'];
}