Owl\Repositories\Fluent\UserRoleRepository::getTableName PHP Method

getTableName() public method

Get a table name.
public getTableName ( ) : string
return string
    public function getTableName()
    {
        return $this->table;
    }