mirror of
				https://gitlab.com/Chill-Projet/chill-bundles.git
				synced 2025-10-31 17:28:23 +00:00 
			
		
		
		
	Remove obsolete controller.
This commit is contained in:
		| @@ -1,30 +0,0 @@ | ||||
| <?php | ||||
|  | ||||
| /** | ||||
|  * For the full copyright and license information, please view | ||||
|  * the LICENSE file that was distributed with this source code. | ||||
|  */ | ||||
|  | ||||
| declare(strict_types=1); | ||||
|  | ||||
| namespace Chill\WopiBundle\Controller; | ||||
|  | ||||
| use Chill\WopiBundle\Service\OpenStack\OpenStackClientInterface; | ||||
| use Symfony\Component\HttpFoundation\Response; | ||||
|  | ||||
| final class Test | ||||
| { | ||||
|     private OpenStackClientInterface $client; | ||||
|  | ||||
|     public function __construct(OpenStackClientInterface $client) | ||||
|     { | ||||
|         $this->client = $client; | ||||
|     } | ||||
|  | ||||
|     public function __invoke() | ||||
|     { | ||||
|         dump($this->client); | ||||
|  | ||||
|         return new Response('fobar'); | ||||
|     } | ||||
| } | ||||
		Reference in New Issue
	
	Block a user