pedroborges / kirby-autogit

⬢ Saves every change made via Kirby Panel to a Git repository
149 stars 23 forks source link

Question about instance #43

Closed daybugging closed 6 years ago

daybugging commented 6 years ago

Hey there, just out of curiosity (and being a noob myself): Why are you invoking your instances the way you do? What's the advantage over something like

function something() {
  return new Foo\Bar\Baz;
}

??