### Proposed new feature or change ```php // Currently foreach ($categories as $category) { $post->link('categories', $category); } // That I want $post->link('categories', $categories); ```
Proposed new feature or change