Traq\Models\Group::tableName PHP Method

tableName() public static method

public static tableName ( $withPrefix = true )
    public static function tableName($withPrefix = true)
    {
        return ($withPrefix ? static::connection()->prefix : '') . 'usergroups';
    }