Skip to content

Commit

Permalink
fix: Creation of dynamic property
Browse files Browse the repository at this point in the history
  • Loading branch information
geokrety-bot committed Aug 11, 2023
1 parent 022fada commit a765367
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions website/app/GeoKrety/Controller/Pages/BaseExportXML.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,11 @@
use Carbon\Exceptions\InvalidArgumentException;
use GeoKrety\Model\Geokret;

/**
* @property Carbon|false modifiedSince
*/
class BaseExportXML extends BaseExport {
protected \GeoKrety\Service\Xml\GeokretyBaseExport $xml;
private array $filter_require_one_of = [];
private bool $disable_filter_modifiedsince_limit = false;
private Carbon|false $modifiedSince;

public function beforeRoute(\Base $f3) {
parent::beforeRoute($f3);
Expand Down

0 comments on commit a765367

Please sign in to comment.