Skip to content

Commit

Permalink
Fix coding standards error.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Oct 25, 2014
1 parent 02218d1 commit 65e0c85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Shell/Task/ModelTask.php
Expand Up @@ -650,7 +650,7 @@ public function bakeTable($model, array $data = []) {
// Work around composer caching that classes/files do not exist.
// Check for the file as it might not exist in tests.
if (file_exists($filename)) {
require_once ($filename);
require_once $filename;
}
TableRegistry::clear();

Expand Down

0 comments on commit 65e0c85

Please sign in to comment.