Skip to content
This repository has been archived by the owner on Mar 1, 2023. It is now read-only.

Commit

Permalink
[TASK] Make abstract class actually abstract
Browse files Browse the repository at this point in the history
  • Loading branch information
romm committed Aug 2, 2017
1 parent d99cde9 commit f2c2dbc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
use Romm\Formz\Configuration\ConfigurationState;
use Romm\Formz\Exceptions\PropertyNotAccessibleException;

class AbstractFormDefinitionComponent
abstract class AbstractFormDefinitionComponent
{
use MagicMethodsTrait {
handlePropertyMagicMethod as handlePropertyMagicMethodInternal;
Expand Down

0 comments on commit f2c2dbc

Please sign in to comment.