mirror of
https://github.com/grocy/grocy.git
synced 2025-08-13 01:06:23 +00:00
Optimized imports
This commit is contained in:
@@ -3,11 +3,12 @@
|
||||
namespace Grocy\Controllers;
|
||||
|
||||
use Grocy\Controllers\Users\User;
|
||||
use Grocy\Services\StockService;
|
||||
use Psr\Http\Message\ResponseInterface as Response;
|
||||
use Psr\Http\Message\ServerRequestInterface as Request;
|
||||
|
||||
class PrintApiController extends BaseApiController
|
||||
{
|
||||
public function PrintShoppingListThermal(\Psr\Http\Message\ServerRequestInterface $request, \Psr\Http\Message\ResponseInterface $response, array $args)
|
||||
public function PrintShoppingListThermal(Request $request, Response $response, array $args)
|
||||
{
|
||||
try
|
||||
{
|
||||
|
Reference in New Issue
Block a user