Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
frankyso authored and actions-user committed Jul 7, 2021
1 parent ea91906 commit 614de5e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/Image.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ class Image

private $filters = [];

public function __​toString() {
public function __​toString()
{
return $this->url;
}

Expand Down
1 change: 0 additions & 1 deletion tests/ModelCastTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
namespace Konnco\ImageCast\Tests;

use Illuminate\Http\UploadedFile;
use Illuminate\Support\Facades\Http;
use Illuminate\Support\Facades\Storage;
use Konnco\ImageCast\ImageCastExceptionHandler;
use Konnco\ImageCast\Tests\src\Models\User;
Expand Down

0 comments on commit 614de5e

Please sign in to comment.