Skip to content

Commit

Permalink
Makes Scoped abstract
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeraymonddowning committed Mar 23, 2021
1 parent 45ffda0 commit 326d8b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Support/Scoped.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
namespace RicorocksDigitalAgency\Soap\Support;


class Scoped
abstract class Scoped
{
protected $endpoint;
protected $method = null;
Expand Down

0 comments on commit 326d8b3

Please sign in to comment.