quick api test command

This commit is contained in:
Nabeel Shahzad
2017-12-30 11:56:38 -06:00
parent 4a1d7c59fb
commit 2bfaa9e584
3 changed files with 30 additions and 0 deletions

View File

@@ -29,6 +29,7 @@ class DevCommands extends BaseCommand
$commands = [
'clear-acars' => 'clearAcars',
'compile-assets' => 'compileAssets',
'test-api' => 'testApi',
];
if(!array_key_exists($command, $commands)) {