FileManager
This commit is contained in:
parent
c8948338bb
commit
f1e0900a7a
131 changed files with 5844 additions and 3081 deletions
|
|
@ -9,7 +9,6 @@ use App\Models\CMSInfo;
|
|||
use App\Models\CMSInfoAvailable;
|
||||
use App\Models\CMSInfoHoliday;
|
||||
use App\Services\HTMLHelper;
|
||||
use Input;
|
||||
use Request;
|
||||
use Validator;
|
||||
|
||||
|
|
@ -40,7 +39,7 @@ class CMSContentInfoController extends Controller
|
|||
|
||||
public function store()
|
||||
{
|
||||
$data = Input::all();
|
||||
$data = Request::all();
|
||||
|
||||
|
||||
if($data['action'] === "saveAll"){
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue