Skip to content

Commit

Permalink
Merge pull request #70 from getkirby/fix/31-namespaced-class
Browse files Browse the repository at this point in the history
Use namespaced class names
  • Loading branch information
bastianallgeier authored Feb 27, 2024
2 parents f480d13 + 9bb107f commit f9b6e1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands/make/_templates/model.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php

class {{ className }}Page extends Page {
class {{ className }}Page extends Kirby\Cms\Page {

}

0 comments on commit f9b6e1f

Please sign in to comment.