| @@ -23,9 +23,8 @@ | ||
| 23 | 23 | $map->offsetSet( 'CJTBlockModel', 'models/block.php' ); |
| 24 | 24 | $map->offsetSet( 'CJTBlocksModel', 'models/blocks.php' ); |
| 25 | 25 | $map->offsetSet( 'CJTAccessPoint', 'framework/access-points/access-point.class.php' ); |
| 26 | 26 | $map->offsetSet( 'CJTPageAccessPoint', 'framework/access-points/page.class.php' ); |
| 27 | -$map->offsetSet( 'CJTBlockTemplatesModel', 'models/block-templates.php' ); | |
| 28 | 27 | |
| 29 | 28 | |
| 30 | 29 | # Composer Autoloads (All the above autoloads is deprecated and will be revmoed later) |
| 31 | -require __DIR__ . DIRECTORY_SEPARATOR . 'vendor' . DIRECTORY_SEPARATOR . 'autoload.php'; | |
| 30 | +require 'vendor' . DIRECTORY_SEPARATOR . 'autoload.php'; | |