mirror of
https://github.com/HDInnovations/UNIT3D-Community-Edition.git
synced 2026-05-18 18:18:50 -05:00
Adopt Laravel coding style
The Laravel framework adopts the PSR-2 coding style with some additions. Laravel apps *should* adopt this coding style as well. However, Shift allows you to customize the adopted coding style through the [.shiftrc][1] file by using your [PHP CS Fixer][2] config. [1]: https://laravelshift.com/shiftrc-configuration-file [2]: https://github.com/FriendsOfPHP/PHP-CS-Fixer
This commit is contained in:
@@ -23,6 +23,7 @@ class TwoStepAuthCode extends Notification implements ShouldQueue
|
||||
use Queueable;
|
||||
|
||||
protected $code;
|
||||
|
||||
protected $user;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user