Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions src/Attribute/ConfigSection.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,10 @@
use Borsch\Config\Config;
use League\Container\Attribute\AttributeInterface;
use League\Container\{ContainerAwareInterface, ContainerAwareTrait};
use Psr\Container\ContainerExceptionInterface;
use Psr\Container\NotFoundExceptionInterface;
use Psr\Container\{ContainerExceptionInterface, NotFoundExceptionInterface};

#[Attribute(Attribute::TARGET_PARAMETER)]
readonly class ConfigSection implements AttributeInterface, ContainerAwareInterface
class ConfigSection implements AttributeInterface, ContainerAwareInterface
{

use ContainerAwareTrait;
Expand Down
9 changes: 0 additions & 9 deletions src/ConfigAwareInterface.php

This file was deleted.