Created
January 13, 2019 17:17
-
-
Save winni4eva/cb9c4470ac60be5f4e0e0601ebfe2d25 to your computer and use it in GitHub Desktop.
Explicit Binding
This file contains hidden or 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 | |
$router->get('/users/{user}', function ($resolvedUser) { | |
dd($resolvedUser); | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment