@@ -5,7 +5,6 @@ |
||
5 | 5 | |
6 | 6 | use smtech\CanvasManagement\Toolbox; |
7 | 7 | use smtech\ReflexiveCanvasLTI\LTI\ToolProvider; |
8 | -use smtech\ReflexiveCanvasLTI\Exception\ConfigurationException; |
|
9 | 8 | use Battis\DataUtilities; |
10 | 9 | |
11 | 10 | @session_start(); // TODO suppressing warnings is wrong |
@@ -3,7 +3,6 @@ |
||
3 | 3 | require_once('common.inc.php'); |
4 | 4 | |
5 | 5 | use Battis\BootstrapSmarty\NotificationMessage; |
6 | - |
|
7 | 6 | use smtech\StMarksSmarty\StMarksSmarty; |
8 | 7 | |
9 | 8 | $toolbox->getSmarty()->enable(StMarksSmarty::MODULE_DATEPICKER); |
@@ -4,7 +4,6 @@ |
||
4 | 4 | |
5 | 5 | use Battis\BootstrapSmarty\NotificationMessage; |
6 | 6 | use Battis\HierarchicalSimpleCache; |
7 | - |
|
8 | 7 | use smtech\LTI\Configuration\Option; |
9 | 8 | |
10 | 9 | class Toolbox extends \smtech\StMarksReflexiveCanvasLTI\Toolbox |