[WIP] Add some features, categories, articles

This commit is contained in:
Ludovic CANDELLIER
2020-04-27 00:37:20 +02:00
parent 516ec2232e
commit 07eccc337b
43 changed files with 1045 additions and 77 deletions

View File

@@ -22,7 +22,7 @@ class Species
public static function getOptions()
{
return Specie::get()->SortBy('name')->pluck('name','id')->toArray();
}
}
public static function getAll()
{