Created
November 23, 2015 18:49
-
-
Save aceat64/1917d6146eb4708a5f9b to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
$routes->resources('NetworkObjects', ['inflect' => 'dasherize'], function ($routes) { | |
$routes->resources('Attributes'); | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment