satisfy the code sniffer

This commit is contained in:
Luke Towers 2020-04-04 22:26:52 -06:00
parent 5d4f3dd90a
commit 4b4a9af266
1 changed files with 2 additions and 2 deletions

View File

@ -1500,13 +1500,13 @@ class RelationController extends ControllerBehavior
case 'morphedByMany':
case 'belongsToMany':
$buttons = ['create', 'add', 'delete', 'remove'];
break;
break;
case 'hasOne':
case 'morphOne':
case 'belongsTo':
$buttons = ['create', 'update', 'link', 'delete', 'unlink'];
break;
break;
}
}
}