Skip to content

Commit

Permalink
Fixed error for 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
andreas committed May 3, 2019
1 parent a6762c7 commit ee350b8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/library/M4bTool/Command/SplitCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
use Throwable;
use Twig\Error\LoaderError;
use Twig\Error\SyntaxError;
use Twig_Environment;
use Twig_Error_Loader;
use Twig_Error_Syntax;
use Twig_Loader_Array;
use Twig\Environment as Twig_Environment;
use Twig\Error\LoaderError as Twig_Error_Loader;
use Twig\Error\SyntaxError as Twig_Error_Syntax;
use Twig\Loader\ArrayLoader as Twig_Loader_Array;

class SplitCommand extends AbstractConversionCommand
{
Expand Down

0 comments on commit ee350b8

Please sign in to comment.