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