Traq\Models\Timeline::tableName PHP Method

tableName() public static method

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