FileManager
This commit is contained in:
parent
c8948338bb
commit
f1e0900a7a
131 changed files with 5844 additions and 3081 deletions
|
|
@ -8,6 +8,7 @@ use App\Models\Draft;
|
|||
use App\Models\TravelProgram;
|
||||
use Carbon\Carbon;
|
||||
use HTMLHelper;
|
||||
use Request;
|
||||
|
||||
|
||||
class DraftController extends Controller
|
||||
|
|
@ -49,7 +50,7 @@ class DraftController extends Controller
|
|||
}
|
||||
|
||||
if ($action === "create_drafts_from_fewo") {
|
||||
$data = \Input::all();
|
||||
$data = Request::all();
|
||||
$start_date = Carbon::parse($data['startDateStr']);
|
||||
$end_date = Carbon::parse($data['endDateStr']);
|
||||
$pos = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue