diff --git a/src/Support/Scoped.php b/src/Support/Scoped.php index f1f2e7f..f09b6d4 100644 --- a/src/Support/Scoped.php +++ b/src/Support/Scoped.php @@ -4,7 +4,7 @@ namespace RicorocksDigitalAgency\Soap\Support; -class Scoped +abstract class Scoped { protected $endpoint; protected $method = null;