Fixed property annotations
This commit is contained in:
@@ -6,11 +6,11 @@ use ErrorException;
|
||||
use Illuminate\Database\Eloquent\Model;
|
||||
|
||||
/**
|
||||
* @property int $id
|
||||
* @property string $name
|
||||
* @property string $value
|
||||
* @property Carbon\Carbon $created_at
|
||||
* @property Carbon\Carbon $updated_at
|
||||
* @property int $id
|
||||
* @property string $name
|
||||
* @property string $value
|
||||
* @property \Carbon\Carbon $created_at
|
||||
* @property \Carbon\Carbon $updated_at
|
||||
*/
|
||||
class Setting extends Model
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user