Skip to content

Commit

Permalink
src/SortableListener.php: remove usage of deprecated Nette/Object
Browse files Browse the repository at this point in the history
  • Loading branch information
northys committed Feb 19, 2018
1 parent eaf957d commit b7095bd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/SortableListener.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,14 @@
use Kdyby\Doctrine\EntityManager;
use Kdyby\Doctrine\QueryBuilder;
use Kdyby\Events\Subscriber;
use Nette\Object;
use Nette\SmartObject;

/**
* @author David Matejka
*/
class SortableListener extends Object implements Subscriber
class SortableListener implements Subscriber
{
use SmartObject;

/** @var \ReflectionProperty[] */
private $reflCache = [];
Expand Down

0 comments on commit b7095bd

Please sign in to comment.