Skip to content

Instantly share code, notes, and snippets.

@marxjohnson
Created August 22, 2024 08:36
Show Gist options
  • Save marxjohnson/22a9005eb5ff50302321fa5276ab1fcf to your computer and use it in GitHub Desktop.
Save marxjohnson/22a9005eb5ff50302321fa5276ab1fcf to your computer and use it in GitHub Desktop.
get_override.php
protected function get_override(): ?\stdClass {
   ...
    $override = $DB->get_record(...);        
    if (!$override) {
...
}  
    return $override ?: null;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment