Skip to content

Commit

Permalink
🔥 (code cleanup) removes unnecessary inheritance
Browse files Browse the repository at this point in the history
  • Loading branch information
davejtoews committed Jun 13, 2023
1 parent d54c4d3 commit ed77155
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/LazyFocusFitImageExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,11 @@

namespace EvansHunt\LazyFocusFit;

use SilverStripe\Core\Config\Configurable;
use SilverStripe\ORM\ArrayList;
use SilverStripe\ORM\DataExtension;

class LazyFocusFitImageExtension extends DataExtension
{
use Configurable;

private static $default_webp = false;

private $pictureClassString;
Expand Down

0 comments on commit ed77155

Please sign in to comment.