1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-23 18:01:35 +02:00
invoiceninja/app/models/Country.php
Hillel Coren 6999a6501d bug fixes
2014-01-06 20:03:00 +02:00

6 lines
79 B
PHP
Executable File

<?php
class Country extends Eloquent
{
protected $visible = ['id', 'name'];
}