Minor cs fixes
This commit is contained in:
parent
a2cb6049c9
commit
753370615e
|
@ -1 +1 @@
|
||||||
* text=auto
|
* text=auto
|
||||||
|
|
|
@ -5,4 +5,4 @@ composer.lock
|
||||||
.env.local.php
|
.env.local.php
|
||||||
.env.php
|
.env.php
|
||||||
.DS_Store
|
.DS_Store
|
||||||
Thumbs.db
|
Thumbs.db
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
# Contribution Guidelines
|
# Contribution Guidelines
|
||||||
|
|
||||||
Please submit all issues and pull requests to the [laravel/framework](http://github.com/laravel/framework) repository!
|
Please submit all issues and pull requests to the [laravel/framework](http://github.com/laravel/framework) repository!
|
||||||
|
|
|
@ -15,4 +15,4 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
);
|
);
|
||||||
|
|
|
@ -121,4 +121,4 @@
|
||||||
|
|
||||||
'pretend' => false,
|
'pretend' => false,
|
||||||
|
|
||||||
);
|
);
|
||||||
|
|
|
@ -56,4 +56,4 @@
|
||||||
|
|
||||||
),
|
),
|
||||||
|
|
||||||
);
|
);
|
||||||
|
|
|
@ -17,4 +17,4 @@
|
||||||
|
|
||||||
'driver' => 'array',
|
'driver' => 'array',
|
||||||
|
|
||||||
);
|
);
|
||||||
|
|
|
@ -18,4 +18,4 @@
|
||||||
|
|
||||||
'driver' => 'array',
|
'driver' => 'array',
|
||||||
|
|
||||||
);
|
);
|
||||||
|
|
|
@ -28,4 +28,4 @@
|
||||||
|
|
||||||
'email' => '',
|
'email' => '',
|
||||||
|
|
||||||
);
|
);
|
||||||
|
|
|
@ -15,4 +15,4 @@ protected function setupLayout()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -20,4 +20,4 @@ public function showWelcome()
|
||||||
return View::make('hello');
|
return View::make('hello');
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -14,4 +14,4 @@ public function run()
|
||||||
// $this->call('UserTableSeeder');
|
// $this->call('UserTableSeeder');
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -77,4 +77,4 @@
|
||||||
{
|
{
|
||||||
throw new Illuminate\Session\TokenMismatchException;
|
throw new Illuminate\Session\TokenMismatchException;
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
return array(
|
return array(
|
||||||
|
|
||||||
|
@ -17,4 +17,4 @@
|
||||||
|
|
||||||
'next' => 'Next »',
|
'next' => 'Next »',
|
||||||
|
|
||||||
);
|
);
|
||||||
|
|
|
@ -49,4 +49,4 @@ public function getReminderEmail()
|
||||||
return $this->email;
|
return $this->email;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -14,4 +14,4 @@
|
||||||
Route::get('/', function()
|
Route::get('/', function()
|
||||||
{
|
{
|
||||||
return View::make('hello');
|
return View::make('hello');
|
||||||
});
|
});
|
||||||
|
|
|
@ -14,4 +14,4 @@ public function testBasicExample()
|
||||||
$this->assertTrue($this->client->getResponse()->isOk());
|
$this->assertTrue($this->client->getResponse()->isOk());
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -10,4 +10,4 @@
|
||||||
To reset your password, complete this form: {{ URL::to('password/reset', array($token)) }}.
|
To reset your password, complete this form: {{ URL::to('password/reset', array($token)) }}.
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
2
artisan
2
artisan
|
@ -71,4 +71,4 @@ $status = $artisan->run();
|
||||||
|
|
||||||
$app->shutdown();
|
$app->shutdown();
|
||||||
|
|
||||||
exit($status);
|
exit($status);
|
||||||
|
|
|
@ -15,4 +15,4 @@
|
||||||
<directory>./app/tests/</directory>
|
<directory>./app/tests/</directory>
|
||||||
</testsuite>
|
</testsuite>
|
||||||
</testsuites>
|
</testsuites>
|
||||||
</phpunit>
|
</phpunit>
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
User-agent: *
|
User-agent: *
|
||||||
Disallow:
|
Disallow:
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
## Laravel PHP Framework
|
## Laravel PHP Framework
|
||||||
|
|
||||||
[](https://packagist.org/packages/laravel/framework) [](https://packagist.org/packages/laravel/framework) [](https://travis-ci.org/laravel/framework) [](https://packagist.org/packages/laravel/framework)
|
[](https://packagist.org/packages/laravel/framework) [](https://packagist.org/packages/laravel/framework) [](https://travis-ci.org/laravel/framework) [](https://packagist.org/packages/laravel/framework)
|
||||||
|
|
||||||
Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable, creative experience to be truly fulfilling. Laravel attempts to take the pain out of development by easing common tasks used in the majority of web projects, such as authentication, routing, sessions, and caching.
|
Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable, creative experience to be truly fulfilling. Laravel attempts to take the pain out of development by easing common tasks used in the majority of web projects, such as authentication, routing, sessions, and caching.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue