Fixed currencies.

This commit is contained in:
James Cole
2015-02-25 15:57:43 +01:00
parent d36b2318fd
commit 0e4f786978
8 changed files with 387 additions and 4 deletions

View File

@@ -12,6 +12,9 @@ class TransactionCurrency extends Model
{
use SoftDeletes;
protected $fillable = ['name', 'code', 'symbol'];
/**
* @return array
*/