Skip to content

Instantly share code, notes, and snippets.

@cn0047
Last active August 3, 2018 14:34
Show Gist options
  • Save cn0047/dc2b65c674de3d0e071fa082332eda33 to your computer and use it in GitHub Desktop.
Save cn0047/dc2b65c674de3d0e071fa082332eda33 to your computer and use it in GitHub Desktop.
Namespace Dependency Injection - src/Domain/Interfaces/VISA/EuropeanUnion.php
<?php
namespace Domain\Interfaces\VISA;
interface EuropeanUnion
{
public function approve() : string;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment