Skip to content

Commit

Permalink
Merge pull request #9 from dconco/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
dconco authored Dec 9, 2023
2 parents b133576 + af4ce64 commit 4f7ac6f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2023 Joseph Onipede
Copyright (c) 2023 Dave Conco - PhpSlides

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand All @@ -18,4 +18,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
SOFTWARE.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ But in GET route, the 2nd parameters which is used as a callback function takes
Since it returns it directly to the client side.
With GET routes, request method of the particular url to receive must be a GET request, so as all routes methods.

___GET Route with Function method___
___GET Route with Closure Function method___

```php (slides)
Route::get("/login", function() {
Expand Down

0 comments on commit 4f7ac6f

Please sign in to comment.