diff --git a/src/Facades/RPC.php b/src/Facades/RPC.php index 3371ab9..e7959a8 100644 --- a/src/Facades/RPC.php +++ b/src/Facades/RPC.php @@ -12,8 +12,8 @@ /** * Class RPC * - * @method static void bind(string $key, string|callable $binder) - * @method static void model(string $key, string $class, Closure|null $callback = null) + * @method static void bind(string $key, string|callable $binder) + * @method static void model(string $key, string $class, Closure|null $callback = null) * @method static array bindResolve(string $procedure, Collection $params) * * @see \Sajya\Server\Binding