Crud\Listener\ApiQueryLogListener::_getSources PHP 메소드

_getSources() 보호된 메소드

Get a list of sources defined in database.php
protected _getSources ( ) : array
리턴 array
    protected function _getSources()
    {
        return ConnectionManager::configured();
    }