Skip to content

Commit

Permalink
fix CS
Browse files Browse the repository at this point in the history
  • Loading branch information
stonebuzz committed Nov 19, 2024
1 parent 8024801 commit b0c2f05
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions inc/abstractcontainerinstance.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@

abstract class PluginFieldsAbstractContainerInstance extends CommonDBTM
{

public function canViewItem()
{
$right = PluginFieldsProfile::getRightOnContainer($_SESSION['glpiactiveprofile']['id'], $this->fields['plugin_fields_containers_id']);
Expand All @@ -49,7 +48,6 @@ public function canUpdateItem()
return false;
}


public static function getSpecificValueToSelect($field, $name = '', $values = '', array $options = [])
{
if (!is_array($values)) {
Expand Down

0 comments on commit b0c2f05

Please sign in to comment.