Skip to content

Commit

Permalink
Can not use Nette\SmartObject, use Nette\Object instead
Browse files Browse the repository at this point in the history
  • Loading branch information
paveljanda committed Nov 21, 2016
1 parent 033005b commit fe15524
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/DataModel.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,9 @@
use Ublaboo\DataGrid\DataSource\ApiDataSource;
use Nextras\Orm\Collection\ICollection;

final class DataModel
final class DataModel extends Nette\Object
{

use Nette\SmartObject;

/**
* @var callable[]
*/
Expand Down

0 comments on commit fe15524

Please sign in to comment.