Skip to content

Commit 9785bac

Browse files
committed
namespace bugfix
1 parent 314c352 commit 9785bac

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

example/controller.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
use Psr\Http\Message\ResponseInterface;
55
use Psr\Http\Message\ServerRequestInterface;
6-
use RauweBieten\SlimPartialDownload\Psr7PartialDownload;
6+
use RauweBieten\Psr7PartialDownload\Psr7PartialDownload;
77

88
class MyController
99
{

src/Psr7PartialDownload.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
namespace RauweBieten\SlimPartialDownload;
3+
namespace RauweBieten\Psr7PartialDownload;
44

55
use Psr\Http\Message\ResponseInterface;
66
use Psr\Http\Message\ServerRequestInterface;

0 commit comments

Comments
 (0)