Created
September 5, 2016 17:37
-
-
Save nicholasruunu/aa34fa1085f4a6fa2b2c2f5c6375e89e to your computer and use it in GitHub Desktop.
asdas
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
declare(strict_types=1); | |
abstract class EventFactory | |
{ | |
public function apply() | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment