| Current Path : /home/gonzalx/www/administrator/components/com_widgetkit/src/ |
| Current File : /home/gonzalx/www/administrator/components/com_widgetkit/src/Update.php |
<?php
namespace YOOtheme\Widgetkit;
interface Update
{
/**
* Executes the update.
*/
public function run($app);
}