employee module fix
This commit is contained in:
@ -7,6 +7,7 @@ use Illuminate\Database\Eloquent\Model;
|
||||
class Leave extends Model
|
||||
{
|
||||
protected $table = 'leaves';
|
||||
protected $primaryKey = 'leave_id';
|
||||
protected $guarded = [];
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user