zZzzZ.
home2
/
zrzvbdry
/
public_html
/
wp-content
/
plugins
/
copy-delete-posts
/
analyst
/
src
/
Contracts
New Folder
Editing: AnalystContract.php
Save
Cancel
<?php namespace Analyst\Contracts; interface AnalystContract { /** * Must return version of analyst * * @return string */ public static function version(); }