Last active
November 10, 2016 17:00
-
-
Save mrsimonbennett/2f1444e405ad187d38adf6480010d9f1 to your computer and use it in GitHub Desktop.
This file contains 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 Invoicing; | |
use Members/User; | |
interface InvoiceRepository { | |
public function getUsersInvoices(User $user) | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment