leave type module setup

This commit is contained in:
2024-04-11 17:55:56 +05:45
parent 7e345ef4e3
commit d80b1aa0e9
24 changed files with 437 additions and 26 deletions

View File

@ -6,7 +6,7 @@ use Illuminate\Database\Eloquent\Model;
class Leave extends Model
{
protected $table = 'leaves';
protected $table = 'tbl_leaves';
protected $primaryKey = 'leave_id';
protected $guarded = [];