Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
frankyso committed Jul 7, 2021
2 parents 1a36d18 + 614de5e commit 8ce943d
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 8ce943d

Please sign in to comment.