Explorar o código

Update `create_example` script for 2.0-dev

Justin Hileman %!s(int64=13) %!d(string=hai) anos
pai
achega
1f97e2cb5e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      bin/create_example.php

+ 1 - 1
bin/create_example.php

@@ -152,7 +152,7 @@ function main($example_name) {
 	createFile($lowercase, $uppercase, "php", <<<CONTENT
 <?php
 
-class {$uppercase} extends Mustache {
+class {$uppercase} {
 
 }