Skip to content

Commit

Permalink
PHP 7.2 compatibility (#89)
Browse files Browse the repository at this point in the history
  • Loading branch information
mabar authored and hrach committed Dec 27, 2017
1 parent 9b20675 commit 00bab17
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/Column.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,10 @@
use Nette;


class Column extends Nette\Object
class Column
{
use Nette\SmartObject;

/** @var string */
public $name;

Expand Down

0 comments on commit 00bab17

Please sign in to comment.