Created
October 14, 2015 12:44
-
-
Save Akii/a8242f86bfe984e2c3da to your computer and use it in GitHub Desktop.
This file contains hidden or 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
$entity = new Entity(); | |
$e = $this->entityRepo->findByIdentifier($entity->getIdentifier()); | |
if ($e !== NULL) { | |
echo "#WAT"; | |
} |
Author
Akii
commented
Oct 14, 2015
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment