mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-30 02:26:58 +00:00
Code cleanup.
This commit is contained in:
@@ -35,4 +35,4 @@ class ResendConfirmation extends Event
|
|||||||
$this->user = $user;
|
$this->user = $user;
|
||||||
$this->ipAddress = $ipAddress;
|
$this->ipAddress = $ipAddress;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@@ -35,4 +35,4 @@ class UserRegistration extends Event
|
|||||||
$this->user = $user;
|
$this->user = $user;
|
||||||
$this->ip = $ipAddress;
|
$this->ip = $ipAddress;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@@ -48,4 +48,4 @@ class AttachUserRole
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@@ -60,4 +60,4 @@ class SendRegistrationMail
|
|||||||
Log::error($e->getMessage());
|
Log::error($e->getMessage());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@@ -111,4 +111,4 @@ class UserConfirmation
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@@ -29,4 +29,4 @@ class UserEventListener
|
|||||||
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@@ -79,4 +79,4 @@ class ConfirmationController extends Controller
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@@ -76,4 +76,4 @@ class TwoFactorController extends Controller
|
|||||||
return redirect(route('home'));
|
return redirect(route('home'));
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
0
resources/lang/fr_FR/breadcrumbs.php
Executable file → Normal file
0
resources/lang/fr_FR/breadcrumbs.php
Executable file → Normal file
0
resources/lang/fr_FR/config.php
Executable file → Normal file
0
resources/lang/fr_FR/config.php
Executable file → Normal file
0
resources/lang/fr_FR/firefly.php
Executable file → Normal file
0
resources/lang/fr_FR/firefly.php
Executable file → Normal file
0
resources/lang/fr_FR/form.php
Executable file → Normal file
0
resources/lang/fr_FR/form.php
Executable file → Normal file
0
resources/lang/fr_FR/help.php
Executable file → Normal file
0
resources/lang/fr_FR/help.php
Executable file → Normal file
0
resources/lang/fr_FR/list.php
Executable file → Normal file
0
resources/lang/fr_FR/list.php
Executable file → Normal file
0
resources/lang/fr_FR/pagination.php
Executable file → Normal file
0
resources/lang/fr_FR/pagination.php
Executable file → Normal file
0
resources/lang/fr_FR/passwords.php
Executable file → Normal file
0
resources/lang/fr_FR/passwords.php
Executable file → Normal file
0
resources/lang/fr_FR/validation.php
Executable file → Normal file
0
resources/lang/fr_FR/validation.php
Executable file → Normal file
0
resources/lang/nl_NL/breadcrumbs.php
Executable file → Normal file
0
resources/lang/nl_NL/breadcrumbs.php
Executable file → Normal file
0
resources/lang/nl_NL/config.php
Executable file → Normal file
0
resources/lang/nl_NL/config.php
Executable file → Normal file
0
resources/lang/nl_NL/firefly.php
Executable file → Normal file
0
resources/lang/nl_NL/firefly.php
Executable file → Normal file
0
resources/lang/nl_NL/form.php
Executable file → Normal file
0
resources/lang/nl_NL/form.php
Executable file → Normal file
0
resources/lang/nl_NL/help.php
Executable file → Normal file
0
resources/lang/nl_NL/help.php
Executable file → Normal file
0
resources/lang/nl_NL/list.php
Executable file → Normal file
0
resources/lang/nl_NL/list.php
Executable file → Normal file
0
resources/lang/nl_NL/pagination.php
Executable file → Normal file
0
resources/lang/nl_NL/pagination.php
Executable file → Normal file
0
resources/lang/nl_NL/passwords.php
Executable file → Normal file
0
resources/lang/nl_NL/passwords.php
Executable file → Normal file
0
resources/lang/nl_NL/validation.php
Executable file → Normal file
0
resources/lang/nl_NL/validation.php
Executable file → Normal file
0
resources/lang/pt_BR/breadcrumbs.php
Executable file → Normal file
0
resources/lang/pt_BR/breadcrumbs.php
Executable file → Normal file
0
resources/lang/pt_BR/config.php
Executable file → Normal file
0
resources/lang/pt_BR/config.php
Executable file → Normal file
0
resources/lang/pt_BR/firefly.php
Executable file → Normal file
0
resources/lang/pt_BR/firefly.php
Executable file → Normal file
0
resources/lang/pt_BR/form.php
Executable file → Normal file
0
resources/lang/pt_BR/form.php
Executable file → Normal file
0
resources/lang/pt_BR/help.php
Executable file → Normal file
0
resources/lang/pt_BR/help.php
Executable file → Normal file
0
resources/lang/pt_BR/list.php
Executable file → Normal file
0
resources/lang/pt_BR/list.php
Executable file → Normal file
0
resources/lang/pt_BR/pagination.php
Executable file → Normal file
0
resources/lang/pt_BR/pagination.php
Executable file → Normal file
0
resources/lang/pt_BR/passwords.php
Executable file → Normal file
0
resources/lang/pt_BR/passwords.php
Executable file → Normal file
0
resources/lang/pt_BR/validation.php
Executable file → Normal file
0
resources/lang/pt_BR/validation.php
Executable file → Normal file
Reference in New Issue
Block a user