🚀 Advanced Web Server Manager
Complete File Manager & Terminal - Standalone Version
By Sid Gifari | Gifari Industries
Current path:
/
/
home2
/
birthday
/
event.krishivgroups.in
/
vendor
/
intervention
/
image
/
src
/
Modifiers
✏️
Editing: DrawBezierModifier.php
<?php declare(strict_types=1); namespace Intervention\Image\Modifiers; use Intervention\Image\Geometry\Bezier; use Intervention\Image\Interfaces\DrawableInterface; class DrawBezierModifier extends AbstractDrawModifier { /** * Create new modifier object * * @return void */ public function __construct(public Bezier $drawable) { // } /** * Return object to be drawn */ public function drawable(): DrawableInterface { return $this->drawable; } }
💾 Save Changes
❌ Cancel