first commit
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
namespace Analyst\Contracts;
|
||||
|
||||
interface AnalystContract
|
||||
{
|
||||
/**
|
||||
* Must return version of analyst
|
||||
*
|
||||
* @return string
|
||||
*/
|
||||
public static function version();
|
||||
}
|
||||
Reference in New Issue
Block a user