mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Change scope of methods, add some notes. Prep for refactoring.
This commit is contained in:
@@ -126,7 +126,7 @@ class RegisterController extends Controller
|
||||
*
|
||||
* @return \FireflyIII\User
|
||||
*/
|
||||
protected function create(array $data): User
|
||||
protected function create(array $data): User // create object
|
||||
{
|
||||
return User::create(
|
||||
[
|
||||
|
Reference in New Issue
Block a user