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 36083c0 commit 7e69a02Copy full SHA for 7e69a02
src/Models/MockApiUrl.php
@@ -15,8 +15,8 @@
15
* @property string $url
16
*
17
* @method static updateOrCreate(string[] $array, array $array1)
18
- * @method static where(string $string, string $url): MockApiUrl
19
- * @method firstWhere(string $string, string $url): MockApiUrl
+ * @method static where(string $string, string $url)
+ * @method MockApiUrl firstWhere(string $string, string $url)
20
*/
21
class MockApiUrl extends Model
22
{
0 commit comments