You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The method newFromPath in class Layout is just a helper function, thus is shouldn't be placed inside the class.
An extension class could be a good solution, we could then call extend the class with using.
The method
newFromPath
in classLayout
is just a helper function, thus is shouldn't be placed inside the class.An extension class could be a good solution, we could then call extend the class with
using
.Introduced in #262.
The text was updated successfully, but these errors were encountered: