root/components/codeToDiagram/_start.php
| 86 | 91 | ||
|---|---|---|---|
8 | * Load the CodeToDiagram package | 8 | * Load the CodeToDiagram package |
9 | * @author Thiago Henrique Ramos da Mata <thiago.henrique.mata@gmail.com> | 9 | * @author Thiago Henrique Ramos da Mata <thiago.henrique.mata@gmail.com> |
10 | */ | 10 | */ |
11 | require_once( "CodeToDiagramException.class.php" ); | 11 | Loader::requireOnce( "CodeToDiagramException.class.php" , true ); |
12 | require_once( "CodeToDiagram.class.php" ); | 12 | Loader::requireOnce( "CodeToDiagram.class.php" , true ); |
13 | ?> | 13 | ?> |
Download diff