Skip to content

Commit

Permalink
Fix cs
Browse files Browse the repository at this point in the history
  • Loading branch information
jimsafley committed Dec 11, 2024
1 parent e60f1d0 commit abafe9a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions application/src/Site/BlockLayout/IiifImage.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
use Omeka\Api\Representation\SitePageRepresentation;
use Omeka\Api\Representation\SiteRepresentation;
use Omeka\Entity\SitePageBlock;
use Omeka\Site\BlockLayout\AbstractBlockLayout;
use Omeka\Stdlib\ErrorStore;

class IiifImage extends AbstractBlockLayout
Expand Down Expand Up @@ -86,4 +85,4 @@ public function getBlockData(?SitePageBlockRepresentation $block)
$blockData = array_merge($this->defaultBlockData, $blockData);
return $blockData;
}
}
}
3 changes: 1 addition & 2 deletions application/src/Site/BlockLayout/IiifPresentation.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
use Omeka\Api\Representation\SitePageRepresentation;
use Omeka\Api\Representation\SiteRepresentation;
use Omeka\Entity\SitePageBlock;
use Omeka\Site\BlockLayout\AbstractBlockLayout;
use Omeka\Stdlib\ErrorStore;

class IiifPresentation extends AbstractBlockLayout
Expand Down Expand Up @@ -73,4 +72,4 @@ public function getBlockData(?SitePageBlockRepresentation $block)
$blockData = array_merge($this->defaultBlockData, $blockData);
return $blockData;
}
}
}

0 comments on commit abafe9a

Please sign in to comment.