Skip to content

Commit 4cacc9a

Browse files
committed
php7 migration start
1 parent 4736685 commit 4cacc9a

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

lib/PhpFlo/Component/Counter.php

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,21 @@
77
* For the full copyright and license information, please view the LICENSE
88
* file that was distributed with this source code.
99
*/
10-
1110
namespace PhpFlo\Component;
1211

13-
use PhpFlo\Component;
12+
use PhpFlo\Common\ComponentInterface;
13+
use PhpFlo\Common\ComponentTrait;
1414

1515
/**
1616
* Class Counter
1717
*
1818
* @package PhpFlo\Component
1919
* @author Henri Bergius <henri.bergius@iki.fi>
2020
*/
21-
class Counter extends Component
21+
class Counter implements ComponentInterface
2222
{
23+
use ComponentTrait;
24+
2325
/**
2426
* @var null
2527
*/

0 commit comments

Comments
 (0)