Completed
Push — master ( 4b86d5...24918a )
by steef
01:22
created
src/Actions/ManagesCompanies.php 1 patch
Unused Use Statements   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -2,11 +2,11 @@
 block discarded – undo
2 2
 
3 3
 namespace TestMonitor\Custify\Actions;
4 4
 
5
-use TestMonitor\Custify\Validator;
6
-use TestMonitor\Custify\Resources\Person;
7
-use TestMonitor\Custify\Resources\Company;
8 5
 use TestMonitor\Custify\Exceptions\NotFoundException;
6
+use TestMonitor\Custify\Resources\Company;
7
+use TestMonitor\Custify\Resources\Person;
9 8
 use TestMonitor\Custify\Transforms\TransformsCompanies;
9
+use TestMonitor\Custify\Validator;
10 10
 
11 11
 trait ManagesCompanies
12 12
 {
Please login to merge, or discard this patch.