Skip to content

Instantly share code, notes, and snippets.

@ktsosno
Created October 9, 2013 18:38
Show Gist options
  • Save ktsosno/6905988 to your computer and use it in GitHub Desktop.
Save ktsosno/6905988 to your computer and use it in GitHub Desktop.
if($response->Result == 'Success') {
\Log::info("CampusExplorer: School Successfully Submitted", array($ret));
return $ret;
exit();
} else {
\Log::error("CampusExplorer: Failed School Submit", array($ret));
exit();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment