FileManager
This commit is contained in:
parent
c8948338bb
commit
f1e0900a7a
131 changed files with 5844 additions and 3081 deletions
|
|
@ -4,7 +4,7 @@ namespace App\Http\Controllers;
|
|||
|
||||
use App;
|
||||
use File;
|
||||
use Input;
|
||||
use Request;
|
||||
|
||||
class TranslationController extends Controller
|
||||
{
|
||||
|
|
@ -63,7 +63,7 @@ class TranslationController extends Controller
|
|||
|
||||
$path = $this->resourcePath($this->languagesPath);
|
||||
$file = $path.$language.".json";
|
||||
$data = Input::all();
|
||||
$data = Request::all();
|
||||
$this->backup($path, $language.".json");
|
||||
unset($data['_token']);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue