Normalize logic across client and application API
This commit is contained in:
parent
bc1db626e7
commit
2203a4d87e
4 changed files with 73 additions and 80 deletions
|
@ -13,7 +13,7 @@ use Illuminate\Database\Eloquent\ModelNotFoundException;
|
|||
|
||||
class SubstituteClientApiBindings
|
||||
{
|
||||
private Registrar $router;
|
||||
protected Registrar $router;
|
||||
|
||||
public function __construct(Registrar $router)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue