mirror of
https://github.com/DanielSiepmann/tracking.git
synced 2024-11-12 18:26:09 +01:00
Update interface namespace for ext:dashboard
As Interfaces was moved to a different namespace, import statements need to be adjusted.
This commit is contained in:
parent
7e0f5760db
commit
b732cc0cd2
3 changed files with 3 additions and 3 deletions
|
@ -23,7 +23,7 @@ namespace DanielSiepmann\Tracking\Dashboard\Provider;
|
|||
|
||||
use TYPO3\CMS\Core\Database\Connection;
|
||||
use TYPO3\CMS\Core\Database\Query\QueryBuilder;
|
||||
use TYPO3\CMS\Dashboard\Widgets\Interfaces\ListDataProviderInterface;
|
||||
use TYPO3\CMS\Dashboard\Widgets\ListDataProviderInterface;
|
||||
|
||||
class NewestPageviews implements ListDataProviderInterface
|
||||
{
|
||||
|
|
|
@ -26,7 +26,7 @@ use TYPO3\CMS\Core\Database\Connection;
|
|||
use TYPO3\CMS\Core\Database\Query\QueryBuilder;
|
||||
use TYPO3\CMS\Core\Localization\LanguageService;
|
||||
use TYPO3\CMS\Dashboard\WidgetApi;
|
||||
use TYPO3\CMS\Dashboard\Widgets\Interfaces\ChartDataProviderInterface;
|
||||
use TYPO3\CMS\Dashboard\Widgets\ChartDataProviderInterface;
|
||||
|
||||
class PageviewsPerDay implements ChartDataProviderInterface
|
||||
{
|
||||
|
|
|
@ -26,7 +26,7 @@ use Doctrine\DBAL\ParameterType;
|
|||
use TYPO3\CMS\Core\Database\Connection;
|
||||
use TYPO3\CMS\Core\Database\Query\QueryBuilder;
|
||||
use TYPO3\CMS\Dashboard\WidgetApi;
|
||||
use TYPO3\CMS\Dashboard\Widgets\Interfaces\ChartDataProviderInterface;
|
||||
use TYPO3\CMS\Dashboard\Widgets\ChartDataProviderInterface;
|
||||
|
||||
class PageviewsPerPage implements ChartDataProviderInterface
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue