File: D:/HostingSpaces/farmfun/reserveren.farmfun.be/vendor/_laravel_idea/_ide_helper_macro_static.php
<?php //54bcd0b5b98d95469e9309695ef08d1c
/** @noinspection all */
namespace Illuminate\Database\Eloquent {
/**
* @method static $this onlyTrashed()
* @method static int restore()
* @method static void searchable($chunk = null)
* @method static void unsearchable($chunk = null)
* @method static $this withTrashed($withTrashed = true)
* @method static $this withoutTrashed()
*/
class Builder {}
}
namespace Illuminate\Http {
/**
* @method static string hasValidSignature($absolute = true)
* @method static array validate(array $rules, ...$params)
*/
class Request {}
}
namespace Illuminate\Support {
/**
* @method static void searchable()
* @method static void unsearchable()
*/
class Collection {}
}
namespace Laravel\Dusk {
/**
* @method static $this assertElementsCountIs(int $count, string $selector)
* @method static $this scrollToElement($elementSelector = null)
*/
class Browser {}
}
namespace Laravel\Scout {
/**
* @method static $this constrain($constraints)
*/
class Builder {}
}