FileManager
This commit is contained in:
parent
c8948338bb
commit
f1e0900a7a
131 changed files with 5844 additions and 3081 deletions
|
|
@ -5,7 +5,7 @@ namespace App\Http\Controllers\CMS;
|
|||
|
||||
use App\Http\Controllers\Controller;
|
||||
use App\Models\SidebarWidget;
|
||||
use Input;
|
||||
use Request;
|
||||
|
||||
|
||||
class CMSSidebarController extends Controller
|
||||
|
|
@ -57,7 +57,7 @@ class CMSSidebarController extends Controller
|
|||
|
||||
public function store($id)
|
||||
{
|
||||
$data = Input::all();
|
||||
$data = Request::all();
|
||||
if($id == "new") {
|
||||
$widget = new SidebarWidget();
|
||||
}else{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue