after a series of bug fixes plus Non MNO logic for Sender IDs, unfinished leave management and holiday modules
This commit is contained in:
12
app/Models/LeaveManagement.php
Normal file
12
app/Models/LeaveManagement.php
Normal file
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
namespace App\Models;
|
||||
|
||||
use Illuminate\Database\Eloquent\Model;
|
||||
|
||||
class LeaveManagement extends Model
|
||||
{
|
||||
protected $guarded = array('id');
|
||||
public $table = "leave_management";
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user