File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ Prior to installing `php-orm-database` get the [Composer](https://getcomposer.or
108108** Step 1** — update your ` composer.json ` :
109109``` composer.json
110110"require" : {
111- "peterson/php-orm-database" : " ^3.1.8 "
111+ "peterson/php-orm-database" : " ^3.1.9 "
112112}
113113```
114114
Original file line number Diff line number Diff line change 3838 },
3939 "extra" : {
4040 "branch-alias" : {
41- "dev-main" : " 3.1.8 -dev"
41+ "dev-main" : " 3.1.9 -dev"
4242 }
4343 },
4444 "minimum-stability" : " stable" ,
Original file line number Diff line number Diff line change @@ -57,9 +57,9 @@ public function __construct($items = [])
5757 public function getIterator () : Traversable
5858 {
5959 // Automatically wrap Mappers into an array
60- $ this -> items = $ this ->wrapArrayIntoCollectionMappers ($ this ->items );
60+ $ items = $ this ->wrapArrayIntoCollectionMappers ($ this ->items );
6161
62- return new ArrayIterator ($ this -> items );
62+ return new ArrayIterator ($ items );
6363 }
6464
6565 /**
You can’t perform that action at this time.
0 commit comments