Skip to content

Commit

Permalink
🔥 remove unused exception
Browse files Browse the repository at this point in the history
  • Loading branch information
QWp6t committed Jul 15, 2022
1 parent f703ace commit 1c46905
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Roots/Acorn/Assets/Asset/JsonAsset.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

namespace Roots\Acorn\Assets\Asset;

use Illuminate\Contracts\Filesystem\FileNotFoundException;
use Illuminate\Contracts\Support\Arrayable;
use Illuminate\Contracts\Support\Jsonable;

Expand Down Expand Up @@ -30,7 +29,6 @@ public function toArray(): array
* @param int $options
* @param int $depth
* @return array|null
* @throws FileNotFoundException
*/
public function decode($options = 0, $depth = 512)
{
Expand Down

0 comments on commit 1c46905

Please sign in to comment.