Cachet/app/Segment/RepositoryInterface.php
2015-03-20 18:30:45 -06:00

14 lines
189 B
PHP

<?php
namespace CachetHQ\Cachet\Segment;
interface RepositoryInterface
{
/**
* Returns the segment_write_key.
*
* @return string
*/
public function fetch();
}