Refactor Form.php: Remove unused variable
This commit is contained in:
@@ -27,8 +27,6 @@ class Form extends Component
|
|||||||
|
|
||||||
public $delete_unused_networks = false;
|
public $delete_unused_networks = false;
|
||||||
|
|
||||||
public string $name
|
|
||||||
|
|
||||||
public function getListeners()
|
public function getListeners()
|
||||||
{
|
{
|
||||||
$teamId = auth()->user()->currentTeam()->id;
|
$teamId = auth()->user()->currentTeam()->id;
|
||||||
|
|||||||
Reference in New Issue
Block a user