status() === 'active') { return; } if ($context->status() === 'draft' && $allowDraftForAdmin && $isAdmin) { return; } throw new RuntimeException('The selected school year is read-only.'); } }