Browse Source

Fixed CS issue

Jose Lorenzo Rodriguez 12 years ago
parent
commit
6c86e866c4
1 changed files with 0 additions and 1 deletions
  1. 0 1
      tests/TestCase/ORM/QueryRegressionTest.php

+ 0 - 1
tests/TestCase/ORM/QueryRegressionTest.php

@@ -81,7 +81,6 @@ class QueryRegressionTest extends TestCase {
 		$table = TableRegistry::get('Articles');
 		$table->belongsTo('Authors');
 		$table->hasOne('Things', ['propertyName' => 'articles_tag']);
-		
 		$table->Authors->target()->hasOne('Stuff', [
 			'foreignKey' => 'id',
 			'propertyName' => 'favorite_tag'