Skip to content

Instantly share code, notes, and snippets.

@NtimYeboah
Last active November 17, 2017 14:21
Show Gist options
  • Save NtimYeboah/82350f461892608836ad421fda0394f2 to your computer and use it in GitHub Desktop.
Save NtimYeboah/82350f461892608836ad421fda0394f2 to your computer and use it in GitHub Desktop.
<?php
namespace Kudobuzz\Contracts;
use Kudobuzz\Entities\Order;
interface OrderInterface
{
public function create(Order $order);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment