We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57aa2ee commit c961596Copy full SHA for c961596
src/Models/MockApiUrl.php
@@ -9,6 +9,7 @@
9
* @property int $status
10
* @property int $use
11
* @property string $url
12
+ *
13
* @method static updateOrCreate(string[] $array, array $array1)
14
*/
15
class MockApiUrl extends Model
src/Models/MockApiUrlHistory.php
* @property string $content_type
* @property string $data
* @method static create(array $array)
class MockApiUrlHistory extends Model
0 commit comments