@@ -104,4 +104,4 @@ |
||
| 104 | 104 | |
| 105 | 105 | $track = $unitOfWork->get(Track::class, 1); |
| 106 | 106 | |
| 107 | -$track->getComposer();// Instance of composer. |
|
| 107 | +$track->getComposer(); // Instance of composer. |
|
@@ -107,4 +107,4 @@ |
||
| 107 | 107 | // Now database is queried and data gets hydrated with custom hydrator to instance of Track class. |
| 108 | 108 | $track = $unitOfWork->get(Track::class, 1); |
| 109 | 109 | |
| 110 | -$track->getAlbum();// Unknown album. |
|
| 110 | +$track->getAlbum(); // Unknown album. |
|