fix build
Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
This commit is contained in:
Родитель
4ac38c47b5
Коммит
34efcbaa59
|
@ -22,7 +22,6 @@
|
|||
|
||||
namespace OCA\Github\Reference;
|
||||
|
||||
use League\CommonMark\GithubFlavoredMarkdownConverter;
|
||||
use OCP\Collaboration\Reference\Reference;
|
||||
use OC\Collaboration\Reference\ReferenceManager;
|
||||
use OCA\Github\AppInfo\Application;
|
||||
|
@ -33,6 +32,7 @@ use OCP\IConfig;
|
|||
use OCP\IL10N;
|
||||
|
||||
require_once __DIR__ . '/../../vendor/autoload.php';
|
||||
use League\CommonMark\GithubFlavoredMarkdownConverter;
|
||||
|
||||
class GithubReferenceProvider implements IReferenceProvider {
|
||||
private GithubAPIService $githubAPIService;
|
||||
|
|
2
makefile
2
makefile
|
@ -78,7 +78,7 @@ appstore: clean
|
|||
--exclude=package-lock.json \
|
||||
--exclude=js/node_modules \
|
||||
--exclude=node_modules \
|
||||
--exclude=src \
|
||||
--exclude=/src \
|
||||
--exclude=translationfiles \
|
||||
--exclude=webpack.* \
|
||||
--exclude=stylelint.config.js \
|
||||
|
|
Загрузка…
Ссылка в новой задаче