update namespace

This commit is contained in:
2022-10-27 19:15:19 +02:00
parent fc87625a72
commit be37f608d0
23 changed files with 102 additions and 102 deletions

View File

@@ -1,15 +1,15 @@
<?php
namespace spec\Madkom\NginxConfigurator;
namespace spec\Envoyr\NginxConfigurator;
use Madkom\NginxConfigurator\Builder;
use Madkom\NginxConfigurator\Config\Server;
use Madkom\NginxConfigurator\Config\Upstream;
use Envoyr\NginxConfigurator\Builder;
use Envoyr\NginxConfigurator\Config\Server;
use Envoyr\NginxConfigurator\Config\Upstream;
use PhpSpec\ObjectBehavior;
use Prophecy\Argument;
/**
* Class BuilderSpec
* @package spec\Madkom\NginxConfigurator
* @package spec\Envoyr\NginxConfigurator
* @author Michał Brzuchalski <m.brzuchalski@madkom.pl>
* @mixin Builder
*/