mirror of
https://github.com/laravel/laravel.git
synced 2025-02-20 11:53:14 +08:00
Fix more spacing.
This converts AppServiceProvider to spaces since it wasn't and removes a few empty lines after class declarations.
This commit is contained in:
parent
1f5681b398
commit
0bbe752e87
@ -2,8 +2,8 @@
|
||||
|
||||
use Illuminate\Support\ServiceProvider;
|
||||
|
||||
class AppServiceProvider extends ServiceProvider {
|
||||
|
||||
class AppServiceProvider extends ServiceProvider
|
||||
{
|
||||
/**
|
||||
* Bootstrap any application services.
|
||||
*
|
||||
@ -23,5 +23,4 @@ class AppServiceProvider extends ServiceProvider {
|
||||
{
|
||||
//
|
||||
}
|
||||
|
||||
}
|
||||
|
@ -2,7 +2,6 @@
|
||||
|
||||
class ExampleTest extends TestCase
|
||||
{
|
||||
|
||||
/**
|
||||
* A basic functional test example.
|
||||
*
|
||||
|
@ -2,7 +2,6 @@
|
||||
|
||||
class TestCase extends Illuminate\Foundation\Testing\TestCase
|
||||
{
|
||||
|
||||
/**
|
||||
* Creates the application.
|
||||
*
|
||||
|
Loading…
x
Reference in New Issue
Block a user