Skip to content

Instantly share code, notes, and snippets.

@nikita2206
Created May 26, 2016 10:58
Show Gist options
  • Save nikita2206/52fcbaec6531b1d9180ac93e0e49f154 to your computer and use it in GitHub Desktop.
Save nikita2206/52fcbaec6531b1d9180ac93e0e49f154 to your computer and use it in GitHub Desktop.
<?php
use Doctrine\ORM\Mapping\Driver\YamlDriver;
class PhpArrayDriver extends YamlDriver
{
protected function loadMappingFile($file)
{
return require $file;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment