Skip to content

Commit a829790

Browse files
authored
Merge pull request #11 from rakshitbharat/for-pr
[Solved] Fixed Error with trait methods bug
2 parents d751657 + 4684a7f commit a829790

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Bugphix.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
class Bugphix
1414
{
15-
use BugphixProcess, BugphixHelpers;
15+
use BugphixProcess;
1616

1717
public function version()
1818
{

src/Traits/BugphixProcess.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
trait BugphixProcess
2121
{
22-
use BugphixSetter, BugphixHelpers;
22+
use BugphixSetter;
2323

2424
/**
2525
* This is where the saving of records happen.

0 commit comments

Comments
 (0)