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
a373ac8f
Commit
a373ac8f
authored
Oct 30, 2013
by
Taylor Otwell
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' into develop
parents
82206d39
eea4713e
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
8 deletions
+8
-8
auth.php
app/config/auth.php
+2
-2
validation.php
app/lang/en/validation.php
+4
-4
TestCase.php
app/tests/TestCase.php
+1
-1
start.php
bootstrap/start.php
+1
-1
No files found.
app/config/auth.php
View file @
a373ac8f
...
...
@@ -8,7 +8,7 @@ return array(
|--------------------------------------------------------------------------
|
| This option controls the authentication driver that will be utilized.
| This driver
s
manages the retrieval and authentication of the users
| This driver manages the retrieval and authentication of the users
| attempting to get access to protected areas of your application.
|
| Supported: "database", "eloquent"
...
...
@@ -68,4 +68,4 @@ return array(
),
);
\ No newline at end of file
);
app/lang/en/validation.php
View file @
a373ac8f
...
...
@@ -22,10 +22,10 @@ return array(
"array"
=>
"The :attribute must be an array."
,
"before"
=>
"The :attribute must be a date before :date."
,
"between"
=>
array
(
"numeric"
=>
"The :attribute must be between :min
-
:max."
,
"file"
=>
"The :attribute must be between :min
-
:max kilobytes."
,
"string"
=>
"The :attribute must be between :min
-
:max characters."
,
"array"
=>
"The :attribute must have between :min
-
:max items."
,
"numeric"
=>
"The :attribute must be between :min
and
:max."
,
"file"
=>
"The :attribute must be between :min
and
:max kilobytes."
,
"string"
=>
"The :attribute must be between :min
and
:max characters."
,
"array"
=>
"The :attribute must have between :min
and
:max items."
,
),
"confirmed"
=>
"The :attribute confirmation does not match."
,
"date"
=>
"The :attribute is not a valid date."
,
...
...
app/tests/TestCase.php
View file @
a373ac8f
...
...
@@ -5,7 +5,7 @@ class TestCase extends Illuminate\Foundation\Testing\TestCase {
/**
* Creates the application.
*
* @return Symfony\Component\HttpKernel\HttpKernelInterface
* @return
\
Symfony\Component\HttpKernel\HttpKernelInterface
*/
public
function
createApplication
()
{
...
...
bootstrap/start.php
View file @
a373ac8f
...
...
@@ -48,7 +48,7 @@ $app->bindInstallPaths(require __DIR__.'/paths.php');
| Load The Application
|--------------------------------------------------------------------------
|
| Here we will load th
e Illuminate application. We'll keep this
is in a
| Here we will load th
is Illuminate application. We will keep th
is in a
| separate location so we can isolate the creation of an application
| from the actual running of the application with a given request.
|
...
...
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