invoiceninja/app/models/Country.php
Hillel Coren 6999a6501d bug fixes
2014-01-06 20:03:00 +02:00

6 lines
No EOL
79 B
PHP
Executable file

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