Re-synced controllers, configs, libraries, seeds, and docs with the latest API expectations and response helpers.
6 lines
144 B
PHP
Executable File
6 lines
144 B
PHP
Executable File
<?php
|
|
|
|
// On the CLI, we still want errors in productions
|
|
// so just use the exception template.
|
|
include __DIR__ . '/error_exception.php';
|