Your IP : 216.73.216.79


Current Path : /var/www/html/dyna-hr/vendor/codeception/base/src/Codeception/Lib/Interfaces/
Upload File :
Current File : /var/www/html/dyna-hr/vendor/codeception/base/src/Codeception/Lib/Interfaces/DoctrineProvider.php

<?php
namespace Codeception\Lib\Interfaces;

interface DoctrineProvider
{
    public function _getEntityManager();
}