Commit 7994c9cd authored by Nicolas Widart's avatar Nicolas Widart

Adding some documentation

parent 4b9b670b
......@@ -24,6 +24,10 @@ class EloquentSettingRepository extends EloquentBaseRepository implements Settin
{
}
/**
* Return all settings, with the setting name as key
* @return array
*/
public function all()
{
$rawSettings = parent::all();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment