3
0
Fork 0
mirror of https://github.com/farmOS/farmOS.git synced 2024-02-23 11:37:38 +01:00

Add @internal to planting quick form class.

This commit is contained in:
Michael Stenta 2023-02-07 08:30:04 -05:00
parent 1b477885dd
commit baf294d3bd

View file

@ -29,6 +29,8 @@ use Psr\Container\ContainerInterface;
* "create plant asset",
* }
* )
*
* @internal
*/
class Planting extends QuickFormBase {