update filemanager view, add filemanager into tinymce
This commit is contained in:
parent
78b8fc22d2
commit
35d04cc0b6
36 changed files with 723 additions and 185 deletions
14
core/Repository/FileInformationRepositoryQuery.php
Normal file
14
core/Repository/FileInformationRepositoryQuery.php
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
<?php
|
||||
|
||||
namespace App\Core\Repository;
|
||||
|
||||
use App\Core\Repository\FileInformationRepository as Repository;
|
||||
use Knp\Component\Pager\PaginatorInterface;
|
||||
|
||||
class FileInformationRepositoryQuery extends RepositoryQuery
|
||||
{
|
||||
public function __construct(Repository $repository, PaginatorInterface $paginator)
|
||||
{
|
||||
parent::__construct($repository, 'f', $paginator);
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue