File: D:/HostingSpaces/SBogers10/rentman2019.komma.pro/vendor/_laravel_idea/_ide_helper_macro_static.php
<?php //f7e874707ee0877f0c3501955b2a9d3b
/** @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 void validate(array $rules, ...$params)
*/
class Request {}
}
namespace Illuminate\Support {
/**
* @method static void searchable()
* @method static void unsearchable()
*/
class Collection {}
}
namespace Laravel\Scout {
/**
* @method static $this constrain($constraints)
*/
class Builder {}
}