Skip to content

Instantly share code, notes, and snippets.

@asgrim
Last active June 8, 2019 13:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save asgrim/05946cb39f7c1355149f2e67155105da to your computer and use it in GitHub Desktop.
Save asgrim/05946cb39f7c1355149f2e67155105da to your computer and use it in GitHub Desktop.
<?php
final class BookHandler
{
public function __construct(AggregateRepository $bookLibrary) {}
public function handleCheckInBook(CheckInBook $command) {}
public function handleCheckOutBook(CheckOutBook $command) {}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment