Skip to content

Commit

Permalink
Added method props
Browse files Browse the repository at this point in the history
  • Loading branch information
nabeghe committed Nov 10, 2024
1 parent d81f12d commit d184ba3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
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.0",
"version": "1.0.1",
"homepage": "https://github.com/nabeghe/buildify-php",
"license": "MIT",
"autoload": {
Expand Down
5 changes: 5 additions & 0 deletions src/BuildifyTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,11 @@ trait BuildifyTrait
*/
protected int $_refreshedCount = 0;

public function props(): array
{
return $this->_props;
}

public function refreshedCount(): int
{
return $this->_refreshedCount;
Expand Down

0 comments on commit d184ba3

Please sign in to comment.