@@ -166,7 +166,7 @@ |
||
| 166 | 166 | /** |
| 167 | 167 | * Is user returning or not? You have to set this parameter at Backend Reservations setting. |
| 168 | 168 | * |
| 169 | - * @param $email |
|
| 169 | + * @param string $email |
|
| 170 | 170 | * |
| 171 | 171 | * @return bool |
| 172 | 172 | */ |
@@ -1,9 +1,7 @@ |
||
| 1 | 1 | <?php namespace VojtaSvoboda\Reservations\Facades; |
| 2 | 2 | |
| 3 | -use Auth; |
|
| 4 | 3 | use Carbon\Carbon; |
| 5 | 4 | use Config; |
| 6 | -use Event; |
|
| 7 | 5 | use Illuminate\Database\Eloquent\Collection; |
| 8 | 6 | use Illuminate\Support\Facades\DB; |
| 9 | 7 | use October\Rain\Exception\ApplicationException; |