Static method hints for calls dispatched through __callStatic() to the underlying Builder (and its parent QueryBuilder). They let IDEs and static analysers type-check fluent chains such as User::where('active', true)->orderBy('id')->paginate(15).
User::where('active', true)->orderBy('id')->paginate(15)