Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
syncEnrollments
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Yeray Santana Hualde
syncEnrollments
Commits
ad41be0e
Commit
ad41be0e
authored
Mar 29, 2012
by
Taylor Otwell
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
working on stuff.
parent
89766bef
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
9 deletions
+6
-9
request.php
laravel/request.php
+6
-6
response.php
laravel/response.php
+0
-3
No files found.
laravel/request.php
View file @
ad41be0e
...
...
@@ -3,18 +3,18 @@
class
Request
{
/**
*
The Symfony HttpFoundation Request instance
.
*
All of the route instances handling the request
.
*
* @var
HttpFoundation\Request
* @var
array
*/
public
static
$
foundation
;
public
static
$
route
;
/**
*
All of the route instances handling the request
.
*
The Symfony HttpFoundation Request instance
.
*
* @var
array
* @var
HttpFoundation\Request
*/
public
static
$
route
;
public
static
$
foundation
;
/**
* The request data key that is used to indicate a spoofed request method.
...
...
laravel/response.php
View file @
ad41be0e
...
...
@@ -138,9 +138,6 @@ class Response {
/**
* Prepare a response from the given value.
*
* If the value is not a response, it will be converted into a response
* instance and the content will be cast to a string.
*
* @param mixed $response
* @return Response
*/
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment