mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-05 04:03:26 +00:00
Various code cleanup.
This commit is contained in:
@@ -73,6 +73,9 @@ use Validator;
|
||||
*/
|
||||
class FireflyServiceProvider extends ServiceProvider
|
||||
{
|
||||
/**
|
||||
* Start provider.
|
||||
*/
|
||||
public function boot()
|
||||
{
|
||||
Validator::resolver(
|
||||
@@ -94,7 +97,7 @@ class FireflyServiceProvider extends ServiceProvider
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
* Register stuff.
|
||||
*/
|
||||
public function register()
|
||||
{
|
||||
|
Reference in New Issue
Block a user