mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
dbg
This commit is contained in:
@@ -59,6 +59,10 @@ abstract class ScheduleBase extends Action
|
||||
$getSchedule = function (Document $schedule) use ($dbForConsole, $getProjectDB): array {
|
||||
$project = $dbForConsole->getDocument('projects', $schedule->getAttribute('projectId'));
|
||||
|
||||
var_dump('===== $getSchedule getCollectionId = ');
|
||||
var_dump(static::getCollectionId());
|
||||
var_dump('===== $getSchedule getCollectionId = ');
|
||||
|
||||
$resource = $getProjectDB($project)->getDocument(
|
||||
static::getCollectionId(),
|
||||
$schedule->getAttribute('resourceId')
|
||||
|
||||
Reference in New Issue
Block a user