Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Hoffmann committed Sep 29, 2017
1 parent 0235e4a commit f7ca35d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Controller/ModelHistoryController.php
Expand Up @@ -2,12 +2,12 @@
declare(strict_types = 1);
namespace ModelHistory\Controller;

use App\Controller\AppController;
use Cake\Http\Response;
use Cake\I18n\Time;
use Cake\ORM\TableRegistry;
use Cake\Utility\Hash;
use Cake\Utility\Text;
use App\Controller\AppController;

class ModelHistoryController extends AppController
{
Expand Down

0 comments on commit f7ca35d

Please sign in to comment.