mirror of
https://github.com/danog/loop.git
synced 2024-11-30 04:19:04 +01:00
Update
This commit is contained in:
parent
6a449a041f
commit
1544d1fe5b
@ -11,13 +11,14 @@ namespace danog\Loop;
|
||||
|
||||
use danog\Loop\Interfaces\LoopInterface;
|
||||
use danog\Loop\Traits\Loop as TraitsLoop;
|
||||
use Stringable;
|
||||
|
||||
/**
|
||||
* Loop abstract class.
|
||||
*
|
||||
* @author Daniil Gentili <daniil@daniil.it>
|
||||
*/
|
||||
abstract class Loop implements LoopInterface
|
||||
abstract class Loop implements LoopInterface, Stringable
|
||||
{
|
||||
use TraitsLoop;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user