Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
U
UserAdminV2
Overview
Overview
Details
Activity
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
庄欣
UserAdminV2
Commits
3e9422b7
Commit
3e9422b7
authored
Mar 21, 2015
by
Taylor Otwell
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #3315 from taiyaei/fix-spacing
[develop] Fix indent format.
parents
1f5681b3
0bbe752e
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
21 additions
and
24 deletions
+21
-24
app/Providers/AppServiceProvider.php
+20
-21
public/index.php
+1
-1
tests/ExampleTest.php
+0
-1
tests/TestCase.php
+0
-1
No files found.
app/Providers/AppServiceProvider.php
View file @
3e9422b7
...
@@ -2,26 +2,25 @@
...
@@ -2,26 +2,25 @@
use
Illuminate\Support\ServiceProvider
;
use
Illuminate\Support\ServiceProvider
;
class
AppServiceProvider
extends
ServiceProvider
{
class
AppServiceProvider
extends
ServiceProvider
{
/**
/**
* Bootstrap any application services.
* Bootstrap any application services.
*
*
* @return void
* @return void
*/
*/
public
function
boot
()
public
function
boot
()
{
{
//
//
}
}
/**
* Register any application services.
*
* @return void
*/
public
function
register
()
{
//
}
/**
* Register any application services.
*
* @return void
*/
public
function
register
()
{
//
}
}
}
public/index.php
View file @
3e9422b7
...
@@ -49,7 +49,7 @@ $app = require_once __DIR__.'/../bootstrap/app.php';
...
@@ -49,7 +49,7 @@ $app = require_once __DIR__.'/../bootstrap/app.php';
$kernel
=
$app
->
make
(
'Illuminate\Contracts\Http\Kernel'
);
$kernel
=
$app
->
make
(
'Illuminate\Contracts\Http\Kernel'
);
$response
=
$kernel
->
handle
(
$response
=
$kernel
->
handle
(
$request
=
Illuminate\Http\Request
::
capture
()
$request
=
Illuminate\Http\Request
::
capture
()
);
);
$response
->
send
();
$response
->
send
();
...
...
tests/ExampleTest.php
View file @
3e9422b7
...
@@ -2,7 +2,6 @@
...
@@ -2,7 +2,6 @@
class
ExampleTest
extends
TestCase
class
ExampleTest
extends
TestCase
{
{
/**
/**
* A basic functional test example.
* A basic functional test example.
*
*
...
...
tests/TestCase.php
View file @
3e9422b7
...
@@ -2,7 +2,6 @@
...
@@ -2,7 +2,6 @@
class
TestCase
extends
Illuminate\Foundation\Testing\TestCase
class
TestCase
extends
Illuminate\Foundation\Testing\TestCase
{
{
/**
/**
* Creates the application.
* Creates the application.
*
*
...
...
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