Skip to content

Commit

Permalink
work in progress
Browse files Browse the repository at this point in the history
  • Loading branch information
inmanturbo committed Feb 14, 2024
1 parent b4d31f4 commit 60ec610
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/BelongsToDatastore.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,14 @@ public function datastore()
{
return $this->belongsTo(Datastore::class);
}

public function configure()
{
return $this->datastore->configure();
}

public function use()
{
return $this->datastore->use();
}
}

0 comments on commit 60ec610

Please sign in to comment.