Skip to content
This repository has been archived by the owner on Mar 6, 2019. It is now read-only.

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
CupOfTea696 committed May 3, 2015
1 parent a25d14d commit c579a01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/controllers.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@ Not yet implemented.

## Special Controllers

Laravel provides two special types of Controllers: Implicit and RESTful Resource Controllers. Implicit Controllers work in the same way they do in Laravel, so if you're not sure on how they work go [check the Documentation](http://laravel.com/docs/5.0/controllers#implicit-controllers).
Laravel provides two special types of Controllers: Implicit and RESTful Resource Controllers. Implicit Controllers work in the same way they do in Laravel, so if you're not sure on how they work go check the [Documentation](http://laravel.com/docs/5.0/controllers#implicit-controllers).

RESTful Controllers do not exist within TwoStream. The `WsRoute` Facade does not provide the `resource()` function, and attempting to use it will result in an error.

0 comments on commit c579a01

Please sign in to comment.