Skip to content

Commit

Permalink
fix(Usecase\Post\Export): Remove incompatible definition of
Browse files Browse the repository at this point in the history
  • Loading branch information
rjmackay committed Nov 6, 2018
1 parent b3e06a0 commit 5a36730
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Core/Usecase/Post/Export.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ class Export implements Usecase

// - FilterRecords for setting search parameters
use FilterRecords;
protected $filters;

private $postExportRepository;
private $exportJobRepository;
private $formAttributeRepository;
Expand Down

0 comments on commit 5a36730

Please sign in to comment.