Skip to content

Commit

Permalink
Add docblock to setting model
Browse files Browse the repository at this point in the history
  • Loading branch information
rawilk committed Sep 29, 2023
1 parent d0e800b commit 6308f6f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/Models/Setting.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@
use Rawilk\Settings\Contracts\Setting as SettingContract;
use Rawilk\Settings\Facades\Settings;

/**
* @property int $id
* @property string $key
* @property mixed $value
* @property int|string|null $team_id
*/
class Setting extends Model implements SettingContract
{
public $timestamps = false;
Expand Down

0 comments on commit 6308f6f

Please sign in to comment.