Update examples for v2.0
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
|
||||
class Delimiters extends Mustache {
|
||||
class Delimiters {
|
||||
public $start = "It worked the first time.";
|
||||
|
||||
public function middle() {
|
||||
@@ -11,4 +11,4 @@ class Delimiters extends Mustache {
|
||||
}
|
||||
|
||||
public $final = "Then, surprisingly, it worked the final time.";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user