Skip to content

Instantly share code, notes, and snippets.

@cpierce
Created June 3, 2016 23:17
Show Gist options
  • Save cpierce/ceb9ecea1f4c7f94e9e47c6af6b85fc5 to your computer and use it in GitHub Desktop.
Save cpierce/ceb9ecea1f4c7f94e9e47c6af6b85fc5 to your computer and use it in GitHub Desktop.
$routes->resources('Feeds', [
'only' => ['add', 'delete'],
]);
$routes->resources('GoogleFeeds', [
'only' => ['add', 'delete'],
]);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment