mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-18 02:03:40 +00:00
Code clean up.
This commit is contained in:
@@ -19,10 +19,8 @@
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with Firefly III. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
|
||||
/**
|
||||
* RegisteredUser.php
|
||||
* Copyright (c) 2017 thegrumpydictator@gmail.com
|
||||
@@ -41,9 +39,9 @@ use Illuminate\Queue\SerializesModels;
|
||||
class RegisteredUser extends Mailable
|
||||
{
|
||||
use Queueable, SerializesModels;
|
||||
/** @var string */
|
||||
/** @var string */
|
||||
public $address;
|
||||
/** @var string */
|
||||
/** @var string */
|
||||
public $ipAddress;
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user