| @@ -2,8 +2,8 @@ | ||
| 2 | 2 | |
| 3 | 3 | namespace Spatie\Csp; | 
| 4 | 4 | |
| 5 | -use Spatie\Csp\Policies\Policy; | |
| 6 | 5 | use Spatie\Csp\Exceptions\InvalidCspPolicy; | 
| 6 | +use Spatie\Csp\Policies\Policy; | |
| 7 | 7 | |
| 8 | 8 | class PolicyFactory | 
| 9 | 9 |  { | 
| @@ -2,10 +2,10 @@ | ||
| 2 | 2 | |
| 3 | 3 | namespace Spatie\Csp\Policies; | 
| 4 | 4 | |
| 5 | -use Spatie\Csp\Value; | |
| 6 | -use Spatie\Csp\Directive; | |
| 7 | 5 | use Illuminate\Http\Request; | 
| 6 | +use Spatie\Csp\Directive; | |
| 8 | 7 | use Spatie\Csp\Exceptions\InvalidDirective; | 
| 8 | +use Spatie\Csp\Value; | |
| 9 | 9 | use Symfony\Component\HttpFoundation\Response; | 
| 10 | 10 | |
| 11 | 11 | abstract class Policy | 
| @@ -2,8 +2,8 @@ | ||
| 2 | 2 | |
| 3 | 3 | namespace Spatie\Csp; | 
| 4 | 4 | |
| 5 | -use Spatie\Csp\Nonce\NonceGenerator; | |
| 6 | 5 | use Illuminate\Support\ServiceProvider; | 
| 6 | +use Spatie\Csp\Nonce\NonceGenerator; | |
| 7 | 7 | |
| 8 | 8 | class CspServiceProvider extends ServiceProvider | 
| 9 | 9 |  { |