Skip to content

Commit

Permalink
Added REFRESHABLE const to example in the README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nabeghe committed Nov 10, 2024
1 parent d184ba3 commit b7cfd00
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ class Person extends \Nabeghe\Buildify\Buildify
// You can use `BuildifyTrait` instead of extending the Buildify class.
// You can also override class constants to enable or disable various features.

public const REFRESHABLE = true;

public function defaults(): array
{
return [
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"library", "helper", "support"
],
"type": "library",
"version": "1.0.1",
"version": "1.0.2",
"homepage": "https://github.com/nabeghe/buildify-php",
"license": "MIT",
"autoload": {
Expand Down

0 comments on commit b7cfd00

Please sign in to comment.