Created
August 20, 2018 10:34
-
-
Save vasilii-b/e56fcbfee10d6d115d7ad34afe5df31e 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 Vendor\ModuleName\ViewModel; | |
| use Magento\Framework\View\Element\Block\ArgumentInterface; | |
| /** | |
| * ClassViewModel | |
| */ | |
| class ClassViewModel implements ArgumentInterface | |
| { | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment