diff options
Diffstat (limited to 'ocs')
-rw-r--r-- | ocs/v1.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ocs/v1.php b/ocs/v1.php index 05539899372..f1f19fb5ee4 100644 --- a/ocs/v1.php +++ b/ocs/v1.php @@ -41,8 +41,8 @@ if (\OCP\Util::needUpgrade() exit; } -use Symfony\Component\Routing\Exception\ResourceNotFoundException; use Symfony\Component\Routing\Exception\MethodNotAllowedException; +use Symfony\Component\Routing\Exception\ResourceNotFoundException; /* * Try the appframework routes |