awcodes / scribble

MIT License
43 stars 6 forks source link

breaking: Rename `ScribbleFacade` to `Scribble` #36

Closed Log1x closed 2 months ago

Log1x commented 2 months ago

This renames ScribbleFacade to Scribble and updates usage throughout the project. This is a breaking change for anyone using it at the moment.

Removing the Facade suffix conforms with Laravel's naming conventions and feels a bit nicer to use while configuring assuming you don't plan on having a potentially conflicting generic Scribble class in the future.

Obviously entirely opinionated, feel free to close without explanation.

awcodes commented 2 months ago

I've handled this in another PR. Thank you though. it's greatly appreciated.