Created
June 12, 2015 14:58
-
-
Save Akii/c391d801c0e9c6c0749c to your computer and use it in GitHub Desktop.
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 | |
namespace Hypu; | |
class HypeConverter extends AbstractTypeConverter { | |
protected $sourceTypes = ['pre_13:37_Hype']; | |
protected $targetType = 'post_13:37_Hype'; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment