Refactoring

This commit is contained in:
Peter Papp
2021-07-22 14:24:07 +02:00
parent 69eb8dacce
commit 093c9451ec
34 changed files with 214 additions and 120 deletions
+7
View File
@@ -6,6 +6,13 @@ use Illuminate\Database\Eloquent\Factories\HasFactory;
/**
* @method static whereName(string $string)
* @method static updateOrCreate(array $array, array $array1)
* @method static forceCreate(array $array)
* @method static where(string $string, mixed $get)
* @method static whereIn(string $string, string[] $columns)
* @method static create(string[] $array)
* @property string value
* @property string name
*/
class Setting extends Model
{