Closed romulomachado closed 7 years ago
{attr, belongsTo, hasMany}⇥ snippets were ending with a semicolon (which is never the use case).
{attr, belongsTo, hasMany}⇥
End {attr, belongsTo, hasMany}⇥ snippets ending with a comma.
Good catch @romulomachado. Thanks for making fixing this.
Problem
{attr, belongsTo, hasMany}⇥
snippets were ending with a semicolon (which is never the use case).Solution proposed
End
{attr, belongsTo, hasMany}⇥
snippets ending with a comma.