Skip to content

Commit

Permalink
Code cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
itsgoingd committed Nov 17, 2024
1 parent b2cad76 commit 145b357
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions Clockwork/Clockwork.php
Original file line number Diff line number Diff line change
@@ -1,14 +1,9 @@
<?php namespace Clockwork;

use Clockwork\Authentication\AuthenticatorInterface;
use Clockwork\Authentication\NullAuthenticator;
use Clockwork\Authentication\{AuthenticatorInterface, NullAuthenticator};
use Clockwork\DataSource\DataSourceInterface;
use Clockwork\Helpers\Serializer;
use Clockwork\Request\Log;
use Clockwork\Request\Request;
use Clockwork\Request\RequestType;
use Clockwork\Request\ShouldCollect;
use Clockwork\Request\ShouldRecord;
use Clockwork\Request\{Request, RequestType, ShouldCollect, ShouldRecord};
use Clockwork\Storage\StorageInterface;
use Closure;

Expand Down

0 comments on commit 145b357

Please sign in to comment.