Skip to content

Commit f803b8a

Browse files
committed
removed Nette\SmartObject
1 parent f8e2121 commit f803b8a

File tree

4 files changed

+0
-8
lines changed

4 files changed

+0
-8
lines changed

src/Forms/ControlGroup.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@
1717
*/
1818
class ControlGroup
1919
{
20-
use Nette\SmartObject;
21-
2220
/** @var \SplObjectStorage */
2321
protected $controls;
2422

src/Forms/Rendering/DefaultFormRenderer.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@
1919
*/
2020
class DefaultFormRenderer implements Nette\Forms\FormRenderer
2121
{
22-
use Nette\SmartObject;
23-
2422
/**
2523
* /--- form.container
2624
*

src/Forms/Rule.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@
1717
*/
1818
class Rule
1919
{
20-
use Nette\SmartObject;
21-
2220
/** @var Control */
2321
public $control;
2422

src/Forms/Rules.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@
1818
*/
1919
class Rules implements \IteratorAggregate
2020
{
21-
use Nette\SmartObject;
22-
2321
private const NegRules = [
2422
Form::Filled => Form::Blank,
2523
Form::Blank => Form::Filled,

0 commit comments

Comments
 (0)