Skip to content

Commit

Permalink
chore: php8 self promotion
Browse files Browse the repository at this point in the history
  • Loading branch information
imorland committed Nov 23, 2023
1 parent 8cdd65a commit 3b29e0b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/Model/IPInfoRelationship.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,8 @@

class IPInfoRelationship
{
protected $geoIP;

public function __construct(GeoIPRepository $geoIP)
public function __construct(protected GeoIPRepository $geoIP)
{
$this->geoIP = $geoIP;
}

public function __invoke(Post $post): HasOne
Expand Down

0 comments on commit 3b29e0b

Please sign in to comment.