Fewo Mails / Booking Country Services

This commit is contained in:
Kevin Adametz 2020-05-28 19:03:42 +02:00
parent b9c26d06d0
commit 48a6eb2282
154 changed files with 7761 additions and 1643 deletions

View file

@ -23,6 +23,8 @@ class FileRepository extends BaseRepository {
protected $mine;
protected $size;
protected $redirect;
public function __construct(){
@ -95,7 +97,7 @@ class FileRepository extends BaseRepository {
'file_data' => $this->extension,
'mine' => $this->mine,
'size' => $this->size,
'redirect' => '',
'redirect' => $this->redirect,
'code' => 200
], 200);
}