AccountableInterface.php 92 Bytes
<?php

namespace App\Flux;

interface AccountableInterface
{
    public function getId();
}