Skip to content

Commit

Permalink
Fix : QuickSearchDeserializer not found
Browse files Browse the repository at this point in the history
(When starting a new QuickSearch)
  • Loading branch information
PoLaKoSz committed Aug 29, 2018
1 parent 8a37f37 commit 5189712
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/QuickSearch.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

namespace PoLaKoSz\PortHu;

use PoLaKoSz\PortHu\Deserializers\MoviePageDeserializer;
use PoLaKoSz\PortHu\Deserializers\QuickSearchDeserializer;
use PoLaKoSz\PortHu\Models\PortMovie;

class QuickSearch extends Endpoint
Expand Down

0 comments on commit 5189712

Please sign in to comment.