Completed
Pull Request — master (#1350)
by
unknown
03:01
created
src/Widgets/Form.php 1 patch
Unused Use Statements   +1 added lines, -3 removed lines patch added patch discarded remove patch
@@ -307,6 +307,4 @@
 block discarded – undo
307 307
      */
308 308
     public function __toString()
309 309
     {
310
-        return $this->render();
311
-    }
312
-}
310
+        return $this->render
313 311
\ No newline at end of file
Please login to merge, or discard this patch.