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