mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-19 14:53:45 +02:00
Normalize logic across client and application API
This commit is contained in:
@@ -13,7 +13,7 @@ use Illuminate\Database\Eloquent\ModelNotFoundException;
|
||||
|
||||
class SubstituteClientApiBindings
|
||||
{
|
||||
private Registrar $router;
|
||||
protected Registrar $router;
|
||||
|
||||
public function __construct(Registrar $router)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user