Skip to content

Instantly share code, notes, and snippets.

@jellis
Last active August 29, 2015 14:26
Show Gist options
  • Save jellis/c94dede8c51429db2711 to your computer and use it in GitHub Desktop.
Save jellis/c94dede8c51429db2711 to your computer and use it in GitHub Desktop.
<?php
class Something {
public function myMethod($someVar, $anotherVar, Organisation $organisation) {
return redirect()->route('my.route', ['organisation' => $organisation->slug]);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment