Skip to content

Commit

Permalink
Remove use directive (#1537)
Browse files Browse the repository at this point in the history
  • Loading branch information
nagmat84 authored Sep 29, 2022
1 parent f905e22 commit 52ea5b8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions app/ModelFunctions/ConfigFunctions.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

namespace App\ModelFunctions;

use App\Assets\Helpers;
use App\Exceptions\ConfigurationKeyMissingException;
use App\Exceptions\Internal\QueryBuilderException;
use App\Facades\Lang;
use App\Models\Configs;
Expand All @@ -14,6 +14,8 @@ class ConfigFunctions
* return the basic information for a Page.
*
* @return array
*
* @throws ConfigurationKeyMissingException
*/
public function get_pages_infos(): array
{
Expand Down Expand Up @@ -101,7 +103,7 @@ public function sanity(array &$return): void
* However, the client knows by itself if it is a television or not.
* Hence, these values should be part of the front-end code.
*
* See also {@link Helpers::getDeviceType()}.
* See also {@link \App\Assets\Helpers::getDeviceType()}.
*
* @param string $device
*
Expand Down

0 comments on commit 52ea5b8

Please sign in to comment.