Completed
Pull Request — master (#89)
by Jonathan
01:30
created
src/GoogleCalendar.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -2,8 +2,8 @@
 block discarded – undo
2 2
 
3 3
 namespace Spatie\GoogleCalendar;
4 4
 
5
-use DateTime;
6 5
 use Carbon\Carbon;
6
+use DateTime;
7 7
 use Google_Service_Calendar;
8 8
 use Google_Service_Calendar_Event;
9 9
 use Psr\Http\Message\RequestInterface;
Please login to merge, or discard this patch.