We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d751657 + 4684a7f commit a829790Copy full SHA for a829790
src/Bugphix.php
@@ -12,7 +12,7 @@
12
13
class Bugphix
14
{
15
- use BugphixProcess, BugphixHelpers;
+ use BugphixProcess;
16
17
public function version()
18
src/Traits/BugphixProcess.php
@@ -19,7 +19,7 @@
19
20
trait BugphixProcess
21
22
- use BugphixSetter, BugphixHelpers;
+ use BugphixSetter;
23
24
/**
25
* This is where the saving of records happen.
0 commit comments