mirror of
https://github.com/grocy/grocy.git
synced 2025-10-12 16:44:55 +00:00
Optimized imports
This commit is contained in:
@@ -2,9 +2,11 @@
|
||||
|
||||
namespace Grocy\Services;
|
||||
|
||||
use LessQL\Result
|
||||
|
||||
class TasksService extends BaseService
|
||||
{
|
||||
public function GetCurrent(): \LessQL\Result
|
||||
public function GetCurrent(): Result
|
||||
{
|
||||
$users = $this->getUsersService()->GetUsersAsDto();
|
||||
$categories = $this->getDatabase()->task_categories()->where('active = 1');
|
||||
|
Reference in New Issue
Block a user