Skip to content
This repository was archived by the owner on Jan 29, 2020. It is now read-only.

Commit 4d78ac1

Browse files
committed
Sorted use statements
1 parent fc4a64d commit 4d78ac1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Container/ApplicationFactory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
use Zend\Expressive\Emitter\EmitterStack;
1717
use Zend\Expressive\Exception;
1818
use Zend\Expressive\Router\Aura as AuraRouter;
19-
use Zend\Expressive\Router\RouterInterface;
2019
use Zend\Expressive\Router\Route;
20+
use Zend\Expressive\Router\RouterInterface;
2121

2222
/**
2323
* Factory to use with an IoC container in order to return an Application instance.

0 commit comments

Comments
 (0)