Skip to content
This repository was archived by the owner on Oct 26, 2024. It is now read-only.

Commit 6908c71

Browse files
committed
added DataInterface to ConfigInterface since Config inherits data
1 parent 9b2f7b3 commit 6908c71

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

lib/Asm/Config/ConfigInterface.php

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,17 @@
99
*/
1010
namespace Asm\Config;
1111

12+
use Asm\Data\DataInterface;
13+
1214
/**
1315
* Interface ConfigInterface
1416
*
1517
* @package Asm\Config
1618
* @author marc aschmann <maschmann@gmail.com>
19+
* @uses Asm\Data\DataInterface
1720
* @codeCoverageIgnore
1821
*/
19-
interface ConfigInterface
22+
interface ConfigInterface extends DataInterface
2023
{
2124
/**
2225
* abstract init

0 commit comments

Comments
 (0)