Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze authored and github-actions[bot] committed Jun 22, 2023
1 parent 2f2aa0c commit aa7bee7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/DependencyInjection/IgnitionExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

namespace Spatie\SymfonyIgnitionBundle\DependencyInjection;

use Spatie\Ignition\Solutions\OpenAi\OpenAiSolutionProvider;
use Symfony\Component\Config\FileLocator;
use Symfony\Component\DependencyInjection\ContainerBuilder;
use Symfony\Component\DependencyInjection\Loader\XmlFileLoader;
use Symfony\Component\HttpKernel\DependencyInjection\Extension;
use \Spatie\Ignition\Solutions\OpenAi\OpenAiSolutionProvider;

class IgnitionExtension extends Extension
{
Expand Down
1 change: 1 addition & 0 deletions src/Service/IgnitionErrorListener.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

use function ob_get_clean;
use function ob_start;

use Spatie\Ignition\Ignition;
use Symfony\Component\EventDispatcher\EventSubscriberInterface;
use Symfony\Component\HttpFoundation\Response;
Expand Down

0 comments on commit aa7bee7

Please sign in to comment.