Expand API for attachments.

This commit is contained in:
James Cole
2018-06-24 06:51:22 +02:00
parent 32b6ded008
commit ad6a9a7df7
28 changed files with 1290 additions and 59 deletions

View File

@@ -22,6 +22,7 @@ declare(strict_types=1);
namespace FireflyIII\Models;
use Carbon\Carbon;
use Illuminate\Database\Eloquent\Model;
/**
@@ -29,6 +30,12 @@ use Illuminate\Database\Eloquent\Model;
*
* @property string $trigger_value
* @property string $trigger_type
* @property int $id
* @property Carbon $created_at
* @property Carbon $updated_at
* @property int $order
* @property bool $active
* @property bool $stop_processing
*/
class RuleTrigger extends Model
{