Enabled adding new attributes to a DN
This commit is contained in:
@@ -11,10 +11,11 @@ use App\Classes\LDAP\Attribute;
|
||||
*/
|
||||
final class Password extends Attribute
|
||||
{
|
||||
public function render(bool $edit=FALSE): View
|
||||
public function render(bool $edit=FALSE,bool $blank=FALSE): View
|
||||
{
|
||||
return view('components.attribute.password')
|
||||
->with('edit',$edit)
|
||||
->with('blank',$blank)
|
||||
->with('o',$this);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user