mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 01:01:24 +00:00
CS fixes
This commit is contained in:
+4
-1
@@ -198,7 +198,10 @@ class User extends Authenticatable
|
||||
*/
|
||||
protected $guarded = [];
|
||||
|
||||
protected function getDefaultGuardName() : string{ return 'web'; }
|
||||
protected function getDefaultGuardName(): string
|
||||
{
|
||||
return 'web';
|
||||
}
|
||||
|
||||
public function role(): BelongsTo
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user