Expand API for journal links.

This commit is contained in:
James Cole
2018-06-28 17:02:13 +02:00
parent f55d4e32c0
commit 7749fb1a0b
13 changed files with 707 additions and 17 deletions

View File

@@ -24,6 +24,7 @@ namespace FireflyIII\Models;
use Carbon\Carbon;
use Illuminate\Database\Eloquent\Model;
use Illuminate\Database\Eloquent\SoftDeletes;
/**
* Class Note.
@@ -36,6 +37,7 @@ use Illuminate\Database\Eloquent\Model;
*/
class Note extends Model
{
use SoftDeletes;
/**
* The attributes that should be casted to native types.
*