Initial import
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
|
||||
namespace app\models\parsed;
|
||||
|
||||
|
||||
class SearchResultModel
|
||||
{
|
||||
public $id;
|
||||
public $url;
|
||||
public $text;
|
||||
public $type;
|
||||
}
|
||||
Reference in New Issue
Block a user