First commit

This commit is contained in:
kyle
2026-06-10 14:18:47 -07:00
commit 640a3f4f27
12 changed files with 1545 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
<?php
return [
'jobs' => [
\OCA\NCdiscordhook\Cron\ImageCleanup::class,
],
];