Last active
February 1, 2019 04:36
-
-
Save poing/07aeb7f2b224ee6bc992fa076864cf94 to your computer and use it in GitHub Desktop.
This file contains 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 | |
class Embeded | |
{ | |
public function test() | |
{ | |
echo 'embeded test'; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment