File tree 4 files changed +8
-8
lines changed
4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 8
8
|--------------------------------------------------------------------------
9
9
|
10
10
| This option controls the authentication driver that will be utilized.
11
- | This drivers manages the retrieval and authentication of the users
11
+ | This driver manages the retrieval and authentication of the users
12
12
| attempting to get access to protected areas of your application.
13
13
|
14
14
| Supported: "database", "eloquent"
68
68
69
69
),
70
70
71
- );
71
+ );
Original file line number Diff line number Diff line change 22
22
"array " => "The :attribute must be an array. " ,
23
23
"before " => "The :attribute must be a date before :date. " ,
24
24
"between " => array (
25
- "numeric " => "The :attribute must be between :min - :max. " ,
26
- "file " => "The :attribute must be between :min - :max kilobytes. " ,
27
- "string " => "The :attribute must be between :min - :max characters. " ,
28
- "array " => "The :attribute must have between :min - :max items. " ,
25
+ "numeric " => "The :attribute must be between :min and :max. " ,
26
+ "file " => "The :attribute must be between :min and :max kilobytes. " ,
27
+ "string " => "The :attribute must be between :min and :max characters. " ,
28
+ "array " => "The :attribute must have between :min and :max items. " ,
29
29
),
30
30
"confirmed " => "The :attribute confirmation does not match. " ,
31
31
"date " => "The :attribute is not a valid date. " ,
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ class TestCase extends Illuminate\Foundation\Testing\TestCase {
5
5
/**
6
6
* Creates the application.
7
7
*
8
- * @return Symfony\Component\HttpKernel\HttpKernelInterface
8
+ * @return \ Symfony\Component\HttpKernel\HttpKernelInterface
9
9
*/
10
10
public function createApplication ()
11
11
{
Original file line number Diff line number Diff line change 48
48
| Load The Application
49
49
|--------------------------------------------------------------------------
50
50
|
51
- | Here we will load the Illuminate application. We'll keep this is in a
51
+ | Here we will load this Illuminate application. We will keep this in a
52
52
| separate location so we can isolate the creation of an application
53
53
| from the actual running of the application with a given request.
54
54
|
You can’t perform that action at this time.
0 commit comments