Skip to content

Commit

Permalink
app is required
Browse files Browse the repository at this point in the history
  • Loading branch information
mvorisek committed Feb 8, 2022
1 parent e0ec5b4 commit 081630d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Table/Column/FilterModel.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ abstract class FilterModel extends Model
/** @var Field The field where this filter need to query data. */
public $lookupField;

public function __construct(App $app = null, array $defaults = [])
public function __construct(App $app, array $defaults = [])
{
$this->setApp($app);

Expand Down

0 comments on commit 081630d

Please sign in to comment.