Google2Fa ready to upload
This commit is contained in:
parent
e3495be8b8
commit
73e38a006e
127 changed files with 2637 additions and 589 deletions
|
|
@ -22,13 +22,11 @@ use Request;
|
|||
class TravelUserBookingFewoController extends Controller
|
||||
{
|
||||
protected $userBookingFewoRepo;
|
||||
// protected $identifier_fewo;
|
||||
|
||||
public function __construct(TravelUserBookingFewoRepository $userBookingFewoRepo)
|
||||
{
|
||||
$this->middleware('admin');
|
||||
$this->userBookingFewoRepo = $userBookingFewoRepo;
|
||||
// $this->identifier_fewo = 'fewo-pdf-';
|
||||
$this->middleware(['admin', '2fa']);
|
||||
$this->userBookingFewoRepo = $userBookingFewoRepo;
|
||||
}
|
||||
|
||||
public function index($step = false)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue