Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
steven-fox committed May 10, 2024
1 parent cae52d7 commit 780e301
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion src/Exceptions/LarashurlException.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,4 @@

class LarashurlException extends \Exception
{

}
2 changes: 1 addition & 1 deletion src/LarashurlServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
use Illuminate\Support\Facades\Route;
use Spatie\LaravelPackageTools\Package;
use Spatie\LaravelPackageTools\PackageServiceProvider;
use StevenFox\Larashurl\Contracts\AdaptsShortUrlVisitResponses;
use StevenFox\Larashurl\Contracts\GeneratesShortUrlKeys;
use StevenFox\Larashurl\Contracts\ParsesUserAgents;
use StevenFox\Larashurl\Contracts\RecordsShortUrlVisits;
use StevenFox\Larashurl\Contracts\ResolvesDestinationUrls;
use StevenFox\Larashurl\Contracts\AdaptsShortUrlVisitResponses;
use StevenFox\Larashurl\Events\ShortUrlVisited;
use StevenFox\Larashurl\Facades\Larashurl;
use StevenFox\Larashurl\Listeners\RecordShortUrlVisit;
Expand Down
1 change: 0 additions & 1 deletion src/Support/Url/Url.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
namespace StevenFox\Larashurl\Support\Url;

use Psr\Http\Message\UriInterface;
use StevenFox\Larashurl\Exceptions\LarashurlException;
use Stringable;

class Url implements Stringable, UriInterface
Expand Down

0 comments on commit 780e301

Please sign in to comment.