@@ -41,13 +41,13 @@ |
||
41 | 41 | CuteAlertLibrary::class, // CuteAlert |
42 | 42 | ]; |
43 | 43 | $jaxon = jaxon(); |
44 | - foreach($aLibraries as $sClass) |
|
44 | + foreach ($aLibraries as $sClass) |
|
45 | 45 | { |
46 | 46 | try |
47 | 47 | { |
48 | 48 | $jaxon->dialog()->registerLibrary($sClass, $sClass::NAME); |
49 | 49 | } |
50 | - catch(SetupException $e){} |
|
50 | + catch (SetupException $e) {} |
|
51 | 51 | } |
52 | 52 | // Register the template dir into the template renderer |
53 | 53 | $jaxon->template()->addNamespace('jaxon::dialogs', dirname(__DIR__) . '/templates'); |