retro/stubs/OCA/Files/Event/LoadAdditionalScriptsEvent.php
Michel Roux 64361f02fe
Some checks failed
retro / xml (push) Successful in 1m21s
retro / php (push) Failing after 1m3s
retro / nodejs (push) Successful in 1m43s
retro / release (push) Has been skipped
feat: add a bunch of utils dep and add init script
2024-12-30 23:15:08 +01:00

17 lines
334 B
PHP

<?php
// https://github.com/nextcloud/server/blob/master/apps/files/lib/Event/LoadAdditionalScriptsEvent.php
declare(strict_types=1);
namespace OCA\Files\Event;
use OCP\EventDispatcher\Event;
/**
* This event is triggered when the files app is rendered.
*
* @since 17.0.0
*/
class LoadAdditionalScriptsEvent extends Event {}