From 6ef83d0e058d653322a8f9eb1131e665fb9b2a70 Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Mon, 29 Feb 2016 22:40:26 -0500 Subject: Add unit test for transition model --- app/Console/TransitionExport.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/Console') diff --git a/app/Console/TransitionExport.php b/app/Console/TransitionExport.php index 9ae41417..d9f805a4 100644 --- a/app/Console/TransitionExport.php +++ b/app/Console/TransitionExport.php @@ -21,7 +21,7 @@ class TransitionExport extends Base protected function execute(InputInterface $input, OutputInterface $output) { - $data = $this->transition->export( + $data = $this->transitionExport->export( $input->getArgument('project_id'), $input->getArgument('start_date'), $input->getArgument('end_date') -- cgit v1.2.3