Completed
Push — fix/56 ( a550dc...7991aa )
by Tyler
26:27 queued 15:05
created
src/Components/Component.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -2,9 +2,9 @@
 block discarded – undo
2 2
 
3 3
 namespace Tylercd100\LERN\Components;
4 4
 
5
+use Carbon\Carbon;
5 6
 use Exception;
6 7
 use Illuminate\Support\Facades\Cache;
7
-use Carbon\Carbon;
8 8
 
9 9
 abstract class Component {
10 10
 
Please login to merge, or discard this patch.