This repository has been archived on 2019-06-21. You can view files and clone it, but cannot push or open issues or pull requests.
sandpiper/Actions/Report.php

17 lines
166 B
PHP

<?php
namespace Sandpiper\Actions;
class Report extends \Sandpiper\AbstractAction
{
public function __construct()
{
}
public function handle() {
}
}