File: /var/www/console.fixgini.com/vendor/_laravel_ide/_model_helpers.php
<?php
namespace App\Models {
/**
* App\Models\Admin
*
* @property \Illuminate\Support\Carbon|null $updated_at
* @property \Illuminate\Support\Carbon|null $created_at
* @property string $password
* @property array $permissions
* @property enum('admin','superadmin','support','finance') $role
* @property enum('active','inactive') $status
* @property string $phone
* @property string $email
* @property string $lastname
* @property string $name
* @property int $id
* @method static \Illuminate\Database\Eloquent\Builder|Admin whereId($value)
* @method static \Illuminate\Database\Eloquent\Builder|Admin whereName($value)
* @method static \Illuminate\Database\Eloquent\Builder|Admin whereLastname($value)
* @method static \Illuminate\Database\Eloquent\Builder|Admin whereEmail($value)
* @method static \Illuminate\Database\Eloquent\Builder|Admin wherePhone($value)
* @method static \Illuminate\Database\Eloquent\Builder|Admin whereStatus($value)
* @method static \Illuminate\Database\Eloquent\Builder|Admin whereRole($value)
* @method static \Illuminate\Database\Eloquent\Builder|Admin wherePermissions($value)
* @method static \Illuminate\Database\Eloquent\Builder|Admin wherePassword($value)
* @method static \Illuminate\Database\Eloquent\Builder|Admin whereCreatedAt($value)
* @method static \Illuminate\Database\Eloquent\Builder|Admin whereUpdatedAt($value)
* @method static \Illuminate\Database\Eloquent\Builder|Admin newModelQuery()
* @method static \Illuminate\Database\Eloquent\Builder|Admin newQuery()
* @method static \Illuminate\Database\Eloquent\Builder|Admin query()
* @method static mixed select($columns)
* @method static mixed selectSub($query, $as)
* @method static mixed selectRaw($expression, array $bindings)
* @method static mixed fromSub($query, $as)
* @method static mixed fromRaw($expression, $bindings)
* @method static mixed addSelect($column)
* @method static mixed distinct()
* @method static mixed from($table, $as)
* @method static mixed useIndex($index)
* @method static mixed forceIndex($index)
* @method static mixed ignoreIndex($index)
* @method static mixed join($table, $first, $operator, $second, $type, $where)
* @method static mixed joinWhere($table, $first, $operator, $second, $type)
* @method static mixed joinSub($query, $as, $first, $operator, $second, $type, $where)
* @method static mixed joinLateral($query, string $as, string $type)
* @method static mixed leftJoinLateral($query, string $as)
* @method static mixed leftJoin($table, $first, $operator, $second)
* @method static mixed leftJoinWhere($table, $first, $operator, $second)
* @method static mixed leftJoinSub($query, $as, $first, $operator, $second)
* @method static mixed rightJoin($table, $first, $operator, $second)
* @method static mixed rightJoinWhere($table, $first, $operator, $second)
* @method static mixed rightJoinSub($query, $as, $first, $operator, $second)
* @method static mixed crossJoin($table, $first, $operator, $second)
* @method static mixed crossJoinSub($query, $as)
* @method static mixed mergeWheres($wheres, $bindings)
* @method static mixed where($column, $operator, $value, $boolean)
* @method static mixed prepareValueAndOperator($value, $operator, $useDefault)
* @method static mixed orWhere($column, $operator, $value)
* @method static mixed whereNot($column, $operator, $value, $boolean)
* @method static mixed orWhereNot($column, $operator, $value)
* @method static mixed whereColumn($first, $operator, $second, $boolean)
* @method static mixed orWhereColumn($first, $operator, $second)
* @method static mixed whereRaw($sql, $bindings, $boolean)
* @method static mixed orWhereRaw($sql, $bindings)
* @method static mixed whereLike($column, $value, $caseSensitive, $boolean, $not)
* @method static mixed orWhereLike($column, $value, $caseSensitive)
* @method static mixed whereNotLike($column, $value, $caseSensitive, $boolean)
* @method static mixed orWhereNotLike($column, $value, $caseSensitive)
* @method static mixed whereIn($column, $values, $boolean, $not)
* @method static mixed orWhereIn($column, $values)
* @method static mixed whereNotIn($column, $values, $boolean)
* @method static mixed orWhereNotIn($column, $values)
* @method static mixed whereIntegerInRaw($column, $values, $boolean, $not)
* @method static mixed orWhereIntegerInRaw($column, $values)
* @method static mixed whereIntegerNotInRaw($column, $values, $boolean)
* @method static mixed orWhereIntegerNotInRaw($column, $values)
* @method static mixed whereNull($columns, $boolean, $not)
* @method static mixed orWhereNull($column)
* @method static mixed whereNotNull($columns, $boolean)
* @method static mixed whereBetween($column, iterable $values, $boolean, $not)
* @method static mixed whereBetweenColumns($column, array $values, $boolean, $not)
* @method static mixed orWhereBetween($column, iterable $values)
* @method static mixed orWhereBetweenColumns($column, array $values)
* @method static mixed whereNotBetween($column, iterable $values, $boolean)
* @method static mixed whereNotBetweenColumns($column, array $values, $boolean)
* @method static mixed orWhereNotBetween($column, iterable $values)
* @method static mixed orWhereNotBetweenColumns($column, array $values)
* @method static mixed orWhereNotNull($column)
* @method static mixed whereDate($column, $operator, $value, $boolean)
* @method static mixed orWhereDate($column, $operator, $value)
* @method static mixed whereTime($column, $operator, $value, $boolean)
* @method static mixed orWhereTime($column, $operator, $value)
* @method static mixed whereDay($column, $operator, $value, $boolean)
* @method static mixed orWhereDay($column, $operator, $value)
* @method static mixed whereMonth($column, $operator, $value, $boolean)
* @method static mixed orWhereMonth($column, $operator, $value)
* @method static mixed whereYear($column, $operator, $value, $boolean)
* @method static mixed orWhereYear($column, $operator, $value)
* @method static mixed whereNested(Closure $callback, $boolean)
* @method static mixed forNestedWhere()
* @method static mixed addNestedWhereQuery($query, $boolean)
* @method static mixed whereExists($callback, $boolean, $not)
* @method static mixed orWhereExists($callback, $not)
* @method static mixed whereNotExists($callback, $boolean)
* @method static mixed orWhereNotExists($callback)
* @method static mixed addWhereExistsQuery(self $query, $boolean, $not)
* @method static mixed whereRowValues($columns, $operator, $values, $boolean)
* @method static mixed orWhereRowValues($columns, $operator, $values)
* @method static mixed whereJsonContains($column, $value, $boolean, $not)
* @method static mixed orWhereJsonContains($column, $value)
* @method static mixed whereJsonDoesntContain($column, $value, $boolean)
* @method static mixed orWhereJsonDoesntContain($column, $value)
* @method static mixed whereJsonOverlaps($column, $value, $boolean, $not)
* @method static mixed orWhereJsonOverlaps($column, $value)
* @method static mixed whereJsonDoesntOverlap($column, $value, $boolean)
* @method static mixed orWhereJsonDoesntOverlap($column, $value)
* @method static mixed whereJsonContainsKey($column, $boolean, $not)
* @method static mixed orWhereJsonContainsKey($column)
* @method static mixed whereJsonDoesntContainKey($column, $boolean)
* @method static mixed orWhereJsonDoesntContainKey($column)
* @method static mixed whereJsonLength($column, $operator, $value, $boolean)
* @method static mixed orWhereJsonLength($column, $operator, $value)
* @method static mixed dynamicWhere($method, $parameters)
* @method static mixed whereFullText($columns, $value, array $options, $boolean)
* @method static mixed orWhereFullText($columns, $value, array $options)
* @method static mixed whereAll($columns, $operator, $value, $boolean)
* @method static mixed orWhereAll($columns, $operator, $value)
* @method static mixed whereAny($columns, $operator, $value, $boolean)
* @method static mixed orWhereAny($columns, $operator, $value)
* @method static mixed whereNone($columns, $operator, $value, $boolean)
* @method static mixed orWhereNone($columns, $operator, $value)
* @method static mixed groupBy($groups)
* @method static mixed groupByRaw($sql, array $bindings)
* @method static mixed having($column, $operator, $value, $boolean)
* @method static mixed orHaving($column, $operator, $value)
* @method static mixed havingNested(Closure $callback, $boolean)
* @method static mixed addNestedHavingQuery($query, $boolean)
* @method static mixed havingNull($columns, $boolean, $not)
* @method static mixed orHavingNull($column)
* @method static mixed havingNotNull($columns, $boolean)
* @method static mixed orHavingNotNull($column)
* @method static mixed havingBetween($column, iterable $values, $boolean, $not)
* @method static mixed havingRaw($sql, array $bindings, $boolean)
* @method static mixed orHavingRaw($sql, array $bindings)
* @method static mixed orderBy($column, $direction)
* @method static mixed orderByDesc($column)
* @method static mixed latest($column)
* @method static mixed oldest($column)
* @method static mixed inRandomOrder($seed)
* @method static mixed orderByRaw($sql, $bindings)
* @method static mixed skip($value)
* @method static mixed offset($value)
* @method static mixed take($value)
* @method static mixed limit($value)
* @method static mixed groupLimit($value, $column)
* @method static mixed forPage($page, $perPage)
* @method static mixed forPageBeforeId($perPage, $lastId, $column)
* @method static mixed forPageAfterId($perPage, $lastId, $column)
* @method static mixed reorder($column, $direction)
* @method static mixed union($query, $all)
* @method static mixed unionAll($query)
* @method static mixed lock($value)
* @method static mixed lockForUpdate()
* @method static mixed sharedLock()
* @method static mixed beforeQuery(callable $callback)
* @method static mixed applyBeforeQueryCallbacks()
* @method static mixed afterQuery(Closure $callback)
* @method static mixed applyAfterQueryCallbacks($result)
* @method static mixed toSql()
* @method static mixed toRawSql()
* @method static mixed find($id, $columns)
* @method static mixed findOr($id, $columns, Closure $callback)
* @method static mixed value($column)
* @method static mixed rawValue(string $expression, array $bindings)
* @method static mixed soleValue($column)
* @method static mixed get($columns)
* @method static mixed paginate($perPage, $columns, $pageName, $page, $total)
* @method static mixed simplePaginate($perPage, $columns, $pageName, $page)
* @method static mixed cursorPaginate($perPage, $columns, $cursorName, $cursor)
* @method static mixed getCountForPagination($columns)
* @method static mixed cursor()
* @method static mixed pluck($column, $key)
* @method static mixed implode($column, $glue)
* @method static mixed exists()
* @method static mixed doesntExist()
* @method static mixed existsOr(Closure $callback)
* @method static mixed doesntExistOr(Closure $callback)
* @method static mixed count($columns)
* @method static mixed min($column)
* @method static mixed max($column)
* @method static mixed sum($column)
* @method static mixed avg($column)
* @method static mixed average($column)
* @method static mixed aggregate($function, $columns)
* @method static mixed numericAggregate($function, $columns)
* @method static mixed insert(array $values)
* @method static mixed insertOrIgnore(array $values)
* @method static mixed insertGetId(array $values, $sequence)
* @method static mixed insertUsing(array $columns, $query)
* @method static mixed insertOrIgnoreUsing(array $columns, $query)
* @method static mixed update(array $values)
* @method static mixed updateFrom(array $values)
* @method static mixed updateOrInsert(array $attributes, callable|array $values)
* @method static mixed upsert(array $values, $uniqueBy, $update)
* @method static mixed increment($column, $amount, array $extra)
* @method static mixed incrementEach(array $columns, array $extra)
* @method static mixed decrement($column, $amount, array $extra)
* @method static mixed decrementEach(array $columns, array $extra)
* @method static mixed delete($id)
* @method static mixed truncate()
* @method static mixed newQuery()
* @method static mixed getColumns()
* @method static mixed raw($value)
* @method static mixed getBindings()
* @method static mixed getRawBindings()
* @method static mixed setBindings(array $bindings, $type)
* @method static mixed addBinding($value, $type)
* @method static mixed castBinding($value)
* @method static mixed mergeBindings(self $query)
* @method static mixed cleanBindings(array $bindings)
* @method static mixed getConnection()
* @method static mixed getProcessor()
* @method static mixed getGrammar()
* @method static mixed useWritePdo()
* @method static mixed clone()
* @method static mixed cloneWithout(array $properties)
* @method static mixed cloneWithoutBindings(array $except)
* @method static mixed dump($args)
* @method static mixed dumpRawSql()
* @method static mixed dd()
* @method static mixed ddRawSql()
* @method static mixed chunk($count, callable $callback)
* @method static mixed chunkMap(callable $callback, $count)
* @method static mixed each(callable $callback, $count)
* @method static mixed chunkById($count, callable $callback, $column, $alias)
* @method static mixed chunkByIdDesc($count, callable $callback, $column, $alias)
* @method static mixed orderedChunkById($count, callable $callback, $column, $alias, $descending)
* @method static mixed eachById(callable $callback, $count, $column, $alias)
* @method static mixed lazy($chunkSize)
* @method static mixed lazyById($chunkSize, $column, $alias)
* @method static mixed lazyByIdDesc($chunkSize, $column, $alias)
* @method static mixed first($columns)
* @method static mixed firstOrFail($columns, $message)
* @method static mixed sole($columns)
* @method static mixed tap($callback)
* @method static mixed when($value, callable $callback, callable $default)
* @method static mixed unless($value, callable $callback, callable $default)
* @method static mixed explain()
* @method static mixed macro($name, $macro)
* @method static mixed mixin($mixin, $replace)
* @method static mixed hasMacro($name)
* @method static mixed flushMacros()
* @method static mixed macroCall($method, $parameters)
* @mixin \Illuminate\Database\Query\Builder
*/
class Admin extends \Illuminate\Database\Eloquent\Model
{
//
}
/**
* App\Models\BankDetail
*
* @property \Illuminate\Support\Carbon|null $updated_at
* @property \Illuminate\Support\Carbon|null $created_at
* @property string $account_name
* @property string $account_no
* @property string $bank_name
* @property int $user_id
* @property int $id
* @property-read \App\Models\User $user
* @method static \Illuminate\Database\Eloquent\Builder|BankDetail whereId($value)
* @method static \Illuminate\Database\Eloquent\Builder|BankDetail whereUserId($value)
* @method static \Illuminate\Database\Eloquent\Builder|BankDetail whereBankName($value)
* @method static \Illuminate\Database\Eloquent\Builder|BankDetail whereAccountNo($value)
* @method static \Illuminate\Database\Eloquent\Builder|BankDetail whereAccountName($value)
* @method static \Illuminate\Database\Eloquent\Builder|BankDetail whereCreatedAt($value)
* @method static \Illuminate\Database\Eloquent\Builder|BankDetail whereUpdatedAt($value)
* @method static \Illuminate\Database\Eloquent\Builder|BankDetail newModelQuery()
* @method static \Illuminate\Database\Eloquent\Builder|BankDetail newQuery()
* @method static \Illuminate\Database\Eloquent\Builder|BankDetail query()
* @method static mixed select($columns)
* @method static mixed selectSub($query, $as)
* @method static mixed selectRaw($expression, array $bindings)
* @method static mixed fromSub($query, $as)
* @method static mixed fromRaw($expression, $bindings)
* @method static mixed addSelect($column)
* @method static mixed distinct()
* @method static mixed from($table, $as)
* @method static mixed useIndex($index)
* @method static mixed forceIndex($index)
* @method static mixed ignoreIndex($index)
* @method static mixed join($table, $first, $operator, $second, $type, $where)
* @method static mixed joinWhere($table, $first, $operator, $second, $type)
* @method static mixed joinSub($query, $as, $first, $operator, $second, $type, $where)
* @method static mixed joinLateral($query, string $as, string $type)
* @method static mixed leftJoinLateral($query, string $as)
* @method static mixed leftJoin($table, $first, $operator, $second)
* @method static mixed leftJoinWhere($table, $first, $operator, $second)
* @method static mixed leftJoinSub($query, $as, $first, $operator, $second)
* @method static mixed rightJoin($table, $first, $operator, $second)
* @method static mixed rightJoinWhere($table, $first, $operator, $second)
* @method static mixed rightJoinSub($query, $as, $first, $operator, $second)
* @method static mixed crossJoin($table, $first, $operator, $second)
* @method static mixed crossJoinSub($query, $as)
* @method static mixed mergeWheres($wheres, $bindings)
* @method static mixed where($column, $operator, $value, $boolean)
* @method static mixed prepareValueAndOperator($value, $operator, $useDefault)
* @method static mixed orWhere($column, $operator, $value)
* @method static mixed whereNot($column, $operator, $value, $boolean)
* @method static mixed orWhereNot($column, $operator, $value)
* @method static mixed whereColumn($first, $operator, $second, $boolean)
* @method static mixed orWhereColumn($first, $operator, $second)
* @method static mixed whereRaw($sql, $bindings, $boolean)
* @method static mixed orWhereRaw($sql, $bindings)
* @method static mixed whereLike($column, $value, $caseSensitive, $boolean, $not)
* @method static mixed orWhereLike($column, $value, $caseSensitive)
* @method static mixed whereNotLike($column, $value, $caseSensitive, $boolean)
* @method static mixed orWhereNotLike($column, $value, $caseSensitive)
* @method static mixed whereIn($column, $values, $boolean, $not)
* @method static mixed orWhereIn($column, $values)
* @method static mixed whereNotIn($column, $values, $boolean)
* @method static mixed orWhereNotIn($column, $values)
* @method static mixed whereIntegerInRaw($column, $values, $boolean, $not)
* @method static mixed orWhereIntegerInRaw($column, $values)
* @method static mixed whereIntegerNotInRaw($column, $values, $boolean)
* @method static mixed orWhereIntegerNotInRaw($column, $values)
* @method static mixed whereNull($columns, $boolean, $not)
* @method static mixed orWhereNull($column)
* @method static mixed whereNotNull($columns, $boolean)
* @method static mixed whereBetween($column, iterable $values, $boolean, $not)
* @method static mixed whereBetweenColumns($column, array $values, $boolean, $not)
* @method static mixed orWhereBetween($column, iterable $values)
* @method static mixed orWhereBetweenColumns($column, array $values)
* @method static mixed whereNotBetween($column, iterable $values, $boolean)
* @method static mixed whereNotBetweenColumns($column, array $values, $boolean)
* @method static mixed orWhereNotBetween($column, iterable $values)
* @method static mixed orWhereNotBetweenColumns($column, array $values)
* @method static mixed orWhereNotNull($column)
* @method static mixed whereDate($column, $operator, $value, $boolean)
* @method static mixed orWhereDate($column, $operator, $value)
* @method static mixed whereTime($column, $operator, $value, $boolean)
* @method static mixed orWhereTime($column, $operator, $value)
* @method static mixed whereDay($column, $operator, $value, $boolean)
* @method static mixed orWhereDay($column, $operator, $value)
* @method static mixed whereMonth($column, $operator, $value, $boolean)
* @method static mixed orWhereMonth($column, $operator, $value)
* @method static mixed whereYear($column, $operator, $value, $boolean)
* @method static mixed orWhereYear($column, $operator, $value)
* @method static mixed whereNested(Closure $callback, $boolean)
* @method static mixed forNestedWhere()
* @method static mixed addNestedWhereQuery($query, $boolean)
* @method static mixed whereExists($callback, $boolean, $not)
* @method static mixed orWhereExists($callback, $not)
* @method static mixed whereNotExists($callback, $boolean)
* @method static mixed orWhereNotExists($callback)
* @method static mixed addWhereExistsQuery(self $query, $boolean, $not)
* @method static mixed whereRowValues($columns, $operator, $values, $boolean)
* @method static mixed orWhereRowValues($columns, $operator, $values)
* @method static mixed whereJsonContains($column, $value, $boolean, $not)
* @method static mixed orWhereJsonContains($column, $value)
* @method static mixed whereJsonDoesntContain($column, $value, $boolean)
* @method static mixed orWhereJsonDoesntContain($column, $value)
* @method static mixed whereJsonOverlaps($column, $value, $boolean, $not)
* @method static mixed orWhereJsonOverlaps($column, $value)
* @method static mixed whereJsonDoesntOverlap($column, $value, $boolean)
* @method static mixed orWhereJsonDoesntOverlap($column, $value)
* @method static mixed whereJsonContainsKey($column, $boolean, $not)
* @method static mixed orWhereJsonContainsKey($column)
* @method static mixed whereJsonDoesntContainKey($column, $boolean)
* @method static mixed orWhereJsonDoesntContainKey($column)
* @method static mixed whereJsonLength($column, $operator, $value, $boolean)
* @method static mixed orWhereJsonLength($column, $operator, $value)
* @method static mixed dynamicWhere($method, $parameters)
* @method static mixed whereFullText($columns, $value, array $options, $boolean)
* @method static mixed orWhereFullText($columns, $value, array $options)
* @method static mixed whereAll($columns, $operator, $value, $boolean)
* @method static mixed orWhereAll($columns, $operator, $value)
* @method static mixed whereAny($columns, $operator, $value, $boolean)
* @method static mixed orWhereAny($columns, $operator, $value)
* @method static mixed whereNone($columns, $operator, $value, $boolean)
* @method static mixed orWhereNone($columns, $operator, $value)
* @method static mixed groupBy($groups)
* @method static mixed groupByRaw($sql, array $bindings)
* @method static mixed having($column, $operator, $value, $boolean)
* @method static mixed orHaving($column, $operator, $value)
* @method static mixed havingNested(Closure $callback, $boolean)
* @method static mixed addNestedHavingQuery($query, $boolean)
* @method static mixed havingNull($columns, $boolean, $not)
* @method static mixed orHavingNull($column)
* @method static mixed havingNotNull($columns, $boolean)
* @method static mixed orHavingNotNull($column)
* @method static mixed havingBetween($column, iterable $values, $boolean, $not)
* @method static mixed havingRaw($sql, array $bindings, $boolean)
* @method static mixed orHavingRaw($sql, array $bindings)
* @method static mixed orderBy($column, $direction)
* @method static mixed orderByDesc($column)
* @method static mixed latest($column)
* @method static mixed oldest($column)
* @method static mixed inRandomOrder($seed)
* @method static mixed orderByRaw($sql, $bindings)
* @method static mixed skip($value)
* @method static mixed offset($value)
* @method static mixed take($value)
* @method static mixed limit($value)
* @method static mixed groupLimit($value, $column)
* @method static mixed forPage($page, $perPage)
* @method static mixed forPageBeforeId($perPage, $lastId, $column)
* @method static mixed forPageAfterId($perPage, $lastId, $column)
* @method static mixed reorder($column, $direction)
* @method static mixed union($query, $all)
* @method static mixed unionAll($query)
* @method static mixed lock($value)
* @method static mixed lockForUpdate()
* @method static mixed sharedLock()
* @method static mixed beforeQuery(callable $callback)
* @method static mixed applyBeforeQueryCallbacks()
* @method static mixed afterQuery(Closure $callback)
* @method static mixed applyAfterQueryCallbacks($result)
* @method static mixed toSql()
* @method static mixed toRawSql()
* @method static mixed find($id, $columns)
* @method static mixed findOr($id, $columns, Closure $callback)
* @method static mixed value($column)
* @method static mixed rawValue(string $expression, array $bindings)
* @method static mixed soleValue($column)
* @method static mixed get($columns)
* @method static mixed paginate($perPage, $columns, $pageName, $page, $total)
* @method static mixed simplePaginate($perPage, $columns, $pageName, $page)
* @method static mixed cursorPaginate($perPage, $columns, $cursorName, $cursor)
* @method static mixed getCountForPagination($columns)
* @method static mixed cursor()
* @method static mixed pluck($column, $key)
* @method static mixed implode($column, $glue)
* @method static mixed exists()
* @method static mixed doesntExist()
* @method static mixed existsOr(Closure $callback)
* @method static mixed doesntExistOr(Closure $callback)
* @method static mixed count($columns)
* @method static mixed min($column)
* @method static mixed max($column)
* @method static mixed sum($column)
* @method static mixed avg($column)
* @method static mixed average($column)
* @method static mixed aggregate($function, $columns)
* @method static mixed numericAggregate($function, $columns)
* @method static mixed insert(array $values)
* @method static mixed insertOrIgnore(array $values)
* @method static mixed insertGetId(array $values, $sequence)
* @method static mixed insertUsing(array $columns, $query)
* @method static mixed insertOrIgnoreUsing(array $columns, $query)
* @method static mixed update(array $values)
* @method static mixed updateFrom(array $values)
* @method static mixed updateOrInsert(array $attributes, callable|array $values)
* @method static mixed upsert(array $values, $uniqueBy, $update)
* @method static mixed increment($column, $amount, array $extra)
* @method static mixed incrementEach(array $columns, array $extra)
* @method static mixed decrement($column, $amount, array $extra)
* @method static mixed decrementEach(array $columns, array $extra)
* @method static mixed delete($id)
* @method static mixed truncate()
* @method static mixed newQuery()
* @method static mixed getColumns()
* @method static mixed raw($value)
* @method static mixed getBindings()
* @method static mixed getRawBindings()
* @method static mixed setBindings(array $bindings, $type)
* @method static mixed addBinding($value, $type)
* @method static mixed castBinding($value)
* @method static mixed mergeBindings(self $query)
* @method static mixed cleanBindings(array $bindings)
* @method static mixed getConnection()
* @method static mixed getProcessor()
* @method static mixed getGrammar()
* @method static mixed useWritePdo()
* @method static mixed clone()
* @method static mixed cloneWithout(array $properties)
* @method static mixed cloneWithoutBindings(array $except)
* @method static mixed dump($args)
* @method static mixed dumpRawSql()
* @method static mixed dd()
* @method static mixed ddRawSql()
* @method static mixed chunk($count, callable $callback)
* @method static mixed chunkMap(callable $callback, $count)
* @method static mixed each(callable $callback, $count)
* @method static mixed chunkById($count, callable $callback, $column, $alias)
* @method static mixed chunkByIdDesc($count, callable $callback, $column, $alias)
* @method static mixed orderedChunkById($count, callable $callback, $column, $alias, $descending)
* @method static mixed eachById(callable $callback, $count, $column, $alias)
* @method static mixed lazy($chunkSize)
* @method static mixed lazyById($chunkSize, $column, $alias)
* @method static mixed lazyByIdDesc($chunkSize, $column, $alias)
* @method static mixed first($columns)
* @method static mixed firstOrFail($columns, $message)
* @method static mixed sole($columns)
* @method static mixed tap($callback)
* @method static mixed when($value, callable $callback, callable $default)
* @method static mixed unless($value, callable $callback, callable $default)
* @method static mixed explain()
* @method static mixed macro($name, $macro)
* @method static mixed mixin($mixin, $replace)
* @method static mixed hasMacro($name)
* @method static mixed flushMacros()
* @method static mixed macroCall($method, $parameters)
* @mixin \Illuminate\Database\Query\Builder
*/
class BankDetail extends \Illuminate\Database\Eloquent\Model
{
//
}
/**
* App\Models\BookingForm
*
* @property string|null $service_provider_id
* @property \Illuminate\Support\Carbon|null $updated_at
* @property \Illuminate\Support\Carbon|null $created_at
* @property enum('pending','ongoing','completed') $status
* @property \Illuminate\Support\Carbon|null $end_time
* @property \Illuminate\Support\Carbon $start_time
* @property decimal(10,2) $agreed_amount
* @property decimal(10,2) $gig_price
* @property int $customer_id
* @property int $gig_id
* @property int $id
* @property-read \App\Models\User $customer
* @property-read \App\Models\User $provider
* @property-read \App\Models\Gig $gig
* @method static \Illuminate\Database\Eloquent\Builder|BookingForm whereId($value)
* @method static \Illuminate\Database\Eloquent\Builder|BookingForm whereGigId($value)
* @method static \Illuminate\Database\Eloquent\Builder|BookingForm whereCustomerId($value)
* @method static \Illuminate\Database\Eloquent\Builder|BookingForm whereGigPrice($value)
* @method static \Illuminate\Database\Eloquent\Builder|BookingForm whereAgreedAmount($value)
* @method static \Illuminate\Database\Eloquent\Builder|BookingForm whereStartTime($value)
* @method static \Illuminate\Database\Eloquent\Builder|BookingForm whereEndTime($value)
* @method static \Illuminate\Database\Eloquent\Builder|BookingForm whereStatus($value)
* @method static \Illuminate\Database\Eloquent\Builder|BookingForm whereCreatedAt($value)
* @method static \Illuminate\Database\Eloquent\Builder|BookingForm whereUpdatedAt($value)
* @method static \Illuminate\Database\Eloquent\Builder|BookingForm whereServiceProviderId($value)
* @method static \Illuminate\Database\Eloquent\Builder|BookingForm newModelQuery()
* @method static \Illuminate\Database\Eloquent\Builder|BookingForm newQuery()
* @method static \Illuminate\Database\Eloquent\Builder|BookingForm query()
* @method static mixed select($columns)
* @method static mixed selectSub($query, $as)
* @method static mixed selectRaw($expression, array $bindings)
* @method static mixed fromSub($query, $as)
* @method static mixed fromRaw($expression, $bindings)
* @method static mixed addSelect($column)
* @method static mixed distinct()
* @method static mixed from($table, $as)
* @method static mixed useIndex($index)
* @method static mixed forceIndex($index)
* @method static mixed ignoreIndex($index)
* @method static mixed join($table, $first, $operator, $second, $type, $where)
* @method static mixed joinWhere($table, $first, $operator, $second, $type)
* @method static mixed joinSub($query, $as, $first, $operator, $second, $type, $where)
* @method static mixed joinLateral($query, string $as, string $type)
* @method static mixed leftJoinLateral($query, string $as)
* @method static mixed leftJoin($table, $first, $operator, $second)
* @method static mixed leftJoinWhere($table, $first, $operator, $second)
* @method static mixed leftJoinSub($query, $as, $first, $operator, $second)
* @method static mixed rightJoin($table, $first, $operator, $second)
* @method static mixed rightJoinWhere($table, $first, $operator, $second)
* @method static mixed rightJoinSub($query, $as, $first, $operator, $second)
* @method static mixed crossJoin($table, $first, $operator, $second)
* @method static mixed crossJoinSub($query, $as)
* @method static mixed mergeWheres($wheres, $bindings)
* @method static mixed where($column, $operator, $value, $boolean)
* @method static mixed prepareValueAndOperator($value, $operator, $useDefault)
* @method static mixed orWhere($column, $operator, $value)
* @method static mixed whereNot($column, $operator, $value, $boolean)
* @method static mixed orWhereNot($column, $operator, $value)
* @method static mixed whereColumn($first, $operator, $second, $boolean)
* @method static mixed orWhereColumn($first, $operator, $second)
* @method static mixed whereRaw($sql, $bindings, $boolean)
* @method static mixed orWhereRaw($sql, $bindings)
* @method static mixed whereLike($column, $value, $caseSensitive, $boolean, $not)
* @method static mixed orWhereLike($column, $value, $caseSensitive)
* @method static mixed whereNotLike($column, $value, $caseSensitive, $boolean)
* @method static mixed orWhereNotLike($column, $value, $caseSensitive)
* @method static mixed whereIn($column, $values, $boolean, $not)
* @method static mixed orWhereIn($column, $values)
* @method static mixed whereNotIn($column, $values, $boolean)
* @method static mixed orWhereNotIn($column, $values)
* @method static mixed whereIntegerInRaw($column, $values, $boolean, $not)
* @method static mixed orWhereIntegerInRaw($column, $values)
* @method static mixed whereIntegerNotInRaw($column, $values, $boolean)
* @method static mixed orWhereIntegerNotInRaw($column, $values)
* @method static mixed whereNull($columns, $boolean, $not)
* @method static mixed orWhereNull($column)
* @method static mixed whereNotNull($columns, $boolean)
* @method static mixed whereBetween($column, iterable $values, $boolean, $not)
* @method static mixed whereBetweenColumns($column, array $values, $boolean, $not)
* @method static mixed orWhereBetween($column, iterable $values)
* @method static mixed orWhereBetweenColumns($column, array $values)
* @method static mixed whereNotBetween($column, iterable $values, $boolean)
* @method static mixed whereNotBetweenColumns($column, array $values, $boolean)
* @method static mixed orWhereNotBetween($column, iterable $values)
* @method static mixed orWhereNotBetweenColumns($column, array $values)
* @method static mixed orWhereNotNull($column)
* @method static mixed whereDate($column, $operator, $value, $boolean)
* @method static mixed orWhereDate($column, $operator, $value)
* @method static mixed whereTime($column, $operator, $value, $boolean)
* @method static mixed orWhereTime($column, $operator, $value)
* @method static mixed whereDay($column, $operator, $value, $boolean)
* @method static mixed orWhereDay($column, $operator, $value)
* @method static mixed whereMonth($column, $operator, $value, $boolean)
* @method static mixed orWhereMonth($column, $operator, $value)
* @method static mixed whereYear($column, $operator, $value, $boolean)
* @method static mixed orWhereYear($column, $operator, $value)
* @method static mixed whereNested(Closure $callback, $boolean)
* @method static mixed forNestedWhere()
* @method static mixed addNestedWhereQuery($query, $boolean)
* @method static mixed whereExists($callback, $boolean, $not)
* @method static mixed orWhereExists($callback, $not)
* @method static mixed whereNotExists($callback, $boolean)
* @method static mixed orWhereNotExists($callback)
* @method static mixed addWhereExistsQuery(self $query, $boolean, $not)
* @method static mixed whereRowValues($columns, $operator, $values, $boolean)
* @method static mixed orWhereRowValues($columns, $operator, $values)
* @method static mixed whereJsonContains($column, $value, $boolean, $not)
* @method static mixed orWhereJsonContains($column, $value)
* @method static mixed whereJsonDoesntContain($column, $value, $boolean)
* @method static mixed orWhereJsonDoesntContain($column, $value)
* @method static mixed whereJsonOverlaps($column, $value, $boolean, $not)
* @method static mixed orWhereJsonOverlaps($column, $value)
* @method static mixed whereJsonDoesntOverlap($column, $value, $boolean)
* @method static mixed orWhereJsonDoesntOverlap($column, $value)
* @method static mixed whereJsonContainsKey($column, $boolean, $not)
* @method static mixed orWhereJsonContainsKey($column)
* @method static mixed whereJsonDoesntContainKey($column, $boolean)
* @method static mixed orWhereJsonDoesntContainKey($column)
* @method static mixed whereJsonLength($column, $operator, $value, $boolean)
* @method static mixed orWhereJsonLength($column, $operator, $value)
* @method static mixed dynamicWhere($method, $parameters)
* @method static mixed whereFullText($columns, $value, array $options, $boolean)
* @method static mixed orWhereFullText($columns, $value, array $options)
* @method static mixed whereAll($columns, $operator, $value, $boolean)
* @method static mixed orWhereAll($columns, $operator, $value)
* @method static mixed whereAny($columns, $operator, $value, $boolean)
* @method static mixed orWhereAny($columns, $operator, $value)
* @method static mixed whereNone($columns, $operator, $value, $boolean)
* @method static mixed orWhereNone($columns, $operator, $value)
* @method static mixed groupBy($groups)
* @method static mixed groupByRaw($sql, array $bindings)
* @method static mixed having($column, $operator, $value, $boolean)
* @method static mixed orHaving($column, $operator, $value)
* @method static mixed havingNested(Closure $callback, $boolean)
* @method static mixed addNestedHavingQuery($query, $boolean)
* @method static mixed havingNull($columns, $boolean, $not)
* @method static mixed orHavingNull($column)
* @method static mixed havingNotNull($columns, $boolean)
* @method static mixed orHavingNotNull($column)
* @method static mixed havingBetween($column, iterable $values, $boolean, $not)
* @method static mixed havingRaw($sql, array $bindings, $boolean)
* @method static mixed orHavingRaw($sql, array $bindings)
* @method static mixed orderBy($column, $direction)
* @method static mixed orderByDesc($column)
* @method static mixed latest($column)
* @method static mixed oldest($column)
* @method static mixed inRandomOrder($seed)
* @method static mixed orderByRaw($sql, $bindings)
* @method static mixed skip($value)
* @method static mixed offset($value)
* @method static mixed take($value)
* @method static mixed limit($value)
* @method static mixed groupLimit($value, $column)
* @method static mixed forPage($page, $perPage)
* @method static mixed forPageBeforeId($perPage, $lastId, $column)
* @method static mixed forPageAfterId($perPage, $lastId, $column)
* @method static mixed reorder($column, $direction)
* @method static mixed union($query, $all)
* @method static mixed unionAll($query)
* @method static mixed lock($value)
* @method static mixed lockForUpdate()
* @method static mixed sharedLock()
* @method static mixed beforeQuery(callable $callback)
* @method static mixed applyBeforeQueryCallbacks()
* @method static mixed afterQuery(Closure $callback)
* @method static mixed applyAfterQueryCallbacks($result)
* @method static mixed toSql()
* @method static mixed toRawSql()
* @method static mixed find($id, $columns)
* @method static mixed findOr($id, $columns, Closure $callback)
* @method static mixed value($column)
* @method static mixed rawValue(string $expression, array $bindings)
* @method static mixed soleValue($column)
* @method static mixed get($columns)
* @method static mixed paginate($perPage, $columns, $pageName, $page, $total)
* @method static mixed simplePaginate($perPage, $columns, $pageName, $page)
* @method static mixed cursorPaginate($perPage, $columns, $cursorName, $cursor)
* @method static mixed getCountForPagination($columns)
* @method static mixed cursor()
* @method static mixed pluck($column, $key)
* @method static mixed implode($column, $glue)
* @method static mixed exists()
* @method static mixed doesntExist()
* @method static mixed existsOr(Closure $callback)
* @method static mixed doesntExistOr(Closure $callback)
* @method static mixed count($columns)
* @method static mixed min($column)
* @method static mixed max($column)
* @method static mixed sum($column)
* @method static mixed avg($column)
* @method static mixed average($column)
* @method static mixed aggregate($function, $columns)
* @method static mixed numericAggregate($function, $columns)
* @method static mixed insert(array $values)
* @method static mixed insertOrIgnore(array $values)
* @method static mixed insertGetId(array $values, $sequence)
* @method static mixed insertUsing(array $columns, $query)
* @method static mixed insertOrIgnoreUsing(array $columns, $query)
* @method static mixed update(array $values)
* @method static mixed updateFrom(array $values)
* @method static mixed updateOrInsert(array $attributes, callable|array $values)
* @method static mixed upsert(array $values, $uniqueBy, $update)
* @method static mixed increment($column, $amount, array $extra)
* @method static mixed incrementEach(array $columns, array $extra)
* @method static mixed decrement($column, $amount, array $extra)
* @method static mixed decrementEach(array $columns, array $extra)
* @method static mixed delete($id)
* @method static mixed truncate()
* @method static mixed newQuery()
* @method static mixed getColumns()
* @method static mixed raw($value)
* @method static mixed getBindings()
* @method static mixed getRawBindings()
* @method static mixed setBindings(array $bindings, $type)
* @method static mixed addBinding($value, $type)
* @method static mixed castBinding($value)
* @method static mixed mergeBindings(self $query)
* @method static mixed cleanBindings(array $bindings)
* @method static mixed getConnection()
* @method static mixed getProcessor()
* @method static mixed getGrammar()
* @method static mixed useWritePdo()
* @method static mixed clone()
* @method static mixed cloneWithout(array $properties)
* @method static mixed cloneWithoutBindings(array $except)
* @method static mixed dump($args)
* @method static mixed dumpRawSql()
* @method static mixed dd()
* @method static mixed ddRawSql()
* @method static mixed chunk($count, callable $callback)
* @method static mixed chunkMap(callable $callback, $count)
* @method static mixed each(callable $callback, $count)
* @method static mixed chunkById($count, callable $callback, $column, $alias)
* @method static mixed chunkByIdDesc($count, callable $callback, $column, $alias)
* @method static mixed orderedChunkById($count, callable $callback, $column, $alias, $descending)
* @method static mixed eachById(callable $callback, $count, $column, $alias)
* @method static mixed lazy($chunkSize)
* @method static mixed lazyById($chunkSize, $column, $alias)
* @method static mixed lazyByIdDesc($chunkSize, $column, $alias)
* @method static mixed first($columns)
* @method static mixed firstOrFail($columns, $message)
* @method static mixed sole($columns)
* @method static mixed tap($callback)
* @method static mixed when($value, callable $callback, callable $default)
* @method static mixed unless($value, callable $callback, callable $default)
* @method static mixed explain()
* @method static mixed macro($name, $macro)
* @method static mixed mixin($mixin, $replace)
* @method static mixed hasMacro($name)
* @method static mixed flushMacros()
* @method static mixed macroCall($method, $parameters)
* @mixin \Illuminate\Database\Query\Builder
*/
class BookingForm extends \Illuminate\Database\Eloquent\Model
{
//
}
/**
* App\Models\BookingPayment
*
* @property \Illuminate\Support\Carbon|null $updated_at
* @property \Illuminate\Support\Carbon|null $created_at
* @property enum('pending','completed','failed') $payment_status
* @property decimal(10,2) $amount
* @property string $tx_ref
* @property int $customer_id
* @property int $booking_id
* @property int $id
* @property-read \App\Models\BookingForm $booking
* @property-read \App\Models\User $customer
* @method static \Illuminate\Database\Eloquent\Builder|BookingPayment whereId($value)
* @method static \Illuminate\Database\Eloquent\Builder|BookingPayment whereBookingId($value)
* @method static \Illuminate\Database\Eloquent\Builder|BookingPayment whereCustomerId($value)
* @method static \Illuminate\Database\Eloquent\Builder|BookingPayment whereTxRef($value)
* @method static \Illuminate\Database\Eloquent\Builder|BookingPayment whereAmount($value)
* @method static \Illuminate\Database\Eloquent\Builder|BookingPayment wherePaymentStatus($value)
* @method static \Illuminate\Database\Eloquent\Builder|BookingPayment whereCreatedAt($value)
* @method static \Illuminate\Database\Eloquent\Builder|BookingPayment whereUpdatedAt($value)
* @method static \Illuminate\Database\Eloquent\Builder|BookingPayment newModelQuery()
* @method static \Illuminate\Database\Eloquent\Builder|BookingPayment newQuery()
* @method static \Illuminate\Database\Eloquent\Builder|BookingPayment query()
* @method static mixed select($columns)
* @method static mixed selectSub($query, $as)
* @method static mixed selectRaw($expression, array $bindings)
* @method static mixed fromSub($query, $as)
* @method static mixed fromRaw($expression, $bindings)
* @method static mixed addSelect($column)
* @method static mixed distinct()
* @method static mixed from($table, $as)
* @method static mixed useIndex($index)
* @method static mixed forceIndex($index)
* @method static mixed ignoreIndex($index)
* @method static mixed join($table, $first, $operator, $second, $type, $where)
* @method static mixed joinWhere($table, $first, $operator, $second, $type)
* @method static mixed joinSub($query, $as, $first, $operator, $second, $type, $where)
* @method static mixed joinLateral($query, string $as, string $type)
* @method static mixed leftJoinLateral($query, string $as)
* @method static mixed leftJoin($table, $first, $operator, $second)
* @method static mixed leftJoinWhere($table, $first, $operator, $second)
* @method static mixed leftJoinSub($query, $as, $first, $operator, $second)
* @method static mixed rightJoin($table, $first, $operator, $second)
* @method static mixed rightJoinWhere($table, $first, $operator, $second)
* @method static mixed rightJoinSub($query, $as, $first, $operator, $second)
* @method static mixed crossJoin($table, $first, $operator, $second)
* @method static mixed crossJoinSub($query, $as)
* @method static mixed mergeWheres($wheres, $bindings)
* @method static mixed where($column, $operator, $value, $boolean)
* @method static mixed prepareValueAndOperator($value, $operator, $useDefault)
* @method static mixed orWhere($column, $operator, $value)
* @method static mixed whereNot($column, $operator, $value, $boolean)
* @method static mixed orWhereNot($column, $operator, $value)
* @method static mixed whereColumn($first, $operator, $second, $boolean)
* @method static mixed orWhereColumn($first, $operator, $second)
* @method static mixed whereRaw($sql, $bindings, $boolean)
* @method static mixed orWhereRaw($sql, $bindings)
* @method static mixed whereLike($column, $value, $caseSensitive, $boolean, $not)
* @method static mixed orWhereLike($column, $value, $caseSensitive)
* @method static mixed whereNotLike($column, $value, $caseSensitive, $boolean)
* @method static mixed orWhereNotLike($column, $value, $caseSensitive)
* @method static mixed whereIn($column, $values, $boolean, $not)
* @method static mixed orWhereIn($column, $values)
* @method static mixed whereNotIn($column, $values, $boolean)
* @method static mixed orWhereNotIn($column, $values)
* @method static mixed whereIntegerInRaw($column, $values, $boolean, $not)
* @method static mixed orWhereIntegerInRaw($column, $values)
* @method static mixed whereIntegerNotInRaw($column, $values, $boolean)
* @method static mixed orWhereIntegerNotInRaw($column, $values)
* @method static mixed whereNull($columns, $boolean, $not)
* @method static mixed orWhereNull($column)
* @method static mixed whereNotNull($columns, $boolean)
* @method static mixed whereBetween($column, iterable $values, $boolean, $not)
* @method static mixed whereBetweenColumns($column, array $values, $boolean, $not)
* @method static mixed orWhereBetween($column, iterable $values)
* @method static mixed orWhereBetweenColumns($column, array $values)
* @method static mixed whereNotBetween($column, iterable $values, $boolean)
* @method static mixed whereNotBetweenColumns($column, array $values, $boolean)
* @method static mixed orWhereNotBetween($column, iterable $values)
* @method static mixed orWhereNotBetweenColumns($column, array $values)
* @method static mixed orWhereNotNull($column)
* @method static mixed whereDate($column, $operator, $value, $boolean)
* @method static mixed orWhereDate($column, $operator, $value)
* @method static mixed whereTime($column, $operator, $value, $boolean)
* @method static mixed orWhereTime($column, $operator, $value)
* @method static mixed whereDay($column, $operator, $value, $boolean)
* @method static mixed orWhereDay($column, $operator, $value)
* @method static mixed whereMonth($column, $operator, $value, $boolean)
* @method static mixed orWhereMonth($column, $operator, $value)
* @method static mixed whereYear($column, $operator, $value, $boolean)
* @method static mixed orWhereYear($column, $operator, $value)
* @method static mixed whereNested(Closure $callback, $boolean)
* @method static mixed forNestedWhere()
* @method static mixed addNestedWhereQuery($query, $boolean)
* @method static mixed whereExists($callback, $boolean, $not)
* @method static mixed orWhereExists($callback, $not)
* @method static mixed whereNotExists($callback, $boolean)
* @method static mixed orWhereNotExists($callback)
* @method static mixed addWhereExistsQuery(self $query, $boolean, $not)
* @method static mixed whereRowValues($columns, $operator, $values, $boolean)
* @method static mixed orWhereRowValues($columns, $operator, $values)
* @method static mixed whereJsonContains($column, $value, $boolean, $not)
* @method static mixed orWhereJsonContains($column, $value)
* @method static mixed whereJsonDoesntContain($column, $value, $boolean)
* @method static mixed orWhereJsonDoesntContain($column, $value)
* @method static mixed whereJsonOverlaps($column, $value, $boolean, $not)
* @method static mixed orWhereJsonOverlaps($column, $value)
* @method static mixed whereJsonDoesntOverlap($column, $value, $boolean)
* @method static mixed orWhereJsonDoesntOverlap($column, $value)
* @method static mixed whereJsonContainsKey($column, $boolean, $not)
* @method static mixed orWhereJsonContainsKey($column)
* @method static mixed whereJsonDoesntContainKey($column, $boolean)
* @method static mixed orWhereJsonDoesntContainKey($column)
* @method static mixed whereJsonLength($column, $operator, $value, $boolean)
* @method static mixed orWhereJsonLength($column, $operator, $value)
* @method static mixed dynamicWhere($method, $parameters)
* @method static mixed whereFullText($columns, $value, array $options, $boolean)
* @method static mixed orWhereFullText($columns, $value, array $options)
* @method static mixed whereAll($columns, $operator, $value, $boolean)
* @method static mixed orWhereAll($columns, $operator, $value)
* @method static mixed whereAny($columns, $operator, $value, $boolean)
* @method static mixed orWhereAny($columns, $operator, $value)
* @method static mixed whereNone($columns, $operator, $value, $boolean)
* @method static mixed orWhereNone($columns, $operator, $value)
* @method static mixed groupBy($groups)
* @method static mixed groupByRaw($sql, array $bindings)
* @method static mixed having($column, $operator, $value, $boolean)
* @method static mixed orHaving($column, $operator, $value)
* @method static mixed havingNested(Closure $callback, $boolean)
* @method static mixed addNestedHavingQuery($query, $boolean)
* @method static mixed havingNull($columns, $boolean, $not)
* @method static mixed orHavingNull($column)
* @method static mixed havingNotNull($columns, $boolean)
* @method static mixed orHavingNotNull($column)
* @method static mixed havingBetween($column, iterable $values, $boolean, $not)
* @method static mixed havingRaw($sql, array $bindings, $boolean)
* @method static mixed orHavingRaw($sql, array $bindings)
* @method static mixed orderBy($column, $direction)
* @method static mixed orderByDesc($column)
* @method static mixed latest($column)
* @method static mixed oldest($column)
* @method static mixed inRandomOrder($seed)
* @method static mixed orderByRaw($sql, $bindings)
* @method static mixed skip($value)
* @method static mixed offset($value)
* @method static mixed take($value)
* @method static mixed limit($value)
* @method static mixed groupLimit($value, $column)
* @method static mixed forPage($page, $perPage)
* @method static mixed forPageBeforeId($perPage, $lastId, $column)
* @method static mixed forPageAfterId($perPage, $lastId, $column)
* @method static mixed reorder($column, $direction)
* @method static mixed union($query, $all)
* @method static mixed unionAll($query)
* @method static mixed lock($value)
* @method static mixed lockForUpdate()
* @method static mixed sharedLock()
* @method static mixed beforeQuery(callable $callback)
* @method static mixed applyBeforeQueryCallbacks()
* @method static mixed afterQuery(Closure $callback)
* @method static mixed applyAfterQueryCallbacks($result)
* @method static mixed toSql()
* @method static mixed toRawSql()
* @method static mixed find($id, $columns)
* @method static mixed findOr($id, $columns, Closure $callback)
* @method static mixed value($column)
* @method static mixed rawValue(string $expression, array $bindings)
* @method static mixed soleValue($column)
* @method static mixed get($columns)
* @method static mixed paginate($perPage, $columns, $pageName, $page, $total)
* @method static mixed simplePaginate($perPage, $columns, $pageName, $page)
* @method static mixed cursorPaginate($perPage, $columns, $cursorName, $cursor)
* @method static mixed getCountForPagination($columns)
* @method static mixed cursor()
* @method static mixed pluck($column, $key)
* @method static mixed implode($column, $glue)
* @method static mixed exists()
* @method static mixed doesntExist()
* @method static mixed existsOr(Closure $callback)
* @method static mixed doesntExistOr(Closure $callback)
* @method static mixed count($columns)
* @method static mixed min($column)
* @method static mixed max($column)
* @method static mixed sum($column)
* @method static mixed avg($column)
* @method static mixed average($column)
* @method static mixed aggregate($function, $columns)
* @method static mixed numericAggregate($function, $columns)
* @method static mixed insert(array $values)
* @method static mixed insertOrIgnore(array $values)
* @method static mixed insertGetId(array $values, $sequence)
* @method static mixed insertUsing(array $columns, $query)
* @method static mixed insertOrIgnoreUsing(array $columns, $query)
* @method static mixed update(array $values)
* @method static mixed updateFrom(array $values)
* @method static mixed updateOrInsert(array $attributes, callable|array $values)
* @method static mixed upsert(array $values, $uniqueBy, $update)
* @method static mixed increment($column, $amount, array $extra)
* @method static mixed incrementEach(array $columns, array $extra)
* @method static mixed decrement($column, $amount, array $extra)
* @method static mixed decrementEach(array $columns, array $extra)
* @method static mixed delete($id)
* @method static mixed truncate()
* @method static mixed newQuery()
* @method static mixed getColumns()
* @method static mixed raw($value)
* @method static mixed getBindings()
* @method static mixed getRawBindings()
* @method static mixed setBindings(array $bindings, $type)
* @method static mixed addBinding($value, $type)
* @method static mixed castBinding($value)
* @method static mixed mergeBindings(self $query)
* @method static mixed cleanBindings(array $bindings)
* @method static mixed getConnection()
* @method static mixed getProcessor()
* @method static mixed getGrammar()
* @method static mixed useWritePdo()
* @method static mixed clone()
* @method static mixed cloneWithout(array $properties)
* @method static mixed cloneWithoutBindings(array $except)
* @method static mixed dump($args)
* @method static mixed dumpRawSql()
* @method static mixed dd()
* @method static mixed ddRawSql()
* @method static mixed chunk($count, callable $callback)
* @method static mixed chunkMap(callable $callback, $count)
* @method static mixed each(callable $callback, $count)
* @method static mixed chunkById($count, callable $callback, $column, $alias)
* @method static mixed chunkByIdDesc($count, callable $callback, $column, $alias)
* @method static mixed orderedChunkById($count, callable $callback, $column, $alias, $descending)
* @method static mixed eachById(callable $callback, $count, $column, $alias)
* @method static mixed lazy($chunkSize)
* @method static mixed lazyById($chunkSize, $column, $alias)
* @method static mixed lazyByIdDesc($chunkSize, $column, $alias)
* @method static mixed first($columns)
* @method static mixed firstOrFail($columns, $message)
* @method static mixed sole($columns)
* @method static mixed tap($callback)
* @method static mixed when($value, callable $callback, callable $default)
* @method static mixed unless($value, callable $callback, callable $default)
* @method static mixed explain()
* @method static mixed macro($name, $macro)
* @method static mixed mixin($mixin, $replace)
* @method static mixed hasMacro($name)
* @method static mixed flushMacros()
* @method static mixed macroCall($method, $parameters)
* @mixin \Illuminate\Database\Query\Builder
*/
class BookingPayment extends \Illuminate\Database\Eloquent\Model
{
//
}
/**
* App\Models\Category
*
* @property string|null $thumbnail_public_id
* @property string|null $thumbnail
* @property \Illuminate\Support\Carbon|null $updated_at
* @property \Illuminate\Support\Carbon|null $created_at
* @property enum('active','inactive') $status
* @property string|null $icon_public_id
* @property string|null $icon_url
* @property string|null $description
* @property int|null $parent_id
* @property string $slug
* @property string $name
* @property char(36) $uuid
* @property int $id
* @property-read \Illuminate\Database\Eloquent\Collection<int, \App\Models\Category> $children
* @property-read int|null $children_count
* @property-read \App\Models\Category $parent
* @property-read \Illuminate\Database\Eloquent\Collection<int, \App\Models\Gig> $gigs
* @property-read int|null $gigs_count
* @method static \Illuminate\Database\Eloquent\Builder|Category whereId($value)
* @method static \Illuminate\Database\Eloquent\Builder|Category whereUuid($value)
* @method static \Illuminate\Database\Eloquent\Builder|Category whereName($value)
* @method static \Illuminate\Database\Eloquent\Builder|Category whereSlug($value)
* @method static \Illuminate\Database\Eloquent\Builder|Category whereParentId($value)
* @method static \Illuminate\Database\Eloquent\Builder|Category whereDescription($value)
* @method static \Illuminate\Database\Eloquent\Builder|Category whereIconUrl($value)
* @method static \Illuminate\Database\Eloquent\Builder|Category whereIconPublicId($value)
* @method static \Illuminate\Database\Eloquent\Builder|Category whereStatus($value)
* @method static \Illuminate\Database\Eloquent\Builder|Category whereCreatedAt($value)
* @method static \Illuminate\Database\Eloquent\Builder|Category whereUpdatedAt($value)
* @method static \Illuminate\Database\Eloquent\Builder|Category whereThumbnail($value)
* @method static \Illuminate\Database\Eloquent\Builder|Category whereThumbnailPublicId($value)
* @method static \Illuminate\Database\Eloquent\Builder|Category newModelQuery()
* @method static \Illuminate\Database\Eloquent\Builder|Category newQuery()
* @method static \Illuminate\Database\Eloquent\Builder|Category query()
* @method static mixed select($columns)
* @method static mixed selectSub($query, $as)
* @method static mixed selectRaw($expression, array $bindings)
* @method static mixed fromSub($query, $as)
* @method static mixed fromRaw($expression, $bindings)
* @method static mixed addSelect($column)
* @method static mixed distinct()
* @method static mixed from($table, $as)
* @method static mixed useIndex($index)
* @method static mixed forceIndex($index)
* @method static mixed ignoreIndex($index)
* @method static mixed join($table, $first, $operator, $second, $type, $where)
* @method static mixed joinWhere($table, $first, $operator, $second, $type)
* @method static mixed joinSub($query, $as, $first, $operator, $second, $type, $where)
* @method static mixed joinLateral($query, string $as, string $type)
* @method static mixed leftJoinLateral($query, string $as)
* @method static mixed leftJoin($table, $first, $operator, $second)
* @method static mixed leftJoinWhere($table, $first, $operator, $second)
* @method static mixed leftJoinSub($query, $as, $first, $operator, $second)
* @method static mixed rightJoin($table, $first, $operator, $second)
* @method static mixed rightJoinWhere($table, $first, $operator, $second)
* @method static mixed rightJoinSub($query, $as, $first, $operator, $second)
* @method static mixed crossJoin($table, $first, $operator, $second)
* @method static mixed crossJoinSub($query, $as)
* @method static mixed mergeWheres($wheres, $bindings)
* @method static mixed where($column, $operator, $value, $boolean)
* @method static mixed prepareValueAndOperator($value, $operator, $useDefault)
* @method static mixed orWhere($column, $operator, $value)
* @method static mixed whereNot($column, $operator, $value, $boolean)
* @method static mixed orWhereNot($column, $operator, $value)
* @method static mixed whereColumn($first, $operator, $second, $boolean)
* @method static mixed orWhereColumn($first, $operator, $second)
* @method static mixed whereRaw($sql, $bindings, $boolean)
* @method static mixed orWhereRaw($sql, $bindings)
* @method static mixed whereLike($column, $value, $caseSensitive, $boolean, $not)
* @method static mixed orWhereLike($column, $value, $caseSensitive)
* @method static mixed whereNotLike($column, $value, $caseSensitive, $boolean)
* @method static mixed orWhereNotLike($column, $value, $caseSensitive)
* @method static mixed whereIn($column, $values, $boolean, $not)
* @method static mixed orWhereIn($column, $values)
* @method static mixed whereNotIn($column, $values, $boolean)
* @method static mixed orWhereNotIn($column, $values)
* @method static mixed whereIntegerInRaw($column, $values, $boolean, $not)
* @method static mixed orWhereIntegerInRaw($column, $values)
* @method static mixed whereIntegerNotInRaw($column, $values, $boolean)
* @method static mixed orWhereIntegerNotInRaw($column, $values)
* @method static mixed whereNull($columns, $boolean, $not)
* @method static mixed orWhereNull($column)
* @method static mixed whereNotNull($columns, $boolean)
* @method static mixed whereBetween($column, iterable $values, $boolean, $not)
* @method static mixed whereBetweenColumns($column, array $values, $boolean, $not)
* @method static mixed orWhereBetween($column, iterable $values)
* @method static mixed orWhereBetweenColumns($column, array $values)
* @method static mixed whereNotBetween($column, iterable $values, $boolean)
* @method static mixed whereNotBetweenColumns($column, array $values, $boolean)
* @method static mixed orWhereNotBetween($column, iterable $values)
* @method static mixed orWhereNotBetweenColumns($column, array $values)
* @method static mixed orWhereNotNull($column)
* @method static mixed whereDate($column, $operator, $value, $boolean)
* @method static mixed orWhereDate($column, $operator, $value)
* @method static mixed whereTime($column, $operator, $value, $boolean)
* @method static mixed orWhereTime($column, $operator, $value)
* @method static mixed whereDay($column, $operator, $value, $boolean)
* @method static mixed orWhereDay($column, $operator, $value)
* @method static mixed whereMonth($column, $operator, $value, $boolean)
* @method static mixed orWhereMonth($column, $operator, $value)
* @method static mixed whereYear($column, $operator, $value, $boolean)
* @method static mixed orWhereYear($column, $operator, $value)
* @method static mixed whereNested(Closure $callback, $boolean)
* @method static mixed forNestedWhere()
* @method static mixed addNestedWhereQuery($query, $boolean)
* @method static mixed whereExists($callback, $boolean, $not)
* @method static mixed orWhereExists($callback, $not)
* @method static mixed whereNotExists($callback, $boolean)
* @method static mixed orWhereNotExists($callback)
* @method static mixed addWhereExistsQuery(self $query, $boolean, $not)
* @method static mixed whereRowValues($columns, $operator, $values, $boolean)
* @method static mixed orWhereRowValues($columns, $operator, $values)
* @method static mixed whereJsonContains($column, $value, $boolean, $not)
* @method static mixed orWhereJsonContains($column, $value)
* @method static mixed whereJsonDoesntContain($column, $value, $boolean)
* @method static mixed orWhereJsonDoesntContain($column, $value)
* @method static mixed whereJsonOverlaps($column, $value, $boolean, $not)
* @method static mixed orWhereJsonOverlaps($column, $value)
* @method static mixed whereJsonDoesntOverlap($column, $value, $boolean)
* @method static mixed orWhereJsonDoesntOverlap($column, $value)
* @method static mixed whereJsonContainsKey($column, $boolean, $not)
* @method static mixed orWhereJsonContainsKey($column)
* @method static mixed whereJsonDoesntContainKey($column, $boolean)
* @method static mixed orWhereJsonDoesntContainKey($column)
* @method static mixed whereJsonLength($column, $operator, $value, $boolean)
* @method static mixed orWhereJsonLength($column, $operator, $value)
* @method static mixed dynamicWhere($method, $parameters)
* @method static mixed whereFullText($columns, $value, array $options, $boolean)
* @method static mixed orWhereFullText($columns, $value, array $options)
* @method static mixed whereAll($columns, $operator, $value, $boolean)
* @method static mixed orWhereAll($columns, $operator, $value)
* @method static mixed whereAny($columns, $operator, $value, $boolean)
* @method static mixed orWhereAny($columns, $operator, $value)
* @method static mixed whereNone($columns, $operator, $value, $boolean)
* @method static mixed orWhereNone($columns, $operator, $value)
* @method static mixed groupBy($groups)
* @method static mixed groupByRaw($sql, array $bindings)
* @method static mixed having($column, $operator, $value, $boolean)
* @method static mixed orHaving($column, $operator, $value)
* @method static mixed havingNested(Closure $callback, $boolean)
* @method static mixed addNestedHavingQuery($query, $boolean)
* @method static mixed havingNull($columns, $boolean, $not)
* @method static mixed orHavingNull($column)
* @method static mixed havingNotNull($columns, $boolean)
* @method static mixed orHavingNotNull($column)
* @method static mixed havingBetween($column, iterable $values, $boolean, $not)
* @method static mixed havingRaw($sql, array $bindings, $boolean)
* @method static mixed orHavingRaw($sql, array $bindings)
* @method static mixed orderBy($column, $direction)
* @method static mixed orderByDesc($column)
* @method static mixed latest($column)
* @method static mixed oldest($column)
* @method static mixed inRandomOrder($seed)
* @method static mixed orderByRaw($sql, $bindings)
* @method static mixed skip($value)
* @method static mixed offset($value)
* @method static mixed take($value)
* @method static mixed limit($value)
* @method static mixed groupLimit($value, $column)
* @method static mixed forPage($page, $perPage)
* @method static mixed forPageBeforeId($perPage, $lastId, $column)
* @method static mixed forPageAfterId($perPage, $lastId, $column)
* @method static mixed reorder($column, $direction)
* @method static mixed union($query, $all)
* @method static mixed unionAll($query)
* @method static mixed lock($value)
* @method static mixed lockForUpdate()
* @method static mixed sharedLock()
* @method static mixed beforeQuery(callable $callback)
* @method static mixed applyBeforeQueryCallbacks()
* @method static mixed afterQuery(Closure $callback)
* @method static mixed applyAfterQueryCallbacks($result)
* @method static mixed toSql()
* @method static mixed toRawSql()
* @method static mixed find($id, $columns)
* @method static mixed findOr($id, $columns, Closure $callback)
* @method static mixed value($column)
* @method static mixed rawValue(string $expression, array $bindings)
* @method static mixed soleValue($column)
* @method static mixed get($columns)
* @method static mixed paginate($perPage, $columns, $pageName, $page, $total)
* @method static mixed simplePaginate($perPage, $columns, $pageName, $page)
* @method static mixed cursorPaginate($perPage, $columns, $cursorName, $cursor)
* @method static mixed getCountForPagination($columns)
* @method static mixed cursor()
* @method static mixed pluck($column, $key)
* @method static mixed implode($column, $glue)
* @method static mixed exists()
* @method static mixed doesntExist()
* @method static mixed existsOr(Closure $callback)
* @method static mixed doesntExistOr(Closure $callback)
* @method static mixed count($columns)
* @method static mixed min($column)
* @method static mixed max($column)
* @method static mixed sum($column)
* @method static mixed avg($column)
* @method static mixed average($column)
* @method static mixed aggregate($function, $columns)
* @method static mixed numericAggregate($function, $columns)
* @method static mixed insert(array $values)
* @method static mixed insertOrIgnore(array $values)
* @method static mixed insertGetId(array $values, $sequence)
* @method static mixed insertUsing(array $columns, $query)
* @method static mixed insertOrIgnoreUsing(array $columns, $query)
* @method static mixed update(array $values)
* @method static mixed updateFrom(array $values)
* @method static mixed updateOrInsert(array $attributes, callable|array $values)
* @method static mixed upsert(array $values, $uniqueBy, $update)
* @method static mixed increment($column, $amount, array $extra)
* @method static mixed incrementEach(array $columns, array $extra)
* @method static mixed decrement($column, $amount, array $extra)
* @method static mixed decrementEach(array $columns, array $extra)
* @method static mixed delete($id)
* @method static mixed truncate()
* @method static mixed newQuery()
* @method static mixed getColumns()
* @method static mixed raw($value)
* @method static mixed getBindings()
* @method static mixed getRawBindings()
* @method static mixed setBindings(array $bindings, $type)
* @method static mixed addBinding($value, $type)
* @method static mixed castBinding($value)
* @method static mixed mergeBindings(self $query)
* @method static mixed cleanBindings(array $bindings)
* @method static mixed getConnection()
* @method static mixed getProcessor()
* @method static mixed getGrammar()
* @method static mixed useWritePdo()
* @method static mixed clone()
* @method static mixed cloneWithout(array $properties)
* @method static mixed cloneWithoutBindings(array $except)
* @method static mixed dump($args)
* @method static mixed dumpRawSql()
* @method static mixed dd()
* @method static mixed ddRawSql()
* @method static mixed chunk($count, callable $callback)
* @method static mixed chunkMap(callable $callback, $count)
* @method static mixed each(callable $callback, $count)
* @method static mixed chunkById($count, callable $callback, $column, $alias)
* @method static mixed chunkByIdDesc($count, callable $callback, $column, $alias)
* @method static mixed orderedChunkById($count, callable $callback, $column, $alias, $descending)
* @method static mixed eachById(callable $callback, $count, $column, $alias)
* @method static mixed lazy($chunkSize)
* @method static mixed lazyById($chunkSize, $column, $alias)
* @method static mixed lazyByIdDesc($chunkSize, $column, $alias)
* @method static mixed first($columns)
* @method static mixed firstOrFail($columns, $message)
* @method static mixed sole($columns)
* @method static mixed tap($callback)
* @method static mixed when($value, callable $callback, callable $default)
* @method static mixed unless($value, callable $callback, callable $default)
* @method static mixed explain()
* @method static mixed macro($name, $macro)
* @method static mixed mixin($mixin, $replace)
* @method static mixed hasMacro($name)
* @method static mixed flushMacros()
* @method static mixed macroCall($method, $parameters)
* @mixin \Illuminate\Database\Query\Builder
*/
class Category extends \Illuminate\Database\Eloquent\Model
{
//
}
/**
* App\Models\City
*
* @property \Illuminate\Support\Carbon|null $updated_at
* @property \Illuminate\Support\Carbon|null $created_at
* @property enum('active','inactive') $status
* @property int $state_id
* @property int $country_id
* @property string $name
* @property int $id
* @property-read \App\Models\State $state
* @property-read \App\Models\Country $country
* @method static \Illuminate\Database\Eloquent\Builder|City whereId($value)
* @method static \Illuminate\Database\Eloquent\Builder|City whereName($value)
* @method static \Illuminate\Database\Eloquent\Builder|City whereCountryId($value)
* @method static \Illuminate\Database\Eloquent\Builder|City whereStateId($value)
* @method static \Illuminate\Database\Eloquent\Builder|City whereStatus($value)
* @method static \Illuminate\Database\Eloquent\Builder|City whereCreatedAt($value)
* @method static \Illuminate\Database\Eloquent\Builder|City whereUpdatedAt($value)
* @method static \Illuminate\Database\Eloquent\Builder|City newModelQuery()
* @method static \Illuminate\Database\Eloquent\Builder|City newQuery()
* @method static \Illuminate\Database\Eloquent\Builder|City query()
* @method static mixed select($columns)
* @method static mixed selectSub($query, $as)
* @method static mixed selectRaw($expression, array $bindings)
* @method static mixed fromSub($query, $as)
* @method static mixed fromRaw($expression, $bindings)
* @method static mixed addSelect($column)
* @method static mixed distinct()
* @method static mixed from($table, $as)
* @method static mixed useIndex($index)
* @method static mixed forceIndex($index)
* @method static mixed ignoreIndex($index)
* @method static mixed join($table, $first, $operator, $second, $type, $where)
* @method static mixed joinWhere($table, $first, $operator, $second, $type)
* @method static mixed joinSub($query, $as, $first, $operator, $second, $type, $where)
* @method static mixed joinLateral($query, string $as, string $type)
* @method static mixed leftJoinLateral($query, string $as)
* @method static mixed leftJoin($table, $first, $operator, $second)
* @method static mixed leftJoinWhere($table, $first, $operator, $second)
* @method static mixed leftJoinSub($query, $as, $first, $operator, $second)
* @method static mixed rightJoin($table, $first, $operator, $second)
* @method static mixed rightJoinWhere($table, $first, $operator, $second)
* @method static mixed rightJoinSub($query, $as, $first, $operator, $second)
* @method static mixed crossJoin($table, $first, $operator, $second)
* @method static mixed crossJoinSub($query, $as)
* @method static mixed mergeWheres($wheres, $bindings)
* @method static mixed where($column, $operator, $value, $boolean)
* @method static mixed prepareValueAndOperator($value, $operator, $useDefault)
* @method static mixed orWhere($column, $operator, $value)
* @method static mixed whereNot($column, $operator, $value, $boolean)
* @method static mixed orWhereNot($column, $operator, $value)
* @method static mixed whereColumn($first, $operator, $second, $boolean)
* @method static mixed orWhereColumn($first, $operator, $second)
* @method static mixed whereRaw($sql, $bindings, $boolean)
* @method static mixed orWhereRaw($sql, $bindings)
* @method static mixed whereLike($column, $value, $caseSensitive, $boolean, $not)
* @method static mixed orWhereLike($column, $value, $caseSensitive)
* @method static mixed whereNotLike($column, $value, $caseSensitive, $boolean)
* @method static mixed orWhereNotLike($column, $value, $caseSensitive)
* @method static mixed whereIn($column, $values, $boolean, $not)
* @method static mixed orWhereIn($column, $values)
* @method static mixed whereNotIn($column, $values, $boolean)
* @method static mixed orWhereNotIn($column, $values)
* @method static mixed whereIntegerInRaw($column, $values, $boolean, $not)
* @method static mixed orWhereIntegerInRaw($column, $values)
* @method static mixed whereIntegerNotInRaw($column, $values, $boolean)
* @method static mixed orWhereIntegerNotInRaw($column, $values)
* @method static mixed whereNull($columns, $boolean, $not)
* @method static mixed orWhereNull($column)
* @method static mixed whereNotNull($columns, $boolean)
* @method static mixed whereBetween($column, iterable $values, $boolean, $not)
* @method static mixed whereBetweenColumns($column, array $values, $boolean, $not)
* @method static mixed orWhereBetween($column, iterable $values)
* @method static mixed orWhereBetweenColumns($column, array $values)
* @method static mixed whereNotBetween($column, iterable $values, $boolean)
* @method static mixed whereNotBetweenColumns($column, array $values, $boolean)
* @method static mixed orWhereNotBetween($column, iterable $values)
* @method static mixed orWhereNotBetweenColumns($column, array $values)
* @method static mixed orWhereNotNull($column)
* @method static mixed whereDate($column, $operator, $value, $boolean)
* @method static mixed orWhereDate($column, $operator, $value)
* @method static mixed whereTime($column, $operator, $value, $boolean)
* @method static mixed orWhereTime($column, $operator, $value)
* @method static mixed whereDay($column, $operator, $value, $boolean)
* @method static mixed orWhereDay($column, $operator, $value)
* @method static mixed whereMonth($column, $operator, $value, $boolean)
* @method static mixed orWhereMonth($column, $operator, $value)
* @method static mixed whereYear($column, $operator, $value, $boolean)
* @method static mixed orWhereYear($column, $operator, $value)
* @method static mixed whereNested(Closure $callback, $boolean)
* @method static mixed forNestedWhere()
* @method static mixed addNestedWhereQuery($query, $boolean)
* @method static mixed whereExists($callback, $boolean, $not)
* @method static mixed orWhereExists($callback, $not)
* @method static mixed whereNotExists($callback, $boolean)
* @method static mixed orWhereNotExists($callback)
* @method static mixed addWhereExistsQuery(self $query, $boolean, $not)
* @method static mixed whereRowValues($columns, $operator, $values, $boolean)
* @method static mixed orWhereRowValues($columns, $operator, $values)
* @method static mixed whereJsonContains($column, $value, $boolean, $not)
* @method static mixed orWhereJsonContains($column, $value)
* @method static mixed whereJsonDoesntContain($column, $value, $boolean)
* @method static mixed orWhereJsonDoesntContain($column, $value)
* @method static mixed whereJsonOverlaps($column, $value, $boolean, $not)
* @method static mixed orWhereJsonOverlaps($column, $value)
* @method static mixed whereJsonDoesntOverlap($column, $value, $boolean)
* @method static mixed orWhereJsonDoesntOverlap($column, $value)
* @method static mixed whereJsonContainsKey($column, $boolean, $not)
* @method static mixed orWhereJsonContainsKey($column)
* @method static mixed whereJsonDoesntContainKey($column, $boolean)
* @method static mixed orWhereJsonDoesntContainKey($column)
* @method static mixed whereJsonLength($column, $operator, $value, $boolean)
* @method static mixed orWhereJsonLength($column, $operator, $value)
* @method static mixed dynamicWhere($method, $parameters)
* @method static mixed whereFullText($columns, $value, array $options, $boolean)
* @method static mixed orWhereFullText($columns, $value, array $options)
* @method static mixed whereAll($columns, $operator, $value, $boolean)
* @method static mixed orWhereAll($columns, $operator, $value)
* @method static mixed whereAny($columns, $operator, $value, $boolean)
* @method static mixed orWhereAny($columns, $operator, $value)
* @method static mixed whereNone($columns, $operator, $value, $boolean)
* @method static mixed orWhereNone($columns, $operator, $value)
* @method static mixed groupBy($groups)
* @method static mixed groupByRaw($sql, array $bindings)
* @method static mixed having($column, $operator, $value, $boolean)
* @method static mixed orHaving($column, $operator, $value)
* @method static mixed havingNested(Closure $callback, $boolean)
* @method static mixed addNestedHavingQuery($query, $boolean)
* @method static mixed havingNull($columns, $boolean, $not)
* @method static mixed orHavingNull($column)
* @method static mixed havingNotNull($columns, $boolean)
* @method static mixed orHavingNotNull($column)
* @method static mixed havingBetween($column, iterable $values, $boolean, $not)
* @method static mixed havingRaw($sql, array $bindings, $boolean)
* @method static mixed orHavingRaw($sql, array $bindings)
* @method static mixed orderBy($column, $direction)
* @method static mixed orderByDesc($column)
* @method static mixed latest($column)
* @method static mixed oldest($column)
* @method static mixed inRandomOrder($seed)
* @method static mixed orderByRaw($sql, $bindings)
* @method static mixed skip($value)
* @method static mixed offset($value)
* @method static mixed take($value)
* @method static mixed limit($value)
* @method static mixed groupLimit($value, $column)
* @method static mixed forPage($page, $perPage)
* @method static mixed forPageBeforeId($perPage, $lastId, $column)
* @method static mixed forPageAfterId($perPage, $lastId, $column)
* @method static mixed reorder($column, $direction)
* @method static mixed union($query, $all)
* @method static mixed unionAll($query)
* @method static mixed lock($value)
* @method static mixed lockForUpdate()
* @method static mixed sharedLock()
* @method static mixed beforeQuery(callable $callback)
* @method static mixed applyBeforeQueryCallbacks()
* @method static mixed afterQuery(Closure $callback)
* @method static mixed applyAfterQueryCallbacks($result)
* @method static mixed toSql()
* @method static mixed toRawSql()
* @method static mixed find($id, $columns)
* @method static mixed findOr($id, $columns, Closure $callback)
* @method static mixed value($column)
* @method static mixed rawValue(string $expression, array $bindings)
* @method static mixed soleValue($column)
* @method static mixed get($columns)
* @method static mixed paginate($perPage, $columns, $pageName, $page, $total)
* @method static mixed simplePaginate($perPage, $columns, $pageName, $page)
* @method static mixed cursorPaginate($perPage, $columns, $cursorName, $cursor)
* @method static mixed getCountForPagination($columns)
* @method static mixed cursor()
* @method static mixed pluck($column, $key)
* @method static mixed implode($column, $glue)
* @method static mixed exists()
* @method static mixed doesntExist()
* @method static mixed existsOr(Closure $callback)
* @method static mixed doesntExistOr(Closure $callback)
* @method static mixed count($columns)
* @method static mixed min($column)
* @method static mixed max($column)
* @method static mixed sum($column)
* @method static mixed avg($column)
* @method static mixed average($column)
* @method static mixed aggregate($function, $columns)
* @method static mixed numericAggregate($function, $columns)
* @method static mixed insert(array $values)
* @method static mixed insertOrIgnore(array $values)
* @method static mixed insertGetId(array $values, $sequence)
* @method static mixed insertUsing(array $columns, $query)
* @method static mixed insertOrIgnoreUsing(array $columns, $query)
* @method static mixed update(array $values)
* @method static mixed updateFrom(array $values)
* @method static mixed updateOrInsert(array $attributes, callable|array $values)
* @method static mixed upsert(array $values, $uniqueBy, $update)
* @method static mixed increment($column, $amount, array $extra)
* @method static mixed incrementEach(array $columns, array $extra)
* @method static mixed decrement($column, $amount, array $extra)
* @method static mixed decrementEach(array $columns, array $extra)
* @method static mixed delete($id)
* @method static mixed truncate()
* @method static mixed newQuery()
* @method static mixed getColumns()
* @method static mixed raw($value)
* @method static mixed getBindings()
* @method static mixed getRawBindings()
* @method static mixed setBindings(array $bindings, $type)
* @method static mixed addBinding($value, $type)
* @method static mixed castBinding($value)
* @method static mixed mergeBindings(self $query)
* @method static mixed cleanBindings(array $bindings)
* @method static mixed getConnection()
* @method static mixed getProcessor()
* @method static mixed getGrammar()
* @method static mixed useWritePdo()
* @method static mixed clone()
* @method static mixed cloneWithout(array $properties)
* @method static mixed cloneWithoutBindings(array $except)
* @method static mixed dump($args)
* @method static mixed dumpRawSql()
* @method static mixed dd()
* @method static mixed ddRawSql()
* @method static mixed chunk($count, callable $callback)
* @method static mixed chunkMap(callable $callback, $count)
* @method static mixed each(callable $callback, $count)
* @method static mixed chunkById($count, callable $callback, $column, $alias)
* @method static mixed chunkByIdDesc($count, callable $callback, $column, $alias)
* @method static mixed orderedChunkById($count, callable $callback, $column, $alias, $descending)
* @method static mixed eachById(callable $callback, $count, $column, $alias)
* @method static mixed lazy($chunkSize)
* @method static mixed lazyById($chunkSize, $column, $alias)
* @method static mixed lazyByIdDesc($chunkSize, $column, $alias)
* @method static mixed first($columns)
* @method static mixed firstOrFail($columns, $message)
* @method static mixed sole($columns)
* @method static mixed tap($callback)
* @method static mixed when($value, callable $callback, callable $default)
* @method static mixed unless($value, callable $callback, callable $default)
* @method static mixed explain()
* @method static mixed macro($name, $macro)
* @method static mixed mixin($mixin, $replace)
* @method static mixed hasMacro($name)
* @method static mixed flushMacros()
* @method static mixed macroCall($method, $parameters)
* @mixin \Illuminate\Database\Query\Builder
*/
class City extends \Illuminate\Database\Eloquent\Model
{
//
}
/**
* App\Models\Contact
*
* @property \Illuminate\Support\Carbon|null $updated_at
* @property \Illuminate\Support\Carbon|null $created_at
* @property string $recaptcha
* @property string|null $honey
* @property string $message
* @property string $name
* @property string $email
* @property int $id
* @method static \Illuminate\Database\Eloquent\Builder|Contact whereId($value)
* @method static \Illuminate\Database\Eloquent\Builder|Contact whereEmail($value)
* @method static \Illuminate\Database\Eloquent\Builder|Contact whereName($value)
* @method static \Illuminate\Database\Eloquent\Builder|Contact whereMessage($value)
* @method static \Illuminate\Database\Eloquent\Builder|Contact whereHoney($value)
* @method static \Illuminate\Database\Eloquent\Builder|Contact whereRecaptcha($value)
* @method static \Illuminate\Database\Eloquent\Builder|Contact whereCreatedAt($value)
* @method static \Illuminate\Database\Eloquent\Builder|Contact whereUpdatedAt($value)
* @method static \Illuminate\Database\Eloquent\Builder|Contact newModelQuery()
* @method static \Illuminate\Database\Eloquent\Builder|Contact newQuery()
* @method static \Illuminate\Database\Eloquent\Builder|Contact query()
* @method static mixed select($columns)
* @method static mixed selectSub($query, $as)
* @method static mixed selectRaw($expression, array $bindings)
* @method static mixed fromSub($query, $as)
* @method static mixed fromRaw($expression, $bindings)
* @method static mixed addSelect($column)
* @method static mixed distinct()
* @method static mixed from($table, $as)
* @method static mixed useIndex($index)
* @method static mixed forceIndex($index)
* @method static mixed ignoreIndex($index)
* @method static mixed join($table, $first, $operator, $second, $type, $where)
* @method static mixed joinWhere($table, $first, $operator, $second, $type)
* @method static mixed joinSub($query, $as, $first, $operator, $second, $type, $where)
* @method static mixed joinLateral($query, string $as, string $type)
* @method static mixed leftJoinLateral($query, string $as)
* @method static mixed leftJoin($table, $first, $operator, $second)
* @method static mixed leftJoinWhere($table, $first, $operator, $second)
* @method static mixed leftJoinSub($query, $as, $first, $operator, $second)
* @method static mixed rightJoin($table, $first, $operator, $second)
* @method static mixed rightJoinWhere($table, $first, $operator, $second)
* @method static mixed rightJoinSub($query, $as, $first, $operator, $second)
* @method static mixed crossJoin($table, $first, $operator, $second)
* @method static mixed crossJoinSub($query, $as)
* @method static mixed mergeWheres($wheres, $bindings)
* @method static mixed where($column, $operator, $value, $boolean)
* @method static mixed prepareValueAndOperator($value, $operator, $useDefault)
* @method static mixed orWhere($column, $operator, $value)
* @method static mixed whereNot($column, $operator, $value, $boolean)
* @method static mixed orWhereNot($column, $operator, $value)
* @method static mixed whereColumn($first, $operator, $second, $boolean)
* @method static mixed orWhereColumn($first, $operator, $second)
* @method static mixed whereRaw($sql, $bindings, $boolean)
* @method static mixed orWhereRaw($sql, $bindings)
* @method static mixed whereLike($column, $value, $caseSensitive, $boolean, $not)
* @method static mixed orWhereLike($column, $value, $caseSensitive)
* @method static mixed whereNotLike($column, $value, $caseSensitive, $boolean)
* @method static mixed orWhereNotLike($column, $value, $caseSensitive)
* @method static mixed whereIn($column, $values, $boolean, $not)
* @method static mixed orWhereIn($column, $values)
* @method static mixed whereNotIn($column, $values, $boolean)
* @method static mixed orWhereNotIn($column, $values)
* @method static mixed whereIntegerInRaw($column, $values, $boolean, $not)
* @method static mixed orWhereIntegerInRaw($column, $values)
* @method static mixed whereIntegerNotInRaw($column, $values, $boolean)
* @method static mixed orWhereIntegerNotInRaw($column, $values)
* @method static mixed whereNull($columns, $boolean, $not)
* @method static mixed orWhereNull($column)
* @method static mixed whereNotNull($columns, $boolean)
* @method static mixed whereBetween($column, iterable $values, $boolean, $not)
* @method static mixed whereBetweenColumns($column, array $values, $boolean, $not)
* @method static mixed orWhereBetween($column, iterable $values)
* @method static mixed orWhereBetweenColumns($column, array $values)
* @method static mixed whereNotBetween($column, iterable $values, $boolean)
* @method static mixed whereNotBetweenColumns($column, array $values, $boolean)
* @method static mixed orWhereNotBetween($column, iterable $values)
* @method static mixed orWhereNotBetweenColumns($column, array $values)
* @method static mixed orWhereNotNull($column)
* @method static mixed whereDate($column, $operator, $value, $boolean)
* @method static mixed orWhereDate($column, $operator, $value)
* @method static mixed whereTime($column, $operator, $value, $boolean)
* @method static mixed orWhereTime($column, $operator, $value)
* @method static mixed whereDay($column, $operator, $value, $boolean)
* @method static mixed orWhereDay($column, $operator, $value)
* @method static mixed whereMonth($column, $operator, $value, $boolean)
* @method static mixed orWhereMonth($column, $operator, $value)
* @method static mixed whereYear($column, $operator, $value, $boolean)
* @method static mixed orWhereYear($column, $operator, $value)
* @method static mixed whereNested(Closure $callback, $boolean)
* @method static mixed forNestedWhere()
* @method static mixed addNestedWhereQuery($query, $boolean)
* @method static mixed whereExists($callback, $boolean, $not)
* @method static mixed orWhereExists($callback, $not)
* @method static mixed whereNotExists($callback, $boolean)
* @method static mixed orWhereNotExists($callback)
* @method static mixed addWhereExistsQuery(self $query, $boolean, $not)
* @method static mixed whereRowValues($columns, $operator, $values, $boolean)
* @method static mixed orWhereRowValues($columns, $operator, $values)
* @method static mixed whereJsonContains($column, $value, $boolean, $not)
* @method static mixed orWhereJsonContains($column, $value)
* @method static mixed whereJsonDoesntContain($column, $value, $boolean)
* @method static mixed orWhereJsonDoesntContain($column, $value)
* @method static mixed whereJsonOverlaps($column, $value, $boolean, $not)
* @method static mixed orWhereJsonOverlaps($column, $value)
* @method static mixed whereJsonDoesntOverlap($column, $value, $boolean)
* @method static mixed orWhereJsonDoesntOverlap($column, $value)
* @method static mixed whereJsonContainsKey($column, $boolean, $not)
* @method static mixed orWhereJsonContainsKey($column)
* @method static mixed whereJsonDoesntContainKey($column, $boolean)
* @method static mixed orWhereJsonDoesntContainKey($column)
* @method static mixed whereJsonLength($column, $operator, $value, $boolean)
* @method static mixed orWhereJsonLength($column, $operator, $value)
* @method static mixed dynamicWhere($method, $parameters)
* @method static mixed whereFullText($columns, $value, array $options, $boolean)
* @method static mixed orWhereFullText($columns, $value, array $options)
* @method static mixed whereAll($columns, $operator, $value, $boolean)
* @method static mixed orWhereAll($columns, $operator, $value)
* @method static mixed whereAny($columns, $operator, $value, $boolean)
* @method static mixed orWhereAny($columns, $operator, $value)
* @method static mixed whereNone($columns, $operator, $value, $boolean)
* @method static mixed orWhereNone($columns, $operator, $value)
* @method static mixed groupBy($groups)
* @method static mixed groupByRaw($sql, array $bindings)
* @method static mixed having($column, $operator, $value, $boolean)
* @method static mixed orHaving($column, $operator, $value)
* @method static mixed havingNested(Closure $callback, $boolean)
* @method static mixed addNestedHavingQuery($query, $boolean)
* @method static mixed havingNull($columns, $boolean, $not)
* @method static mixed orHavingNull($column)
* @method static mixed havingNotNull($columns, $boolean)
* @method static mixed orHavingNotNull($column)
* @method static mixed havingBetween($column, iterable $values, $boolean, $not)
* @method static mixed havingRaw($sql, array $bindings, $boolean)
* @method static mixed orHavingRaw($sql, array $bindings)
* @method static mixed orderBy($column, $direction)
* @method static mixed orderByDesc($column)
* @method static mixed latest($column)
* @method static mixed oldest($column)
* @method static mixed inRandomOrder($seed)
* @method static mixed orderByRaw($sql, $bindings)
* @method static mixed skip($value)
* @method static mixed offset($value)
* @method static mixed take($value)
* @method static mixed limit($value)
* @method static mixed groupLimit($value, $column)
* @method static mixed forPage($page, $perPage)
* @method static mixed forPageBeforeId($perPage, $lastId, $column)
* @method static mixed forPageAfterId($perPage, $lastId, $column)
* @method static mixed reorder($column, $direction)
* @method static mixed union($query, $all)
* @method static mixed unionAll($query)
* @method static mixed lock($value)
* @method static mixed lockForUpdate()
* @method static mixed sharedLock()
* @method static mixed beforeQuery(callable $callback)
* @method static mixed applyBeforeQueryCallbacks()
* @method static mixed afterQuery(Closure $callback)
* @method static mixed applyAfterQueryCallbacks($result)
* @method static mixed toSql()
* @method static mixed toRawSql()
* @method static mixed find($id, $columns)
* @method static mixed findOr($id, $columns, Closure $callback)
* @method static mixed value($column)
* @method static mixed rawValue(string $expression, array $bindings)
* @method static mixed soleValue($column)
* @method static mixed get($columns)
* @method static mixed paginate($perPage, $columns, $pageName, $page, $total)
* @method static mixed simplePaginate($perPage, $columns, $pageName, $page)
* @method static mixed cursorPaginate($perPage, $columns, $cursorName, $cursor)
* @method static mixed getCountForPagination($columns)
* @method static mixed cursor()
* @method static mixed pluck($column, $key)
* @method static mixed implode($column, $glue)
* @method static mixed exists()
* @method static mixed doesntExist()
* @method static mixed existsOr(Closure $callback)
* @method static mixed doesntExistOr(Closure $callback)
* @method static mixed count($columns)
* @method static mixed min($column)
* @method static mixed max($column)
* @method static mixed sum($column)
* @method static mixed avg($column)
* @method static mixed average($column)
* @method static mixed aggregate($function, $columns)
* @method static mixed numericAggregate($function, $columns)
* @method static mixed insert(array $values)
* @method static mixed insertOrIgnore(array $values)
* @method static mixed insertGetId(array $values, $sequence)
* @method static mixed insertUsing(array $columns, $query)
* @method static mixed insertOrIgnoreUsing(array $columns, $query)
* @method static mixed update(array $values)
* @method static mixed updateFrom(array $values)
* @method static mixed updateOrInsert(array $attributes, callable|array $values)
* @method static mixed upsert(array $values, $uniqueBy, $update)
* @method static mixed increment($column, $amount, array $extra)
* @method static mixed incrementEach(array $columns, array $extra)
* @method static mixed decrement($column, $amount, array $extra)
* @method static mixed decrementEach(array $columns, array $extra)
* @method static mixed delete($id)
* @method static mixed truncate()
* @method static mixed newQuery()
* @method static mixed getColumns()
* @method static mixed raw($value)
* @method static mixed getBindings()
* @method static mixed getRawBindings()
* @method static mixed setBindings(array $bindings, $type)
* @method static mixed addBinding($value, $type)
* @method static mixed castBinding($value)
* @method static mixed mergeBindings(self $query)
* @method static mixed cleanBindings(array $bindings)
* @method static mixed getConnection()
* @method static mixed getProcessor()
* @method static mixed getGrammar()
* @method static mixed useWritePdo()
* @method static mixed clone()
* @method static mixed cloneWithout(array $properties)
* @method static mixed cloneWithoutBindings(array $except)
* @method static mixed dump($args)
* @method static mixed dumpRawSql()
* @method static mixed dd()
* @method static mixed ddRawSql()
* @method static mixed chunk($count, callable $callback)
* @method static mixed chunkMap(callable $callback, $count)
* @method static mixed each(callable $callback, $count)
* @method static mixed chunkById($count, callable $callback, $column, $alias)
* @method static mixed chunkByIdDesc($count, callable $callback, $column, $alias)
* @method static mixed orderedChunkById($count, callable $callback, $column, $alias, $descending)
* @method static mixed eachById(callable $callback, $count, $column, $alias)
* @method static mixed lazy($chunkSize)
* @method static mixed lazyById($chunkSize, $column, $alias)
* @method static mixed lazyByIdDesc($chunkSize, $column, $alias)
* @method static mixed first($columns)
* @method static mixed firstOrFail($columns, $message)
* @method static mixed sole($columns)
* @method static mixed tap($callback)
* @method static mixed when($value, callable $callback, callable $default)
* @method static mixed unless($value, callable $callback, callable $default)
* @method static mixed explain()
* @method static mixed macro($name, $macro)
* @method static mixed mixin($mixin, $replace)
* @method static mixed hasMacro($name)
* @method static mixed flushMacros()
* @method static mixed macroCall($method, $parameters)
* @mixin \Illuminate\Database\Query\Builder
*/
class Contact extends \Illuminate\Database\Eloquent\Model
{
//
}
/**
* App\Models\Conversation
*
* @property \Illuminate\Support\Carbon|null $updated_at
* @property \Illuminate\Support\Carbon|null $created_at
* @property int $user_two_id
* @property int $user_one_id
* @property int $id
* @method static \Illuminate\Database\Eloquent\Builder|Conversation whereId($value)
* @method static \Illuminate\Database\Eloquent\Builder|Conversation whereUserOneId($value)
* @method static \Illuminate\Database\Eloquent\Builder|Conversation whereUserTwoId($value)
* @method static \Illuminate\Database\Eloquent\Builder|Conversation whereCreatedAt($value)
* @method static \Illuminate\Database\Eloquent\Builder|Conversation whereUpdatedAt($value)
* @method static \Illuminate\Database\Eloquent\Builder|Conversation newModelQuery()
* @method static \Illuminate\Database\Eloquent\Builder|Conversation newQuery()
* @method static \Illuminate\Database\Eloquent\Builder|Conversation query()
* @method static mixed select($columns)
* @method static mixed selectSub($query, $as)
* @method static mixed selectRaw($expression, array $bindings)
* @method static mixed fromSub($query, $as)
* @method static mixed fromRaw($expression, $bindings)
* @method static mixed addSelect($column)
* @method static mixed distinct()
* @method static mixed from($table, $as)
* @method static mixed useIndex($index)
* @method static mixed forceIndex($index)
* @method static mixed ignoreIndex($index)
* @method static mixed join($table, $first, $operator, $second, $type, $where)
* @method static mixed joinWhere($table, $first, $operator, $second, $type)
* @method static mixed joinSub($query, $as, $first, $operator, $second, $type, $where)
* @method static mixed joinLateral($query, string $as, string $type)
* @method static mixed leftJoinLateral($query, string $as)
* @method static mixed leftJoin($table, $first, $operator, $second)
* @method static mixed leftJoinWhere($table, $first, $operator, $second)
* @method static mixed leftJoinSub($query, $as, $first, $operator, $second)
* @method static mixed rightJoin($table, $first, $operator, $second)
* @method static mixed rightJoinWhere($table, $first, $operator, $second)
* @method static mixed rightJoinSub($query, $as, $first, $operator, $second)
* @method static mixed crossJoin($table, $first, $operator, $second)
* @method static mixed crossJoinSub($query, $as)
* @method static mixed mergeWheres($wheres, $bindings)
* @method static mixed where($column, $operator, $value, $boolean)
* @method static mixed prepareValueAndOperator($value, $operator, $useDefault)
* @method static mixed orWhere($column, $operator, $value)
* @method static mixed whereNot($column, $operator, $value, $boolean)
* @method static mixed orWhereNot($column, $operator, $value)
* @method static mixed whereColumn($first, $operator, $second, $boolean)
* @method static mixed orWhereColumn($first, $operator, $second)
* @method static mixed whereRaw($sql, $bindings, $boolean)
* @method static mixed orWhereRaw($sql, $bindings)
* @method static mixed whereLike($column, $value, $caseSensitive, $boolean, $not)
* @method static mixed orWhereLike($column, $value, $caseSensitive)
* @method static mixed whereNotLike($column, $value, $caseSensitive, $boolean)
* @method static mixed orWhereNotLike($column, $value, $caseSensitive)
* @method static mixed whereIn($column, $values, $boolean, $not)
* @method static mixed orWhereIn($column, $values)
* @method static mixed whereNotIn($column, $values, $boolean)
* @method static mixed orWhereNotIn($column, $values)
* @method static mixed whereIntegerInRaw($column, $values, $boolean, $not)
* @method static mixed orWhereIntegerInRaw($column, $values)
* @method static mixed whereIntegerNotInRaw($column, $values, $boolean)
* @method static mixed orWhereIntegerNotInRaw($column, $values)
* @method static mixed whereNull($columns, $boolean, $not)
* @method static mixed orWhereNull($column)
* @method static mixed whereNotNull($columns, $boolean)
* @method static mixed whereBetween($column, iterable $values, $boolean, $not)
* @method static mixed whereBetweenColumns($column, array $values, $boolean, $not)
* @method static mixed orWhereBetween($column, iterable $values)
* @method static mixed orWhereBetweenColumns($column, array $values)
* @method static mixed whereNotBetween($column, iterable $values, $boolean)
* @method static mixed whereNotBetweenColumns($column, array $values, $boolean)
* @method static mixed orWhereNotBetween($column, iterable $values)
* @method static mixed orWhereNotBetweenColumns($column, array $values)
* @method static mixed orWhereNotNull($column)
* @method static mixed whereDate($column, $operator, $value, $boolean)
* @method static mixed orWhereDate($column, $operator, $value)
* @method static mixed whereTime($column, $operator, $value, $boolean)
* @method static mixed orWhereTime($column, $operator, $value)
* @method static mixed whereDay($column, $operator, $value, $boolean)
* @method static mixed orWhereDay($column, $operator, $value)
* @method static mixed whereMonth($column, $operator, $value, $boolean)
* @method static mixed orWhereMonth($column, $operator, $value)
* @method static mixed whereYear($column, $operator, $value, $boolean)
* @method static mixed orWhereYear($column, $operator, $value)
* @method static mixed whereNested(Closure $callback, $boolean)
* @method static mixed forNestedWhere()
* @method static mixed addNestedWhereQuery($query, $boolean)
* @method static mixed whereExists($callback, $boolean, $not)
* @method static mixed orWhereExists($callback, $not)
* @method static mixed whereNotExists($callback, $boolean)
* @method static mixed orWhereNotExists($callback)
* @method static mixed addWhereExistsQuery(self $query, $boolean, $not)
* @method static mixed whereRowValues($columns, $operator, $values, $boolean)
* @method static mixed orWhereRowValues($columns, $operator, $values)
* @method static mixed whereJsonContains($column, $value, $boolean, $not)
* @method static mixed orWhereJsonContains($column, $value)
* @method static mixed whereJsonDoesntContain($column, $value, $boolean)
* @method static mixed orWhereJsonDoesntContain($column, $value)
* @method static mixed whereJsonOverlaps($column, $value, $boolean, $not)
* @method static mixed orWhereJsonOverlaps($column, $value)
* @method static mixed whereJsonDoesntOverlap($column, $value, $boolean)
* @method static mixed orWhereJsonDoesntOverlap($column, $value)
* @method static mixed whereJsonContainsKey($column, $boolean, $not)
* @method static mixed orWhereJsonContainsKey($column)
* @method static mixed whereJsonDoesntContainKey($column, $boolean)
* @method static mixed orWhereJsonDoesntContainKey($column)
* @method static mixed whereJsonLength($column, $operator, $value, $boolean)
* @method static mixed orWhereJsonLength($column, $operator, $value)
* @method static mixed dynamicWhere($method, $parameters)
* @method static mixed whereFullText($columns, $value, array $options, $boolean)
* @method static mixed orWhereFullText($columns, $value, array $options)
* @method static mixed whereAll($columns, $operator, $value, $boolean)
* @method static mixed orWhereAll($columns, $operator, $value)
* @method static mixed whereAny($columns, $operator, $value, $boolean)
* @method static mixed orWhereAny($columns, $operator, $value)
* @method static mixed whereNone($columns, $operator, $value, $boolean)
* @method static mixed orWhereNone($columns, $operator, $value)
* @method static mixed groupBy($groups)
* @method static mixed groupByRaw($sql, array $bindings)
* @method static mixed having($column, $operator, $value, $boolean)
* @method static mixed orHaving($column, $operator, $value)
* @method static mixed havingNested(Closure $callback, $boolean)
* @method static mixed addNestedHavingQuery($query, $boolean)
* @method static mixed havingNull($columns, $boolean, $not)
* @method static mixed orHavingNull($column)
* @method static mixed havingNotNull($columns, $boolean)
* @method static mixed orHavingNotNull($column)
* @method static mixed havingBetween($column, iterable $values, $boolean, $not)
* @method static mixed havingRaw($sql, array $bindings, $boolean)
* @method static mixed orHavingRaw($sql, array $bindings)
* @method static mixed orderBy($column, $direction)
* @method static mixed orderByDesc($column)
* @method static mixed latest($column)
* @method static mixed oldest($column)
* @method static mixed inRandomOrder($seed)
* @method static mixed orderByRaw($sql, $bindings)
* @method static mixed skip($value)
* @method static mixed offset($value)
* @method static mixed take($value)
* @method static mixed limit($value)
* @method static mixed groupLimit($value, $column)
* @method static mixed forPage($page, $perPage)
* @method static mixed forPageBeforeId($perPage, $lastId, $column)
* @method static mixed forPageAfterId($perPage, $lastId, $column)
* @method static mixed reorder($column, $direction)
* @method static mixed union($query, $all)
* @method static mixed unionAll($query)
* @method static mixed lock($value)
* @method static mixed lockForUpdate()
* @method static mixed sharedLock()
* @method static mixed beforeQuery(callable $callback)
* @method static mixed applyBeforeQueryCallbacks()
* @method static mixed afterQuery(Closure $callback)
* @method static mixed applyAfterQueryCallbacks($result)
* @method static mixed toSql()
* @method static mixed toRawSql()
* @method static mixed find($id, $columns)
* @method static mixed findOr($id, $columns, Closure $callback)
* @method static mixed value($column)
* @method static mixed rawValue(string $expression, array $bindings)
* @method static mixed soleValue($column)
* @method static mixed get($columns)
* @method static mixed paginate($perPage, $columns, $pageName, $page, $total)
* @method static mixed simplePaginate($perPage, $columns, $pageName, $page)
* @method static mixed cursorPaginate($perPage, $columns, $cursorName, $cursor)
* @method static mixed getCountForPagination($columns)
* @method static mixed cursor()
* @method static mixed pluck($column, $key)
* @method static mixed implode($column, $glue)
* @method static mixed exists()
* @method static mixed doesntExist()
* @method static mixed existsOr(Closure $callback)
* @method static mixed doesntExistOr(Closure $callback)
* @method static mixed count($columns)
* @method static mixed min($column)
* @method static mixed max($column)
* @method static mixed sum($column)
* @method static mixed avg($column)
* @method static mixed average($column)
* @method static mixed aggregate($function, $columns)
* @method static mixed numericAggregate($function, $columns)
* @method static mixed insert(array $values)
* @method static mixed insertOrIgnore(array $values)
* @method static mixed insertGetId(array $values, $sequence)
* @method static mixed insertUsing(array $columns, $query)
* @method static mixed insertOrIgnoreUsing(array $columns, $query)
* @method static mixed update(array $values)
* @method static mixed updateFrom(array $values)
* @method static mixed updateOrInsert(array $attributes, callable|array $values)
* @method static mixed upsert(array $values, $uniqueBy, $update)
* @method static mixed increment($column, $amount, array $extra)
* @method static mixed incrementEach(array $columns, array $extra)
* @method static mixed decrement($column, $amount, array $extra)
* @method static mixed decrementEach(array $columns, array $extra)
* @method static mixed delete($id)
* @method static mixed truncate()
* @method static mixed newQuery()
* @method static mixed getColumns()
* @method static mixed raw($value)
* @method static mixed getBindings()
* @method static mixed getRawBindings()
* @method static mixed setBindings(array $bindings, $type)
* @method static mixed addBinding($value, $type)
* @method static mixed castBinding($value)
* @method static mixed mergeBindings(self $query)
* @method static mixed cleanBindings(array $bindings)
* @method static mixed getConnection()
* @method static mixed getProcessor()
* @method static mixed getGrammar()
* @method static mixed useWritePdo()
* @method static mixed clone()
* @method static mixed cloneWithout(array $properties)
* @method static mixed cloneWithoutBindings(array $except)
* @method static mixed dump($args)
* @method static mixed dumpRawSql()
* @method static mixed dd()
* @method static mixed ddRawSql()
* @method static mixed chunk($count, callable $callback)
* @method static mixed chunkMap(callable $callback, $count)
* @method static mixed each(callable $callback, $count)
* @method static mixed chunkById($count, callable $callback, $column, $alias)
* @method static mixed chunkByIdDesc($count, callable $callback, $column, $alias)
* @method static mixed orderedChunkById($count, callable $callback, $column, $alias, $descending)
* @method static mixed eachById(callable $callback, $count, $column, $alias)
* @method static mixed lazy($chunkSize)
* @method static mixed lazyById($chunkSize, $column, $alias)
* @method static mixed lazyByIdDesc($chunkSize, $column, $alias)
* @method static mixed first($columns)
* @method static mixed firstOrFail($columns, $message)
* @method static mixed sole($columns)
* @method static mixed tap($callback)
* @method static mixed when($value, callable $callback, callable $default)
* @method static mixed unless($value, callable $callback, callable $default)
* @method static mixed explain()
* @method static mixed macro($name, $macro)
* @method static mixed mixin($mixin, $replace)
* @method static mixed hasMacro($name)
* @method static mixed flushMacros()
* @method static mixed macroCall($method, $parameters)
* @mixin \Illuminate\Database\Query\Builder
*/
class Conversation extends \Illuminate\Database\Eloquent\Model
{
//
}
/**
* App\Models\Country
*
* @property \Illuminate\Support\Carbon|null $updated_at
* @property \Illuminate\Support\Carbon|null $created_at
* @property enum('active','inactive') $status
* @property string $symbol
* @property string $dial_code
* @property string $flag_url
* @property string $name
* @property int $id
* @property-read \Illuminate\Database\Eloquent\Collection<int, \App\Models\State> $states
* @property-read int|null $states_count
* @property-read \Illuminate\Database\Eloquent\Collection<int, \App\Models\City> $cities
* @property-read int|null $cities_count
* @method static \Illuminate\Database\Eloquent\Builder|Country whereId($value)
* @method static \Illuminate\Database\Eloquent\Builder|Country whereName($value)
* @method static \Illuminate\Database\Eloquent\Builder|Country whereFlagUrl($value)
* @method static \Illuminate\Database\Eloquent\Builder|Country whereDialCode($value)
* @method static \Illuminate\Database\Eloquent\Builder|Country whereSymbol($value)
* @method static \Illuminate\Database\Eloquent\Builder|Country whereStatus($value)
* @method static \Illuminate\Database\Eloquent\Builder|Country whereCreatedAt($value)
* @method static \Illuminate\Database\Eloquent\Builder|Country whereUpdatedAt($value)
* @method static \Illuminate\Database\Eloquent\Builder|Country newModelQuery()
* @method static \Illuminate\Database\Eloquent\Builder|Country newQuery()
* @method static \Illuminate\Database\Eloquent\Builder|Country query()
* @method static mixed select($columns)
* @method static mixed selectSub($query, $as)
* @method static mixed selectRaw($expression, array $bindings)
* @method static mixed fromSub($query, $as)
* @method static mixed fromRaw($expression, $bindings)
* @method static mixed addSelect($column)
* @method static mixed distinct()
* @method static mixed from($table, $as)
* @method static mixed useIndex($index)
* @method static mixed forceIndex($index)
* @method static mixed ignoreIndex($index)
* @method static mixed join($table, $first, $operator, $second, $type, $where)
* @method static mixed joinWhere($table, $first, $operator, $second, $type)
* @method static mixed joinSub($query, $as, $first, $operator, $second, $type, $where)
* @method static mixed joinLateral($query, string $as, string $type)
* @method static mixed leftJoinLateral($query, string $as)
* @method static mixed leftJoin($table, $first, $operator, $second)
* @method static mixed leftJoinWhere($table, $first, $operator, $second)
* @method static mixed leftJoinSub($query, $as, $first, $operator, $second)
* @method static mixed rightJoin($table, $first, $operator, $second)
* @method static mixed rightJoinWhere($table, $first, $operator, $second)
* @method static mixed rightJoinSub($query, $as, $first, $operator, $second)
* @method static mixed crossJoin($table, $first, $operator, $second)
* @method static mixed crossJoinSub($query, $as)
* @method static mixed mergeWheres($wheres, $bindings)
* @method static mixed where($column, $operator, $value, $boolean)
* @method static mixed prepareValueAndOperator($value, $operator, $useDefault)
* @method static mixed orWhere($column, $operator, $value)
* @method static mixed whereNot($column, $operator, $value, $boolean)
* @method static mixed orWhereNot($column, $operator, $value)
* @method static mixed whereColumn($first, $operator, $second, $boolean)
* @method static mixed orWhereColumn($first, $operator, $second)
* @method static mixed whereRaw($sql, $bindings, $boolean)
* @method static mixed orWhereRaw($sql, $bindings)
* @method static mixed whereLike($column, $value, $caseSensitive, $boolean, $not)
* @method static mixed orWhereLike($column, $value, $caseSensitive)
* @method static mixed whereNotLike($column, $value, $caseSensitive, $boolean)
* @method static mixed orWhereNotLike($column, $value, $caseSensitive)
* @method static mixed whereIn($column, $values, $boolean, $not)
* @method static mixed orWhereIn($column, $values)
* @method static mixed whereNotIn($column, $values, $boolean)
* @method static mixed orWhereNotIn($column, $values)
* @method static mixed whereIntegerInRaw($column, $values, $boolean, $not)
* @method static mixed orWhereIntegerInRaw($column, $values)
* @method static mixed whereIntegerNotInRaw($column, $values, $boolean)
* @method static mixed orWhereIntegerNotInRaw($column, $values)
* @method static mixed whereNull($columns, $boolean, $not)
* @method static mixed orWhereNull($column)
* @method static mixed whereNotNull($columns, $boolean)
* @method static mixed whereBetween($column, iterable $values, $boolean, $not)
* @method static mixed whereBetweenColumns($column, array $values, $boolean, $not)
* @method static mixed orWhereBetween($column, iterable $values)
* @method static mixed orWhereBetweenColumns($column, array $values)
* @method static mixed whereNotBetween($column, iterable $values, $boolean)
* @method static mixed whereNotBetweenColumns($column, array $values, $boolean)
* @method static mixed orWhereNotBetween($column, iterable $values)
* @method static mixed orWhereNotBetweenColumns($column, array $values)
* @method static mixed orWhereNotNull($column)
* @method static mixed whereDate($column, $operator, $value, $boolean)
* @method static mixed orWhereDate($column, $operator, $value)
* @method static mixed whereTime($column, $operator, $value, $boolean)
* @method static mixed orWhereTime($column, $operator, $value)
* @method static mixed whereDay($column, $operator, $value, $boolean)
* @method static mixed orWhereDay($column, $operator, $value)
* @method static mixed whereMonth($column, $operator, $value, $boolean)
* @method static mixed orWhereMonth($column, $operator, $value)
* @method static mixed whereYear($column, $operator, $value, $boolean)
* @method static mixed orWhereYear($column, $operator, $value)
* @method static mixed whereNested(Closure $callback, $boolean)
* @method static mixed forNestedWhere()
* @method static mixed addNestedWhereQuery($query, $boolean)
* @method static mixed whereExists($callback, $boolean, $not)
* @method static mixed orWhereExists($callback, $not)
* @method static mixed whereNotExists($callback, $boolean)
* @method static mixed orWhereNotExists($callback)
* @method static mixed addWhereExistsQuery(self $query, $boolean, $not)
* @method static mixed whereRowValues($columns, $operator, $values, $boolean)
* @method static mixed orWhereRowValues($columns, $operator, $values)
* @method static mixed whereJsonContains($column, $value, $boolean, $not)
* @method static mixed orWhereJsonContains($column, $value)
* @method static mixed whereJsonDoesntContain($column, $value, $boolean)
* @method static mixed orWhereJsonDoesntContain($column, $value)
* @method static mixed whereJsonOverlaps($column, $value, $boolean, $not)
* @method static mixed orWhereJsonOverlaps($column, $value)
* @method static mixed whereJsonDoesntOverlap($column, $value, $boolean)
* @method static mixed orWhereJsonDoesntOverlap($column, $value)
* @method static mixed whereJsonContainsKey($column, $boolean, $not)
* @method static mixed orWhereJsonContainsKey($column)
* @method static mixed whereJsonDoesntContainKey($column, $boolean)
* @method static mixed orWhereJsonDoesntContainKey($column)
* @method static mixed whereJsonLength($column, $operator, $value, $boolean)
* @method static mixed orWhereJsonLength($column, $operator, $value)
* @method static mixed dynamicWhere($method, $parameters)
* @method static mixed whereFullText($columns, $value, array $options, $boolean)
* @method static mixed orWhereFullText($columns, $value, array $options)
* @method static mixed whereAll($columns, $operator, $value, $boolean)
* @method static mixed orWhereAll($columns, $operator, $value)
* @method static mixed whereAny($columns, $operator, $value, $boolean)
* @method static mixed orWhereAny($columns, $operator, $value)
* @method static mixed whereNone($columns, $operator, $value, $boolean)
* @method static mixed orWhereNone($columns, $operator, $value)
* @method static mixed groupBy($groups)
* @method static mixed groupByRaw($sql, array $bindings)
* @method static mixed having($column, $operator, $value, $boolean)
* @method static mixed orHaving($column, $operator, $value)
* @method static mixed havingNested(Closure $callback, $boolean)
* @method static mixed addNestedHavingQuery($query, $boolean)
* @method static mixed havingNull($columns, $boolean, $not)
* @method static mixed orHavingNull($column)
* @method static mixed havingNotNull($columns, $boolean)
* @method static mixed orHavingNotNull($column)
* @method static mixed havingBetween($column, iterable $values, $boolean, $not)
* @method static mixed havingRaw($sql, array $bindings, $boolean)
* @method static mixed orHavingRaw($sql, array $bindings)
* @method static mixed orderBy($column, $direction)
* @method static mixed orderByDesc($column)
* @method static mixed latest($column)
* @method static mixed oldest($column)
* @method static mixed inRandomOrder($seed)
* @method static mixed orderByRaw($sql, $bindings)
* @method static mixed skip($value)
* @method static mixed offset($value)
* @method static mixed take($value)
* @method static mixed limit($value)
* @method static mixed groupLimit($value, $column)
* @method static mixed forPage($page, $perPage)
* @method static mixed forPageBeforeId($perPage, $lastId, $column)
* @method static mixed forPageAfterId($perPage, $lastId, $column)
* @method static mixed reorder($column, $direction)
* @method static mixed union($query, $all)
* @method static mixed unionAll($query)
* @method static mixed lock($value)
* @method static mixed lockForUpdate()
* @method static mixed sharedLock()
* @method static mixed beforeQuery(callable $callback)
* @method static mixed applyBeforeQueryCallbacks()
* @method static mixed afterQuery(Closure $callback)
* @method static mixed applyAfterQueryCallbacks($result)
* @method static mixed toSql()
* @method static mixed toRawSql()
* @method static mixed find($id, $columns)
* @method static mixed findOr($id, $columns, Closure $callback)
* @method static mixed value($column)
* @method static mixed rawValue(string $expression, array $bindings)
* @method static mixed soleValue($column)
* @method static mixed get($columns)
* @method static mixed paginate($perPage, $columns, $pageName, $page, $total)
* @method static mixed simplePaginate($perPage, $columns, $pageName, $page)
* @method static mixed cursorPaginate($perPage, $columns, $cursorName, $cursor)
* @method static mixed getCountForPagination($columns)
* @method static mixed cursor()
* @method static mixed pluck($column, $key)
* @method static mixed implode($column, $glue)
* @method static mixed exists()
* @method static mixed doesntExist()
* @method static mixed existsOr(Closure $callback)
* @method static mixed doesntExistOr(Closure $callback)
* @method static mixed count($columns)
* @method static mixed min($column)
* @method static mixed max($column)
* @method static mixed sum($column)
* @method static mixed avg($column)
* @method static mixed average($column)
* @method static mixed aggregate($function, $columns)
* @method static mixed numericAggregate($function, $columns)
* @method static mixed insert(array $values)
* @method static mixed insertOrIgnore(array $values)
* @method static mixed insertGetId(array $values, $sequence)
* @method static mixed insertUsing(array $columns, $query)
* @method static mixed insertOrIgnoreUsing(array $columns, $query)
* @method static mixed update(array $values)
* @method static mixed updateFrom(array $values)
* @method static mixed updateOrInsert(array $attributes, callable|array $values)
* @method static mixed upsert(array $values, $uniqueBy, $update)
* @method static mixed increment($column, $amount, array $extra)
* @method static mixed incrementEach(array $columns, array $extra)
* @method static mixed decrement($column, $amount, array $extra)
* @method static mixed decrementEach(array $columns, array $extra)
* @method static mixed delete($id)
* @method static mixed truncate()
* @method static mixed newQuery()
* @method static mixed getColumns()
* @method static mixed raw($value)
* @method static mixed getBindings()
* @method static mixed getRawBindings()
* @method static mixed setBindings(array $bindings, $type)
* @method static mixed addBinding($value, $type)
* @method static mixed castBinding($value)
* @method static mixed mergeBindings(self $query)
* @method static mixed cleanBindings(array $bindings)
* @method static mixed getConnection()
* @method static mixed getProcessor()
* @method static mixed getGrammar()
* @method static mixed useWritePdo()
* @method static mixed clone()
* @method static mixed cloneWithout(array $properties)
* @method static mixed cloneWithoutBindings(array $except)
* @method static mixed dump($args)
* @method static mixed dumpRawSql()
* @method static mixed dd()
* @method static mixed ddRawSql()
* @method static mixed chunk($count, callable $callback)
* @method static mixed chunkMap(callable $callback, $count)
* @method static mixed each(callable $callback, $count)
* @method static mixed chunkById($count, callable $callback, $column, $alias)
* @method static mixed chunkByIdDesc($count, callable $callback, $column, $alias)
* @method static mixed orderedChunkById($count, callable $callback, $column, $alias, $descending)
* @method static mixed eachById(callable $callback, $count, $column, $alias)
* @method static mixed lazy($chunkSize)
* @method static mixed lazyById($chunkSize, $column, $alias)
* @method static mixed lazyByIdDesc($chunkSize, $column, $alias)
* @method static mixed first($columns)
* @method static mixed firstOrFail($columns, $message)
* @method static mixed sole($columns)
* @method static mixed tap($callback)
* @method static mixed when($value, callable $callback, callable $default)
* @method static mixed unless($value, callable $callback, callable $default)
* @method static mixed explain()
* @method static mixed macro($name, $macro)
* @method static mixed mixin($mixin, $replace)
* @method static mixed hasMacro($name)
* @method static mixed flushMacros()
* @method static mixed macroCall($method, $parameters)
* @mixin \Illuminate\Database\Query\Builder
*/
class Country extends \Illuminate\Database\Eloquent\Model
{
//
}
/**
* App\Models\Faq
*
* @property \Illuminate\Support\Carbon|null $updated_at
* @property \Illuminate\Support\Carbon|null $created_at
* @property enum('active','inactive') $status
* @property string $answer
* @property string $question
* @property int $id
* @method static \Illuminate\Database\Eloquent\Builder|Faq whereId($value)
* @method static \Illuminate\Database\Eloquent\Builder|Faq whereQuestion($value)
* @method static \Illuminate\Database\Eloquent\Builder|Faq whereAnswer($value)
* @method static \Illuminate\Database\Eloquent\Builder|Faq whereStatus($value)
* @method static \Illuminate\Database\Eloquent\Builder|Faq whereCreatedAt($value)
* @method static \Illuminate\Database\Eloquent\Builder|Faq whereUpdatedAt($value)
* @method static \Illuminate\Database\Eloquent\Builder|Faq newModelQuery()
* @method static \Illuminate\Database\Eloquent\Builder|Faq newQuery()
* @method static \Illuminate\Database\Eloquent\Builder|Faq query()
* @method static mixed select($columns)
* @method static mixed selectSub($query, $as)
* @method static mixed selectRaw($expression, array $bindings)
* @method static mixed fromSub($query, $as)
* @method static mixed fromRaw($expression, $bindings)
* @method static mixed addSelect($column)
* @method static mixed distinct()
* @method static mixed from($table, $as)
* @method static mixed useIndex($index)
* @method static mixed forceIndex($index)
* @method static mixed ignoreIndex($index)
* @method static mixed join($table, $first, $operator, $second, $type, $where)
* @method static mixed joinWhere($table, $first, $operator, $second, $type)
* @method static mixed joinSub($query, $as, $first, $operator, $second, $type, $where)
* @method static mixed joinLateral($query, string $as, string $type)
* @method static mixed leftJoinLateral($query, string $as)
* @method static mixed leftJoin($table, $first, $operator, $second)
* @method static mixed leftJoinWhere($table, $first, $operator, $second)
* @method static mixed leftJoinSub($query, $as, $first, $operator, $second)
* @method static mixed rightJoin($table, $first, $operator, $second)
* @method static mixed rightJoinWhere($table, $first, $operator, $second)
* @method static mixed rightJoinSub($query, $as, $first, $operator, $second)
* @method static mixed crossJoin($table, $first, $operator, $second)
* @method static mixed crossJoinSub($query, $as)
* @method static mixed mergeWheres($wheres, $bindings)
* @method static mixed where($column, $operator, $value, $boolean)
* @method static mixed prepareValueAndOperator($value, $operator, $useDefault)
* @method static mixed orWhere($column, $operator, $value)
* @method static mixed whereNot($column, $operator, $value, $boolean)
* @method static mixed orWhereNot($column, $operator, $value)
* @method static mixed whereColumn($first, $operator, $second, $boolean)
* @method static mixed orWhereColumn($first, $operator, $second)
* @method static mixed whereRaw($sql, $bindings, $boolean)
* @method static mixed orWhereRaw($sql, $bindings)
* @method static mixed whereLike($column, $value, $caseSensitive, $boolean, $not)
* @method static mixed orWhereLike($column, $value, $caseSensitive)
* @method static mixed whereNotLike($column, $value, $caseSensitive, $boolean)
* @method static mixed orWhereNotLike($column, $value, $caseSensitive)
* @method static mixed whereIn($column, $values, $boolean, $not)
* @method static mixed orWhereIn($column, $values)
* @method static mixed whereNotIn($column, $values, $boolean)
* @method static mixed orWhereNotIn($column, $values)
* @method static mixed whereIntegerInRaw($column, $values, $boolean, $not)
* @method static mixed orWhereIntegerInRaw($column, $values)
* @method static mixed whereIntegerNotInRaw($column, $values, $boolean)
* @method static mixed orWhereIntegerNotInRaw($column, $values)
* @method static mixed whereNull($columns, $boolean, $not)
* @method static mixed orWhereNull($column)
* @method static mixed whereNotNull($columns, $boolean)
* @method static mixed whereBetween($column, iterable $values, $boolean, $not)
* @method static mixed whereBetweenColumns($column, array $values, $boolean, $not)
* @method static mixed orWhereBetween($column, iterable $values)
* @method static mixed orWhereBetweenColumns($column, array $values)
* @method static mixed whereNotBetween($column, iterable $values, $boolean)
* @method static mixed whereNotBetweenColumns($column, array $values, $boolean)
* @method static mixed orWhereNotBetween($column, iterable $values)
* @method static mixed orWhereNotBetweenColumns($column, array $values)
* @method static mixed orWhereNotNull($column)
* @method static mixed whereDate($column, $operator, $value, $boolean)
* @method static mixed orWhereDate($column, $operator, $value)
* @method static mixed whereTime($column, $operator, $value, $boolean)
* @method static mixed orWhereTime($column, $operator, $value)
* @method static mixed whereDay($column, $operator, $value, $boolean)
* @method static mixed orWhereDay($column, $operator, $value)
* @method static mixed whereMonth($column, $operator, $value, $boolean)
* @method static mixed orWhereMonth($column, $operator, $value)
* @method static mixed whereYear($column, $operator, $value, $boolean)
* @method static mixed orWhereYear($column, $operator, $value)
* @method static mixed whereNested(Closure $callback, $boolean)
* @method static mixed forNestedWhere()
* @method static mixed addNestedWhereQuery($query, $boolean)
* @method static mixed whereExists($callback, $boolean, $not)
* @method static mixed orWhereExists($callback, $not)
* @method static mixed whereNotExists($callback, $boolean)
* @method static mixed orWhereNotExists($callback)
* @method static mixed addWhereExistsQuery(self $query, $boolean, $not)
* @method static mixed whereRowValues($columns, $operator, $values, $boolean)
* @method static mixed orWhereRowValues($columns, $operator, $values)
* @method static mixed whereJsonContains($column, $value, $boolean, $not)
* @method static mixed orWhereJsonContains($column, $value)
* @method static mixed whereJsonDoesntContain($column, $value, $boolean)
* @method static mixed orWhereJsonDoesntContain($column, $value)
* @method static mixed whereJsonOverlaps($column, $value, $boolean, $not)
* @method static mixed orWhereJsonOverlaps($column, $value)
* @method static mixed whereJsonDoesntOverlap($column, $value, $boolean)
* @method static mixed orWhereJsonDoesntOverlap($column, $value)
* @method static mixed whereJsonContainsKey($column, $boolean, $not)
* @method static mixed orWhereJsonContainsKey($column)
* @method static mixed whereJsonDoesntContainKey($column, $boolean)
* @method static mixed orWhereJsonDoesntContainKey($column)
* @method static mixed whereJsonLength($column, $operator, $value, $boolean)
* @method static mixed orWhereJsonLength($column, $operator, $value)
* @method static mixed dynamicWhere($method, $parameters)
* @method static mixed whereFullText($columns, $value, array $options, $boolean)
* @method static mixed orWhereFullText($columns, $value, array $options)
* @method static mixed whereAll($columns, $operator, $value, $boolean)
* @method static mixed orWhereAll($columns, $operator, $value)
* @method static mixed whereAny($columns, $operator, $value, $boolean)
* @method static mixed orWhereAny($columns, $operator, $value)
* @method static mixed whereNone($columns, $operator, $value, $boolean)
* @method static mixed orWhereNone($columns, $operator, $value)
* @method static mixed groupBy($groups)
* @method static mixed groupByRaw($sql, array $bindings)
* @method static mixed having($column, $operator, $value, $boolean)
* @method static mixed orHaving($column, $operator, $value)
* @method static mixed havingNested(Closure $callback, $boolean)
* @method static mixed addNestedHavingQuery($query, $boolean)
* @method static mixed havingNull($columns, $boolean, $not)
* @method static mixed orHavingNull($column)
* @method static mixed havingNotNull($columns, $boolean)
* @method static mixed orHavingNotNull($column)
* @method static mixed havingBetween($column, iterable $values, $boolean, $not)
* @method static mixed havingRaw($sql, array $bindings, $boolean)
* @method static mixed orHavingRaw($sql, array $bindings)
* @method static mixed orderBy($column, $direction)
* @method static mixed orderByDesc($column)
* @method static mixed latest($column)
* @method static mixed oldest($column)
* @method static mixed inRandomOrder($seed)
* @method static mixed orderByRaw($sql, $bindings)
* @method static mixed skip($value)
* @method static mixed offset($value)
* @method static mixed take($value)
* @method static mixed limit($value)
* @method static mixed groupLimit($value, $column)
* @method static mixed forPage($page, $perPage)
* @method static mixed forPageBeforeId($perPage, $lastId, $column)
* @method static mixed forPageAfterId($perPage, $lastId, $column)
* @method static mixed reorder($column, $direction)
* @method static mixed union($query, $all)
* @method static mixed unionAll($query)
* @method static mixed lock($value)
* @method static mixed lockForUpdate()
* @method static mixed sharedLock()
* @method static mixed beforeQuery(callable $callback)
* @method static mixed applyBeforeQueryCallbacks()
* @method static mixed afterQuery(Closure $callback)
* @method static mixed applyAfterQueryCallbacks($result)
* @method static mixed toSql()
* @method static mixed toRawSql()
* @method static mixed find($id, $columns)
* @method static mixed findOr($id, $columns, Closure $callback)
* @method static mixed value($column)
* @method static mixed rawValue(string $expression, array $bindings)
* @method static mixed soleValue($column)
* @method static mixed get($columns)
* @method static mixed paginate($perPage, $columns, $pageName, $page, $total)
* @method static mixed simplePaginate($perPage, $columns, $pageName, $page)
* @method static mixed cursorPaginate($perPage, $columns, $cursorName, $cursor)
* @method static mixed getCountForPagination($columns)
* @method static mixed cursor()
* @method static mixed pluck($column, $key)
* @method static mixed implode($column, $glue)
* @method static mixed exists()
* @method static mixed doesntExist()
* @method static mixed existsOr(Closure $callback)
* @method static mixed doesntExistOr(Closure $callback)
* @method static mixed count($columns)
* @method static mixed min($column)
* @method static mixed max($column)
* @method static mixed sum($column)
* @method static mixed avg($column)
* @method static mixed average($column)
* @method static mixed aggregate($function, $columns)
* @method static mixed numericAggregate($function, $columns)
* @method static mixed insert(array $values)
* @method static mixed insertOrIgnore(array $values)
* @method static mixed insertGetId(array $values, $sequence)
* @method static mixed insertUsing(array $columns, $query)
* @method static mixed insertOrIgnoreUsing(array $columns, $query)
* @method static mixed update(array $values)
* @method static mixed updateFrom(array $values)
* @method static mixed updateOrInsert(array $attributes, callable|array $values)
* @method static mixed upsert(array $values, $uniqueBy, $update)
* @method static mixed increment($column, $amount, array $extra)
* @method static mixed incrementEach(array $columns, array $extra)
* @method static mixed decrement($column, $amount, array $extra)
* @method static mixed decrementEach(array $columns, array $extra)
* @method static mixed delete($id)
* @method static mixed truncate()
* @method static mixed newQuery()
* @method static mixed getColumns()
* @method static mixed raw($value)
* @method static mixed getBindings()
* @method static mixed getRawBindings()
* @method static mixed setBindings(array $bindings, $type)
* @method static mixed addBinding($value, $type)
* @method static mixed castBinding($value)
* @method static mixed mergeBindings(self $query)
* @method static mixed cleanBindings(array $bindings)
* @method static mixed getConnection()
* @method static mixed getProcessor()
* @method static mixed getGrammar()
* @method static mixed useWritePdo()
* @method static mixed clone()
* @method static mixed cloneWithout(array $properties)
* @method static mixed cloneWithoutBindings(array $except)
* @method static mixed dump($args)
* @method static mixed dumpRawSql()
* @method static mixed dd()
* @method static mixed ddRawSql()
* @method static mixed chunk($count, callable $callback)
* @method static mixed chunkMap(callable $callback, $count)
* @method static mixed each(callable $callback, $count)
* @method static mixed chunkById($count, callable $callback, $column, $alias)
* @method static mixed chunkByIdDesc($count, callable $callback, $column, $alias)
* @method static mixed orderedChunkById($count, callable $callback, $column, $alias, $descending)
* @method static mixed eachById(callable $callback, $count, $column, $alias)
* @method static mixed lazy($chunkSize)
* @method static mixed lazyById($chunkSize, $column, $alias)
* @method static mixed lazyByIdDesc($chunkSize, $column, $alias)
* @method static mixed first($columns)
* @method static mixed firstOrFail($columns, $message)
* @method static mixed sole($columns)
* @method static mixed tap($callback)
* @method static mixed when($value, callable $callback, callable $default)
* @method static mixed unless($value, callable $callback, callable $default)
* @method static mixed explain()
* @method static mixed macro($name, $macro)
* @method static mixed mixin($mixin, $replace)
* @method static mixed hasMacro($name)
* @method static mixed flushMacros()
* @method static mixed macroCall($method, $parameters)
* @mixin \Illuminate\Database\Query\Builder
*/
class Faq extends \Illuminate\Database\Eloquent\Model
{
//
}
/**
* App\Models\Gig
*
* @property string|null $currency
* @property \Illuminate\Support\Carbon|null $updated_at
* @property \Illuminate\Support\Carbon|null $created_at
* @property string $views
* @property enum('active','inactive') $status
* @property string $price
* @property array $image_public_ids
* @property array $image_urls
* @property string $description
* @property string|null $delivery_unit
* @property int|null $delivery_number
* @property string $slug
* @property string $title
* @property int $subcategory_id
* @property int $category_id
* @property int|null $user_id
* @property char(36) $uuid
* @property int $shop_id
* @property string $id
* @property-read \App\Models\Category $category
* @property-read \App\Models\User $user
* @property-read \Illuminate\Database\Eloquent\Collection<int, \App\Models\GigFaq> $faq
* @property-read int|null $faq_count
* @property-read \App\Models\Shop $shop
* @property-read \App\Models\Category $subcategory
* @property-read \Illuminate\Database\Eloquent\Collection<int, \App\Models\Review> $reviews
* @property-read int|null $reviews_count
* @property-read \Illuminate\Database\Eloquent\Collection<int, \App\Models\BookingForm> $bookings
* @property-read int|null $bookings_count
* @method static \Illuminate\Database\Eloquent\Builder|Gig whereId($value)
* @method static \Illuminate\Database\Eloquent\Builder|Gig whereShopId($value)
* @method static \Illuminate\Database\Eloquent\Builder|Gig whereUuid($value)
* @method static \Illuminate\Database\Eloquent\Builder|Gig whereUserId($value)
* @method static \Illuminate\Database\Eloquent\Builder|Gig whereCategoryId($value)
* @method static \Illuminate\Database\Eloquent\Builder|Gig whereSubcategoryId($value)
* @method static \Illuminate\Database\Eloquent\Builder|Gig whereTitle($value)
* @method static \Illuminate\Database\Eloquent\Builder|Gig whereSlug($value)
* @method static \Illuminate\Database\Eloquent\Builder|Gig whereDeliveryNumber($value)
* @method static \Illuminate\Database\Eloquent\Builder|Gig whereDeliveryUnit($value)
* @method static \Illuminate\Database\Eloquent\Builder|Gig whereDescription($value)
* @method static \Illuminate\Database\Eloquent\Builder|Gig whereImageUrls($value)
* @method static \Illuminate\Database\Eloquent\Builder|Gig whereImagePublicIds($value)
* @method static \Illuminate\Database\Eloquent\Builder|Gig wherePrice($value)
* @method static \Illuminate\Database\Eloquent\Builder|Gig whereStatus($value)
* @method static \Illuminate\Database\Eloquent\Builder|Gig whereViews($value)
* @method static \Illuminate\Database\Eloquent\Builder|Gig whereCreatedAt($value)
* @method static \Illuminate\Database\Eloquent\Builder|Gig whereUpdatedAt($value)
* @method static \Illuminate\Database\Eloquent\Builder|Gig whereCurrency($value)
* @method static \Illuminate\Database\Eloquent\Builder|Gig newModelQuery()
* @method static \Illuminate\Database\Eloquent\Builder|Gig newQuery()
* @method static \Illuminate\Database\Eloquent\Builder|Gig query()
* @method static mixed select($columns)
* @method static mixed selectSub($query, $as)
* @method static mixed selectRaw($expression, array $bindings)
* @method static mixed fromSub($query, $as)
* @method static mixed fromRaw($expression, $bindings)
* @method static mixed addSelect($column)
* @method static mixed distinct()
* @method static mixed from($table, $as)
* @method static mixed useIndex($index)
* @method static mixed forceIndex($index)
* @method static mixed ignoreIndex($index)
* @method static mixed join($table, $first, $operator, $second, $type, $where)
* @method static mixed joinWhere($table, $first, $operator, $second, $type)
* @method static mixed joinSub($query, $as, $first, $operator, $second, $type, $where)
* @method static mixed joinLateral($query, string $as, string $type)
* @method static mixed leftJoinLateral($query, string $as)
* @method static mixed leftJoin($table, $first, $operator, $second)
* @method static mixed leftJoinWhere($table, $first, $operator, $second)
* @method static mixed leftJoinSub($query, $as, $first, $operator, $second)
* @method static mixed rightJoin($table, $first, $operator, $second)
* @method static mixed rightJoinWhere($table, $first, $operator, $second)
* @method static mixed rightJoinSub($query, $as, $first, $operator, $second)
* @method static mixed crossJoin($table, $first, $operator, $second)
* @method static mixed crossJoinSub($query, $as)
* @method static mixed mergeWheres($wheres, $bindings)
* @method static mixed where($column, $operator, $value, $boolean)
* @method static mixed prepareValueAndOperator($value, $operator, $useDefault)
* @method static mixed orWhere($column, $operator, $value)
* @method static mixed whereNot($column, $operator, $value, $boolean)
* @method static mixed orWhereNot($column, $operator, $value)
* @method static mixed whereColumn($first, $operator, $second, $boolean)
* @method static mixed orWhereColumn($first, $operator, $second)
* @method static mixed whereRaw($sql, $bindings, $boolean)
* @method static mixed orWhereRaw($sql, $bindings)
* @method static mixed whereLike($column, $value, $caseSensitive, $boolean, $not)
* @method static mixed orWhereLike($column, $value, $caseSensitive)
* @method static mixed whereNotLike($column, $value, $caseSensitive, $boolean)
* @method static mixed orWhereNotLike($column, $value, $caseSensitive)
* @method static mixed whereIn($column, $values, $boolean, $not)
* @method static mixed orWhereIn($column, $values)
* @method static mixed whereNotIn($column, $values, $boolean)
* @method static mixed orWhereNotIn($column, $values)
* @method static mixed whereIntegerInRaw($column, $values, $boolean, $not)
* @method static mixed orWhereIntegerInRaw($column, $values)
* @method static mixed whereIntegerNotInRaw($column, $values, $boolean)
* @method static mixed orWhereIntegerNotInRaw($column, $values)
* @method static mixed whereNull($columns, $boolean, $not)
* @method static mixed orWhereNull($column)
* @method static mixed whereNotNull($columns, $boolean)
* @method static mixed whereBetween($column, iterable $values, $boolean, $not)
* @method static mixed whereBetweenColumns($column, array $values, $boolean, $not)
* @method static mixed orWhereBetween($column, iterable $values)
* @method static mixed orWhereBetweenColumns($column, array $values)
* @method static mixed whereNotBetween($column, iterable $values, $boolean)
* @method static mixed whereNotBetweenColumns($column, array $values, $boolean)
* @method static mixed orWhereNotBetween($column, iterable $values)
* @method static mixed orWhereNotBetweenColumns($column, array $values)
* @method static mixed orWhereNotNull($column)
* @method static mixed whereDate($column, $operator, $value, $boolean)
* @method static mixed orWhereDate($column, $operator, $value)
* @method static mixed whereTime($column, $operator, $value, $boolean)
* @method static mixed orWhereTime($column, $operator, $value)
* @method static mixed whereDay($column, $operator, $value, $boolean)
* @method static mixed orWhereDay($column, $operator, $value)
* @method static mixed whereMonth($column, $operator, $value, $boolean)
* @method static mixed orWhereMonth($column, $operator, $value)
* @method static mixed whereYear($column, $operator, $value, $boolean)
* @method static mixed orWhereYear($column, $operator, $value)
* @method static mixed whereNested(Closure $callback, $boolean)
* @method static mixed forNestedWhere()
* @method static mixed addNestedWhereQuery($query, $boolean)
* @method static mixed whereExists($callback, $boolean, $not)
* @method static mixed orWhereExists($callback, $not)
* @method static mixed whereNotExists($callback, $boolean)
* @method static mixed orWhereNotExists($callback)
* @method static mixed addWhereExistsQuery(self $query, $boolean, $not)
* @method static mixed whereRowValues($columns, $operator, $values, $boolean)
* @method static mixed orWhereRowValues($columns, $operator, $values)
* @method static mixed whereJsonContains($column, $value, $boolean, $not)
* @method static mixed orWhereJsonContains($column, $value)
* @method static mixed whereJsonDoesntContain($column, $value, $boolean)
* @method static mixed orWhereJsonDoesntContain($column, $value)
* @method static mixed whereJsonOverlaps($column, $value, $boolean, $not)
* @method static mixed orWhereJsonOverlaps($column, $value)
* @method static mixed whereJsonDoesntOverlap($column, $value, $boolean)
* @method static mixed orWhereJsonDoesntOverlap($column, $value)
* @method static mixed whereJsonContainsKey($column, $boolean, $not)
* @method static mixed orWhereJsonContainsKey($column)
* @method static mixed whereJsonDoesntContainKey($column, $boolean)
* @method static mixed orWhereJsonDoesntContainKey($column)
* @method static mixed whereJsonLength($column, $operator, $value, $boolean)
* @method static mixed orWhereJsonLength($column, $operator, $value)
* @method static mixed dynamicWhere($method, $parameters)
* @method static mixed whereFullText($columns, $value, array $options, $boolean)
* @method static mixed orWhereFullText($columns, $value, array $options)
* @method static mixed whereAll($columns, $operator, $value, $boolean)
* @method static mixed orWhereAll($columns, $operator, $value)
* @method static mixed whereAny($columns, $operator, $value, $boolean)
* @method static mixed orWhereAny($columns, $operator, $value)
* @method static mixed whereNone($columns, $operator, $value, $boolean)
* @method static mixed orWhereNone($columns, $operator, $value)
* @method static mixed groupBy($groups)
* @method static mixed groupByRaw($sql, array $bindings)
* @method static mixed having($column, $operator, $value, $boolean)
* @method static mixed orHaving($column, $operator, $value)
* @method static mixed havingNested(Closure $callback, $boolean)
* @method static mixed addNestedHavingQuery($query, $boolean)
* @method static mixed havingNull($columns, $boolean, $not)
* @method static mixed orHavingNull($column)
* @method static mixed havingNotNull($columns, $boolean)
* @method static mixed orHavingNotNull($column)
* @method static mixed havingBetween($column, iterable $values, $boolean, $not)
* @method static mixed havingRaw($sql, array $bindings, $boolean)
* @method static mixed orHavingRaw($sql, array $bindings)
* @method static mixed orderBy($column, $direction)
* @method static mixed orderByDesc($column)
* @method static mixed latest($column)
* @method static mixed oldest($column)
* @method static mixed inRandomOrder($seed)
* @method static mixed orderByRaw($sql, $bindings)
* @method static mixed skip($value)
* @method static mixed offset($value)
* @method static mixed take($value)
* @method static mixed limit($value)
* @method static mixed groupLimit($value, $column)
* @method static mixed forPage($page, $perPage)
* @method static mixed forPageBeforeId($perPage, $lastId, $column)
* @method static mixed forPageAfterId($perPage, $lastId, $column)
* @method static mixed reorder($column, $direction)
* @method static mixed union($query, $all)
* @method static mixed unionAll($query)
* @method static mixed lock($value)
* @method static mixed lockForUpdate()
* @method static mixed sharedLock()
* @method static mixed beforeQuery(callable $callback)
* @method static mixed applyBeforeQueryCallbacks()
* @method static mixed afterQuery(Closure $callback)
* @method static mixed applyAfterQueryCallbacks($result)
* @method static mixed toSql()
* @method static mixed toRawSql()
* @method static mixed find($id, $columns)
* @method static mixed findOr($id, $columns, Closure $callback)
* @method static mixed value($column)
* @method static mixed rawValue(string $expression, array $bindings)
* @method static mixed soleValue($column)
* @method static mixed get($columns)
* @method static mixed paginate($perPage, $columns, $pageName, $page, $total)
* @method static mixed simplePaginate($perPage, $columns, $pageName, $page)
* @method static mixed cursorPaginate($perPage, $columns, $cursorName, $cursor)
* @method static mixed getCountForPagination($columns)
* @method static mixed cursor()
* @method static mixed pluck($column, $key)
* @method static mixed implode($column, $glue)
* @method static mixed exists()
* @method static mixed doesntExist()
* @method static mixed existsOr(Closure $callback)
* @method static mixed doesntExistOr(Closure $callback)
* @method static mixed count($columns)
* @method static mixed min($column)
* @method static mixed max($column)
* @method static mixed sum($column)
* @method static mixed avg($column)
* @method static mixed average($column)
* @method static mixed aggregate($function, $columns)
* @method static mixed numericAggregate($function, $columns)
* @method static mixed insert(array $values)
* @method static mixed insertOrIgnore(array $values)
* @method static mixed insertGetId(array $values, $sequence)
* @method static mixed insertUsing(array $columns, $query)
* @method static mixed insertOrIgnoreUsing(array $columns, $query)
* @method static mixed update(array $values)
* @method static mixed updateFrom(array $values)
* @method static mixed updateOrInsert(array $attributes, callable|array $values)
* @method static mixed upsert(array $values, $uniqueBy, $update)
* @method static mixed increment($column, $amount, array $extra)
* @method static mixed incrementEach(array $columns, array $extra)
* @method static mixed decrement($column, $amount, array $extra)
* @method static mixed decrementEach(array $columns, array $extra)
* @method static mixed delete($id)
* @method static mixed truncate()
* @method static mixed newQuery()
* @method static mixed getColumns()
* @method static mixed raw($value)
* @method static mixed getBindings()
* @method static mixed getRawBindings()
* @method static mixed setBindings(array $bindings, $type)
* @method static mixed addBinding($value, $type)
* @method static mixed castBinding($value)
* @method static mixed mergeBindings(self $query)
* @method static mixed cleanBindings(array $bindings)
* @method static mixed getConnection()
* @method static mixed getProcessor()
* @method static mixed getGrammar()
* @method static mixed useWritePdo()
* @method static mixed clone()
* @method static mixed cloneWithout(array $properties)
* @method static mixed cloneWithoutBindings(array $except)
* @method static mixed dump($args)
* @method static mixed dumpRawSql()
* @method static mixed dd()
* @method static mixed ddRawSql()
* @method static mixed chunk($count, callable $callback)
* @method static mixed chunkMap(callable $callback, $count)
* @method static mixed each(callable $callback, $count)
* @method static mixed chunkById($count, callable $callback, $column, $alias)
* @method static mixed chunkByIdDesc($count, callable $callback, $column, $alias)
* @method static mixed orderedChunkById($count, callable $callback, $column, $alias, $descending)
* @method static mixed eachById(callable $callback, $count, $column, $alias)
* @method static mixed lazy($chunkSize)
* @method static mixed lazyById($chunkSize, $column, $alias)
* @method static mixed lazyByIdDesc($chunkSize, $column, $alias)
* @method static mixed first($columns)
* @method static mixed firstOrFail($columns, $message)
* @method static mixed sole($columns)
* @method static mixed tap($callback)
* @method static mixed when($value, callable $callback, callable $default)
* @method static mixed unless($value, callable $callback, callable $default)
* @method static mixed explain()
* @method static mixed macro($name, $macro)
* @method static mixed mixin($mixin, $replace)
* @method static mixed hasMacro($name)
* @method static mixed flushMacros()
* @method static mixed macroCall($method, $parameters)
* @mixin \Illuminate\Database\Query\Builder
*/
class Gig extends \Illuminate\Database\Eloquent\Model
{
//
}
/**
* App\Models\GigFaq
*
* @property \Illuminate\Support\Carbon|null $updated_at
* @property \Illuminate\Support\Carbon|null $created_at
* @property enum('active','inactive') $status
* @property int $user_id
* @property string $question
* @property string $answer
* @property string $gig_id
* @property char(36) $uuid
* @property int $id
* @property-read \App\Models\User $user
* @property-read \App\Models\Gig $gigs
* @method static \Illuminate\Database\Eloquent\Builder|GigFaq whereId($value)
* @method static \Illuminate\Database\Eloquent\Builder|GigFaq whereUuid($value)
* @method static \Illuminate\Database\Eloquent\Builder|GigFaq whereGigId($value)
* @method static \Illuminate\Database\Eloquent\Builder|GigFaq whereAnswer($value)
* @method static \Illuminate\Database\Eloquent\Builder|GigFaq whereQuestion($value)
* @method static \Illuminate\Database\Eloquent\Builder|GigFaq whereUserId($value)
* @method static \Illuminate\Database\Eloquent\Builder|GigFaq whereStatus($value)
* @method static \Illuminate\Database\Eloquent\Builder|GigFaq whereCreatedAt($value)
* @method static \Illuminate\Database\Eloquent\Builder|GigFaq whereUpdatedAt($value)
* @method static \Illuminate\Database\Eloquent\Builder|GigFaq newModelQuery()
* @method static \Illuminate\Database\Eloquent\Builder|GigFaq newQuery()
* @method static \Illuminate\Database\Eloquent\Builder|GigFaq query()
* @method static mixed select($columns)
* @method static mixed selectSub($query, $as)
* @method static mixed selectRaw($expression, array $bindings)
* @method static mixed fromSub($query, $as)
* @method static mixed fromRaw($expression, $bindings)
* @method static mixed addSelect($column)
* @method static mixed distinct()
* @method static mixed from($table, $as)
* @method static mixed useIndex($index)
* @method static mixed forceIndex($index)
* @method static mixed ignoreIndex($index)
* @method static mixed join($table, $first, $operator, $second, $type, $where)
* @method static mixed joinWhere($table, $first, $operator, $second, $type)
* @method static mixed joinSub($query, $as, $first, $operator, $second, $type, $where)
* @method static mixed joinLateral($query, string $as, string $type)
* @method static mixed leftJoinLateral($query, string $as)
* @method static mixed leftJoin($table, $first, $operator, $second)
* @method static mixed leftJoinWhere($table, $first, $operator, $second)
* @method static mixed leftJoinSub($query, $as, $first, $operator, $second)
* @method static mixed rightJoin($table, $first, $operator, $second)
* @method static mixed rightJoinWhere($table, $first, $operator, $second)
* @method static mixed rightJoinSub($query, $as, $first, $operator, $second)
* @method static mixed crossJoin($table, $first, $operator, $second)
* @method static mixed crossJoinSub($query, $as)
* @method static mixed mergeWheres($wheres, $bindings)
* @method static mixed where($column, $operator, $value, $boolean)
* @method static mixed prepareValueAndOperator($value, $operator, $useDefault)
* @method static mixed orWhere($column, $operator, $value)
* @method static mixed whereNot($column, $operator, $value, $boolean)
* @method static mixed orWhereNot($column, $operator, $value)
* @method static mixed whereColumn($first, $operator, $second, $boolean)
* @method static mixed orWhereColumn($first, $operator, $second)
* @method static mixed whereRaw($sql, $bindings, $boolean)
* @method static mixed orWhereRaw($sql, $bindings)
* @method static mixed whereLike($column, $value, $caseSensitive, $boolean, $not)
* @method static mixed orWhereLike($column, $value, $caseSensitive)
* @method static mixed whereNotLike($column, $value, $caseSensitive, $boolean)
* @method static mixed orWhereNotLike($column, $value, $caseSensitive)
* @method static mixed whereIn($column, $values, $boolean, $not)
* @method static mixed orWhereIn($column, $values)
* @method static mixed whereNotIn($column, $values, $boolean)
* @method static mixed orWhereNotIn($column, $values)
* @method static mixed whereIntegerInRaw($column, $values, $boolean, $not)
* @method static mixed orWhereIntegerInRaw($column, $values)
* @method static mixed whereIntegerNotInRaw($column, $values, $boolean)
* @method static mixed orWhereIntegerNotInRaw($column, $values)
* @method static mixed whereNull($columns, $boolean, $not)
* @method static mixed orWhereNull($column)
* @method static mixed whereNotNull($columns, $boolean)
* @method static mixed whereBetween($column, iterable $values, $boolean, $not)
* @method static mixed whereBetweenColumns($column, array $values, $boolean, $not)
* @method static mixed orWhereBetween($column, iterable $values)
* @method static mixed orWhereBetweenColumns($column, array $values)
* @method static mixed whereNotBetween($column, iterable $values, $boolean)
* @method static mixed whereNotBetweenColumns($column, array $values, $boolean)
* @method static mixed orWhereNotBetween($column, iterable $values)
* @method static mixed orWhereNotBetweenColumns($column, array $values)
* @method static mixed orWhereNotNull($column)
* @method static mixed whereDate($column, $operator, $value, $boolean)
* @method static mixed orWhereDate($column, $operator, $value)
* @method static mixed whereTime($column, $operator, $value, $boolean)
* @method static mixed orWhereTime($column, $operator, $value)
* @method static mixed whereDay($column, $operator, $value, $boolean)
* @method static mixed orWhereDay($column, $operator, $value)
* @method static mixed whereMonth($column, $operator, $value, $boolean)
* @method static mixed orWhereMonth($column, $operator, $value)
* @method static mixed whereYear($column, $operator, $value, $boolean)
* @method static mixed orWhereYear($column, $operator, $value)
* @method static mixed whereNested(Closure $callback, $boolean)
* @method static mixed forNestedWhere()
* @method static mixed addNestedWhereQuery($query, $boolean)
* @method static mixed whereExists($callback, $boolean, $not)
* @method static mixed orWhereExists($callback, $not)
* @method static mixed whereNotExists($callback, $boolean)
* @method static mixed orWhereNotExists($callback)
* @method static mixed addWhereExistsQuery(self $query, $boolean, $not)
* @method static mixed whereRowValues($columns, $operator, $values, $boolean)
* @method static mixed orWhereRowValues($columns, $operator, $values)
* @method static mixed whereJsonContains($column, $value, $boolean, $not)
* @method static mixed orWhereJsonContains($column, $value)
* @method static mixed whereJsonDoesntContain($column, $value, $boolean)
* @method static mixed orWhereJsonDoesntContain($column, $value)
* @method static mixed whereJsonOverlaps($column, $value, $boolean, $not)
* @method static mixed orWhereJsonOverlaps($column, $value)
* @method static mixed whereJsonDoesntOverlap($column, $value, $boolean)
* @method static mixed orWhereJsonDoesntOverlap($column, $value)
* @method static mixed whereJsonContainsKey($column, $boolean, $not)
* @method static mixed orWhereJsonContainsKey($column)
* @method static mixed whereJsonDoesntContainKey($column, $boolean)
* @method static mixed orWhereJsonDoesntContainKey($column)
* @method static mixed whereJsonLength($column, $operator, $value, $boolean)
* @method static mixed orWhereJsonLength($column, $operator, $value)
* @method static mixed dynamicWhere($method, $parameters)
* @method static mixed whereFullText($columns, $value, array $options, $boolean)
* @method static mixed orWhereFullText($columns, $value, array $options)
* @method static mixed whereAll($columns, $operator, $value, $boolean)
* @method static mixed orWhereAll($columns, $operator, $value)
* @method static mixed whereAny($columns, $operator, $value, $boolean)
* @method static mixed orWhereAny($columns, $operator, $value)
* @method static mixed whereNone($columns, $operator, $value, $boolean)
* @method static mixed orWhereNone($columns, $operator, $value)
* @method static mixed groupBy($groups)
* @method static mixed groupByRaw($sql, array $bindings)
* @method static mixed having($column, $operator, $value, $boolean)
* @method static mixed orHaving($column, $operator, $value)
* @method static mixed havingNested(Closure $callback, $boolean)
* @method static mixed addNestedHavingQuery($query, $boolean)
* @method static mixed havingNull($columns, $boolean, $not)
* @method static mixed orHavingNull($column)
* @method static mixed havingNotNull($columns, $boolean)
* @method static mixed orHavingNotNull($column)
* @method static mixed havingBetween($column, iterable $values, $boolean, $not)
* @method static mixed havingRaw($sql, array $bindings, $boolean)
* @method static mixed orHavingRaw($sql, array $bindings)
* @method static mixed orderBy($column, $direction)
* @method static mixed orderByDesc($column)
* @method static mixed latest($column)
* @method static mixed oldest($column)
* @method static mixed inRandomOrder($seed)
* @method static mixed orderByRaw($sql, $bindings)
* @method static mixed skip($value)
* @method static mixed offset($value)
* @method static mixed take($value)
* @method static mixed limit($value)
* @method static mixed groupLimit($value, $column)
* @method static mixed forPage($page, $perPage)
* @method static mixed forPageBeforeId($perPage, $lastId, $column)
* @method static mixed forPageAfterId($perPage, $lastId, $column)
* @method static mixed reorder($column, $direction)
* @method static mixed union($query, $all)
* @method static mixed unionAll($query)
* @method static mixed lock($value)
* @method static mixed lockForUpdate()
* @method static mixed sharedLock()
* @method static mixed beforeQuery(callable $callback)
* @method static mixed applyBeforeQueryCallbacks()
* @method static mixed afterQuery(Closure $callback)
* @method static mixed applyAfterQueryCallbacks($result)
* @method static mixed toSql()
* @method static mixed toRawSql()
* @method static mixed find($id, $columns)
* @method static mixed findOr($id, $columns, Closure $callback)
* @method static mixed value($column)
* @method static mixed rawValue(string $expression, array $bindings)
* @method static mixed soleValue($column)
* @method static mixed get($columns)
* @method static mixed paginate($perPage, $columns, $pageName, $page, $total)
* @method static mixed simplePaginate($perPage, $columns, $pageName, $page)
* @method static mixed cursorPaginate($perPage, $columns, $cursorName, $cursor)
* @method static mixed getCountForPagination($columns)
* @method static mixed cursor()
* @method static mixed pluck($column, $key)
* @method static mixed implode($column, $glue)
* @method static mixed exists()
* @method static mixed doesntExist()
* @method static mixed existsOr(Closure $callback)
* @method static mixed doesntExistOr(Closure $callback)
* @method static mixed count($columns)
* @method static mixed min($column)
* @method static mixed max($column)
* @method static mixed sum($column)
* @method static mixed avg($column)
* @method static mixed average($column)
* @method static mixed aggregate($function, $columns)
* @method static mixed numericAggregate($function, $columns)
* @method static mixed insert(array $values)
* @method static mixed insertOrIgnore(array $values)
* @method static mixed insertGetId(array $values, $sequence)
* @method static mixed insertUsing(array $columns, $query)
* @method static mixed insertOrIgnoreUsing(array $columns, $query)
* @method static mixed update(array $values)
* @method static mixed updateFrom(array $values)
* @method static mixed updateOrInsert(array $attributes, callable|array $values)
* @method static mixed upsert(array $values, $uniqueBy, $update)
* @method static mixed increment($column, $amount, array $extra)
* @method static mixed incrementEach(array $columns, array $extra)
* @method static mixed decrement($column, $amount, array $extra)
* @method static mixed decrementEach(array $columns, array $extra)
* @method static mixed delete($id)
* @method static mixed truncate()
* @method static mixed newQuery()
* @method static mixed getColumns()
* @method static mixed raw($value)
* @method static mixed getBindings()
* @method static mixed getRawBindings()
* @method static mixed setBindings(array $bindings, $type)
* @method static mixed addBinding($value, $type)
* @method static mixed castBinding($value)
* @method static mixed mergeBindings(self $query)
* @method static mixed cleanBindings(array $bindings)
* @method static mixed getConnection()
* @method static mixed getProcessor()
* @method static mixed getGrammar()
* @method static mixed useWritePdo()
* @method static mixed clone()
* @method static mixed cloneWithout(array $properties)
* @method static mixed cloneWithoutBindings(array $except)
* @method static mixed dump($args)
* @method static mixed dumpRawSql()
* @method static mixed dd()
* @method static mixed ddRawSql()
* @method static mixed chunk($count, callable $callback)
* @method static mixed chunkMap(callable $callback, $count)
* @method static mixed each(callable $callback, $count)
* @method static mixed chunkById($count, callable $callback, $column, $alias)
* @method static mixed chunkByIdDesc($count, callable $callback, $column, $alias)
* @method static mixed orderedChunkById($count, callable $callback, $column, $alias, $descending)
* @method static mixed eachById(callable $callback, $count, $column, $alias)
* @method static mixed lazy($chunkSize)
* @method static mixed lazyById($chunkSize, $column, $alias)
* @method static mixed lazyByIdDesc($chunkSize, $column, $alias)
* @method static mixed first($columns)
* @method static mixed firstOrFail($columns, $message)
* @method static mixed sole($columns)
* @method static mixed tap($callback)
* @method static mixed when($value, callable $callback, callable $default)
* @method static mixed unless($value, callable $callback, callable $default)
* @method static mixed explain()
* @method static mixed macro($name, $macro)
* @method static mixed mixin($mixin, $replace)
* @method static mixed hasMacro($name)
* @method static mixed flushMacros()
* @method static mixed macroCall($method, $parameters)
* @mixin \Illuminate\Database\Query\Builder
*/
class GigFaq extends \Illuminate\Database\Eloquent\Model
{
//
}
/**
* App\Models\GigFav
*
* @property \Illuminate\Support\Carbon|null $updated_at
* @property \Illuminate\Support\Carbon|null $created_at
* @property tinyint(1) $is_like
* @property int $gig_id
* @property int $user_id
* @property int $id
* @property-read \App\Models\User $user
* @property-read \App\Models\Gig $gig
* @property-read \App\Models\Category $category
* @method static \Illuminate\Database\Eloquent\Builder|GigFav whereId($value)
* @method static \Illuminate\Database\Eloquent\Builder|GigFav whereUserId($value)
* @method static \Illuminate\Database\Eloquent\Builder|GigFav whereGigId($value)
* @method static \Illuminate\Database\Eloquent\Builder|GigFav whereIsLike($value)
* @method static \Illuminate\Database\Eloquent\Builder|GigFav whereCreatedAt($value)
* @method static \Illuminate\Database\Eloquent\Builder|GigFav whereUpdatedAt($value)
* @method static \Illuminate\Database\Eloquent\Builder|GigFav newModelQuery()
* @method static \Illuminate\Database\Eloquent\Builder|GigFav newQuery()
* @method static \Illuminate\Database\Eloquent\Builder|GigFav query()
* @method static mixed select($columns)
* @method static mixed selectSub($query, $as)
* @method static mixed selectRaw($expression, array $bindings)
* @method static mixed fromSub($query, $as)
* @method static mixed fromRaw($expression, $bindings)
* @method static mixed addSelect($column)
* @method static mixed distinct()
* @method static mixed from($table, $as)
* @method static mixed useIndex($index)
* @method static mixed forceIndex($index)
* @method static mixed ignoreIndex($index)
* @method static mixed join($table, $first, $operator, $second, $type, $where)
* @method static mixed joinWhere($table, $first, $operator, $second, $type)
* @method static mixed joinSub($query, $as, $first, $operator, $second, $type, $where)
* @method static mixed joinLateral($query, string $as, string $type)
* @method static mixed leftJoinLateral($query, string $as)
* @method static mixed leftJoin($table, $first, $operator, $second)
* @method static mixed leftJoinWhere($table, $first, $operator, $second)
* @method static mixed leftJoinSub($query, $as, $first, $operator, $second)
* @method static mixed rightJoin($table, $first, $operator, $second)
* @method static mixed rightJoinWhere($table, $first, $operator, $second)
* @method static mixed rightJoinSub($query, $as, $first, $operator, $second)
* @method static mixed crossJoin($table, $first, $operator, $second)
* @method static mixed crossJoinSub($query, $as)
* @method static mixed mergeWheres($wheres, $bindings)
* @method static mixed where($column, $operator, $value, $boolean)
* @method static mixed prepareValueAndOperator($value, $operator, $useDefault)
* @method static mixed orWhere($column, $operator, $value)
* @method static mixed whereNot($column, $operator, $value, $boolean)
* @method static mixed orWhereNot($column, $operator, $value)
* @method static mixed whereColumn($first, $operator, $second, $boolean)
* @method static mixed orWhereColumn($first, $operator, $second)
* @method static mixed whereRaw($sql, $bindings, $boolean)
* @method static mixed orWhereRaw($sql, $bindings)
* @method static mixed whereLike($column, $value, $caseSensitive, $boolean, $not)
* @method static mixed orWhereLike($column, $value, $caseSensitive)
* @method static mixed whereNotLike($column, $value, $caseSensitive, $boolean)
* @method static mixed orWhereNotLike($column, $value, $caseSensitive)
* @method static mixed whereIn($column, $values, $boolean, $not)
* @method static mixed orWhereIn($column, $values)
* @method static mixed whereNotIn($column, $values, $boolean)
* @method static mixed orWhereNotIn($column, $values)
* @method static mixed whereIntegerInRaw($column, $values, $boolean, $not)
* @method static mixed orWhereIntegerInRaw($column, $values)
* @method static mixed whereIntegerNotInRaw($column, $values, $boolean)
* @method static mixed orWhereIntegerNotInRaw($column, $values)
* @method static mixed whereNull($columns, $boolean, $not)
* @method static mixed orWhereNull($column)
* @method static mixed whereNotNull($columns, $boolean)
* @method static mixed whereBetween($column, iterable $values, $boolean, $not)
* @method static mixed whereBetweenColumns($column, array $values, $boolean, $not)
* @method static mixed orWhereBetween($column, iterable $values)
* @method static mixed orWhereBetweenColumns($column, array $values)
* @method static mixed whereNotBetween($column, iterable $values, $boolean)
* @method static mixed whereNotBetweenColumns($column, array $values, $boolean)
* @method static mixed orWhereNotBetween($column, iterable $values)
* @method static mixed orWhereNotBetweenColumns($column, array $values)
* @method static mixed orWhereNotNull($column)
* @method static mixed whereDate($column, $operator, $value, $boolean)
* @method static mixed orWhereDate($column, $operator, $value)
* @method static mixed whereTime($column, $operator, $value, $boolean)
* @method static mixed orWhereTime($column, $operator, $value)
* @method static mixed whereDay($column, $operator, $value, $boolean)
* @method static mixed orWhereDay($column, $operator, $value)
* @method static mixed whereMonth($column, $operator, $value, $boolean)
* @method static mixed orWhereMonth($column, $operator, $value)
* @method static mixed whereYear($column, $operator, $value, $boolean)
* @method static mixed orWhereYear($column, $operator, $value)
* @method static mixed whereNested(Closure $callback, $boolean)
* @method static mixed forNestedWhere()
* @method static mixed addNestedWhereQuery($query, $boolean)
* @method static mixed whereExists($callback, $boolean, $not)
* @method static mixed orWhereExists($callback, $not)
* @method static mixed whereNotExists($callback, $boolean)
* @method static mixed orWhereNotExists($callback)
* @method static mixed addWhereExistsQuery(self $query, $boolean, $not)
* @method static mixed whereRowValues($columns, $operator, $values, $boolean)
* @method static mixed orWhereRowValues($columns, $operator, $values)
* @method static mixed whereJsonContains($column, $value, $boolean, $not)
* @method static mixed orWhereJsonContains($column, $value)
* @method static mixed whereJsonDoesntContain($column, $value, $boolean)
* @method static mixed orWhereJsonDoesntContain($column, $value)
* @method static mixed whereJsonOverlaps($column, $value, $boolean, $not)
* @method static mixed orWhereJsonOverlaps($column, $value)
* @method static mixed whereJsonDoesntOverlap($column, $value, $boolean)
* @method static mixed orWhereJsonDoesntOverlap($column, $value)
* @method static mixed whereJsonContainsKey($column, $boolean, $not)
* @method static mixed orWhereJsonContainsKey($column)
* @method static mixed whereJsonDoesntContainKey($column, $boolean)
* @method static mixed orWhereJsonDoesntContainKey($column)
* @method static mixed whereJsonLength($column, $operator, $value, $boolean)
* @method static mixed orWhereJsonLength($column, $operator, $value)
* @method static mixed dynamicWhere($method, $parameters)
* @method static mixed whereFullText($columns, $value, array $options, $boolean)
* @method static mixed orWhereFullText($columns, $value, array $options)
* @method static mixed whereAll($columns, $operator, $value, $boolean)
* @method static mixed orWhereAll($columns, $operator, $value)
* @method static mixed whereAny($columns, $operator, $value, $boolean)
* @method static mixed orWhereAny($columns, $operator, $value)
* @method static mixed whereNone($columns, $operator, $value, $boolean)
* @method static mixed orWhereNone($columns, $operator, $value)
* @method static mixed groupBy($groups)
* @method static mixed groupByRaw($sql, array $bindings)
* @method static mixed having($column, $operator, $value, $boolean)
* @method static mixed orHaving($column, $operator, $value)
* @method static mixed havingNested(Closure $callback, $boolean)
* @method static mixed addNestedHavingQuery($query, $boolean)
* @method static mixed havingNull($columns, $boolean, $not)
* @method static mixed orHavingNull($column)
* @method static mixed havingNotNull($columns, $boolean)
* @method static mixed orHavingNotNull($column)
* @method static mixed havingBetween($column, iterable $values, $boolean, $not)
* @method static mixed havingRaw($sql, array $bindings, $boolean)
* @method static mixed orHavingRaw($sql, array $bindings)
* @method static mixed orderBy($column, $direction)
* @method static mixed orderByDesc($column)
* @method static mixed latest($column)
* @method static mixed oldest($column)
* @method static mixed inRandomOrder($seed)
* @method static mixed orderByRaw($sql, $bindings)
* @method static mixed skip($value)
* @method static mixed offset($value)
* @method static mixed take($value)
* @method static mixed limit($value)
* @method static mixed groupLimit($value, $column)
* @method static mixed forPage($page, $perPage)
* @method static mixed forPageBeforeId($perPage, $lastId, $column)
* @method static mixed forPageAfterId($perPage, $lastId, $column)
* @method static mixed reorder($column, $direction)
* @method static mixed union($query, $all)
* @method static mixed unionAll($query)
* @method static mixed lock($value)
* @method static mixed lockForUpdate()
* @method static mixed sharedLock()
* @method static mixed beforeQuery(callable $callback)
* @method static mixed applyBeforeQueryCallbacks()
* @method static mixed afterQuery(Closure $callback)
* @method static mixed applyAfterQueryCallbacks($result)
* @method static mixed toSql()
* @method static mixed toRawSql()
* @method static mixed find($id, $columns)
* @method static mixed findOr($id, $columns, Closure $callback)
* @method static mixed value($column)
* @method static mixed rawValue(string $expression, array $bindings)
* @method static mixed soleValue($column)
* @method static mixed get($columns)
* @method static mixed paginate($perPage, $columns, $pageName, $page, $total)
* @method static mixed simplePaginate($perPage, $columns, $pageName, $page)
* @method static mixed cursorPaginate($perPage, $columns, $cursorName, $cursor)
* @method static mixed getCountForPagination($columns)
* @method static mixed cursor()
* @method static mixed pluck($column, $key)
* @method static mixed implode($column, $glue)
* @method static mixed exists()
* @method static mixed doesntExist()
* @method static mixed existsOr(Closure $callback)
* @method static mixed doesntExistOr(Closure $callback)
* @method static mixed count($columns)
* @method static mixed min($column)
* @method static mixed max($column)
* @method static mixed sum($column)
* @method static mixed avg($column)
* @method static mixed average($column)
* @method static mixed aggregate($function, $columns)
* @method static mixed numericAggregate($function, $columns)
* @method static mixed insert(array $values)
* @method static mixed insertOrIgnore(array $values)
* @method static mixed insertGetId(array $values, $sequence)
* @method static mixed insertUsing(array $columns, $query)
* @method static mixed insertOrIgnoreUsing(array $columns, $query)
* @method static mixed update(array $values)
* @method static mixed updateFrom(array $values)
* @method static mixed updateOrInsert(array $attributes, callable|array $values)
* @method static mixed upsert(array $values, $uniqueBy, $update)
* @method static mixed increment($column, $amount, array $extra)
* @method static mixed incrementEach(array $columns, array $extra)
* @method static mixed decrement($column, $amount, array $extra)
* @method static mixed decrementEach(array $columns, array $extra)
* @method static mixed delete($id)
* @method static mixed truncate()
* @method static mixed newQuery()
* @method static mixed getColumns()
* @method static mixed raw($value)
* @method static mixed getBindings()
* @method static mixed getRawBindings()
* @method static mixed setBindings(array $bindings, $type)
* @method static mixed addBinding($value, $type)
* @method static mixed castBinding($value)
* @method static mixed mergeBindings(self $query)
* @method static mixed cleanBindings(array $bindings)
* @method static mixed getConnection()
* @method static mixed getProcessor()
* @method static mixed getGrammar()
* @method static mixed useWritePdo()
* @method static mixed clone()
* @method static mixed cloneWithout(array $properties)
* @method static mixed cloneWithoutBindings(array $except)
* @method static mixed dump($args)
* @method static mixed dumpRawSql()
* @method static mixed dd()
* @method static mixed ddRawSql()
* @method static mixed chunk($count, callable $callback)
* @method static mixed chunkMap(callable $callback, $count)
* @method static mixed each(callable $callback, $count)
* @method static mixed chunkById($count, callable $callback, $column, $alias)
* @method static mixed chunkByIdDesc($count, callable $callback, $column, $alias)
* @method static mixed orderedChunkById($count, callable $callback, $column, $alias, $descending)
* @method static mixed eachById(callable $callback, $count, $column, $alias)
* @method static mixed lazy($chunkSize)
* @method static mixed lazyById($chunkSize, $column, $alias)
* @method static mixed lazyByIdDesc($chunkSize, $column, $alias)
* @method static mixed first($columns)
* @method static mixed firstOrFail($columns, $message)
* @method static mixed sole($columns)
* @method static mixed tap($callback)
* @method static mixed when($value, callable $callback, callable $default)
* @method static mixed unless($value, callable $callback, callable $default)
* @method static mixed explain()
* @method static mixed macro($name, $macro)
* @method static mixed mixin($mixin, $replace)
* @method static mixed hasMacro($name)
* @method static mixed flushMacros()
* @method static mixed macroCall($method, $parameters)
* @mixin \Illuminate\Database\Query\Builder
*/
class GigFav extends \Illuminate\Database\Eloquent\Model
{
//
}
/**
* App\Models\Hero
*
* @property \Illuminate\Support\Carbon|null $updated_at
* @property \Illuminate\Support\Carbon|null $created_at
* @property string $banner_public_id
* @property string $banner_url
* @property string $subtitle
* @property string $title
* @property int $id
* @method static \Illuminate\Database\Eloquent\Builder|Hero whereId($value)
* @method static \Illuminate\Database\Eloquent\Builder|Hero whereTitle($value)
* @method static \Illuminate\Database\Eloquent\Builder|Hero whereSubtitle($value)
* @method static \Illuminate\Database\Eloquent\Builder|Hero whereBannerUrl($value)
* @method static \Illuminate\Database\Eloquent\Builder|Hero whereBannerPublicId($value)
* @method static \Illuminate\Database\Eloquent\Builder|Hero whereCreatedAt($value)
* @method static \Illuminate\Database\Eloquent\Builder|Hero whereUpdatedAt($value)
* @method static \Illuminate\Database\Eloquent\Builder|Hero newModelQuery()
* @method static \Illuminate\Database\Eloquent\Builder|Hero newQuery()
* @method static \Illuminate\Database\Eloquent\Builder|Hero query()
* @method static mixed select($columns)
* @method static mixed selectSub($query, $as)
* @method static mixed selectRaw($expression, array $bindings)
* @method static mixed fromSub($query, $as)
* @method static mixed fromRaw($expression, $bindings)
* @method static mixed addSelect($column)
* @method static mixed distinct()
* @method static mixed from($table, $as)
* @method static mixed useIndex($index)
* @method static mixed forceIndex($index)
* @method static mixed ignoreIndex($index)
* @method static mixed join($table, $first, $operator, $second, $type, $where)
* @method static mixed joinWhere($table, $first, $operator, $second, $type)
* @method static mixed joinSub($query, $as, $first, $operator, $second, $type, $where)
* @method static mixed joinLateral($query, string $as, string $type)
* @method static mixed leftJoinLateral($query, string $as)
* @method static mixed leftJoin($table, $first, $operator, $second)
* @method static mixed leftJoinWhere($table, $first, $operator, $second)
* @method static mixed leftJoinSub($query, $as, $first, $operator, $second)
* @method static mixed rightJoin($table, $first, $operator, $second)
* @method static mixed rightJoinWhere($table, $first, $operator, $second)
* @method static mixed rightJoinSub($query, $as, $first, $operator, $second)
* @method static mixed crossJoin($table, $first, $operator, $second)
* @method static mixed crossJoinSub($query, $as)
* @method static mixed mergeWheres($wheres, $bindings)
* @method static mixed where($column, $operator, $value, $boolean)
* @method static mixed prepareValueAndOperator($value, $operator, $useDefault)
* @method static mixed orWhere($column, $operator, $value)
* @method static mixed whereNot($column, $operator, $value, $boolean)
* @method static mixed orWhereNot($column, $operator, $value)
* @method static mixed whereColumn($first, $operator, $second, $boolean)
* @method static mixed orWhereColumn($first, $operator, $second)
* @method static mixed whereRaw($sql, $bindings, $boolean)
* @method static mixed orWhereRaw($sql, $bindings)
* @method static mixed whereLike($column, $value, $caseSensitive, $boolean, $not)
* @method static mixed orWhereLike($column, $value, $caseSensitive)
* @method static mixed whereNotLike($column, $value, $caseSensitive, $boolean)
* @method static mixed orWhereNotLike($column, $value, $caseSensitive)
* @method static mixed whereIn($column, $values, $boolean, $not)
* @method static mixed orWhereIn($column, $values)
* @method static mixed whereNotIn($column, $values, $boolean)
* @method static mixed orWhereNotIn($column, $values)
* @method static mixed whereIntegerInRaw($column, $values, $boolean, $not)
* @method static mixed orWhereIntegerInRaw($column, $values)
* @method static mixed whereIntegerNotInRaw($column, $values, $boolean)
* @method static mixed orWhereIntegerNotInRaw($column, $values)
* @method static mixed whereNull($columns, $boolean, $not)
* @method static mixed orWhereNull($column)
* @method static mixed whereNotNull($columns, $boolean)
* @method static mixed whereBetween($column, iterable $values, $boolean, $not)
* @method static mixed whereBetweenColumns($column, array $values, $boolean, $not)
* @method static mixed orWhereBetween($column, iterable $values)
* @method static mixed orWhereBetweenColumns($column, array $values)
* @method static mixed whereNotBetween($column, iterable $values, $boolean)
* @method static mixed whereNotBetweenColumns($column, array $values, $boolean)
* @method static mixed orWhereNotBetween($column, iterable $values)
* @method static mixed orWhereNotBetweenColumns($column, array $values)
* @method static mixed orWhereNotNull($column)
* @method static mixed whereDate($column, $operator, $value, $boolean)
* @method static mixed orWhereDate($column, $operator, $value)
* @method static mixed whereTime($column, $operator, $value, $boolean)
* @method static mixed orWhereTime($column, $operator, $value)
* @method static mixed whereDay($column, $operator, $value, $boolean)
* @method static mixed orWhereDay($column, $operator, $value)
* @method static mixed whereMonth($column, $operator, $value, $boolean)
* @method static mixed orWhereMonth($column, $operator, $value)
* @method static mixed whereYear($column, $operator, $value, $boolean)
* @method static mixed orWhereYear($column, $operator, $value)
* @method static mixed whereNested(Closure $callback, $boolean)
* @method static mixed forNestedWhere()
* @method static mixed addNestedWhereQuery($query, $boolean)
* @method static mixed whereExists($callback, $boolean, $not)
* @method static mixed orWhereExists($callback, $not)
* @method static mixed whereNotExists($callback, $boolean)
* @method static mixed orWhereNotExists($callback)
* @method static mixed addWhereExistsQuery(self $query, $boolean, $not)
* @method static mixed whereRowValues($columns, $operator, $values, $boolean)
* @method static mixed orWhereRowValues($columns, $operator, $values)
* @method static mixed whereJsonContains($column, $value, $boolean, $not)
* @method static mixed orWhereJsonContains($column, $value)
* @method static mixed whereJsonDoesntContain($column, $value, $boolean)
* @method static mixed orWhereJsonDoesntContain($column, $value)
* @method static mixed whereJsonOverlaps($column, $value, $boolean, $not)
* @method static mixed orWhereJsonOverlaps($column, $value)
* @method static mixed whereJsonDoesntOverlap($column, $value, $boolean)
* @method static mixed orWhereJsonDoesntOverlap($column, $value)
* @method static mixed whereJsonContainsKey($column, $boolean, $not)
* @method static mixed orWhereJsonContainsKey($column)
* @method static mixed whereJsonDoesntContainKey($column, $boolean)
* @method static mixed orWhereJsonDoesntContainKey($column)
* @method static mixed whereJsonLength($column, $operator, $value, $boolean)
* @method static mixed orWhereJsonLength($column, $operator, $value)
* @method static mixed dynamicWhere($method, $parameters)
* @method static mixed whereFullText($columns, $value, array $options, $boolean)
* @method static mixed orWhereFullText($columns, $value, array $options)
* @method static mixed whereAll($columns, $operator, $value, $boolean)
* @method static mixed orWhereAll($columns, $operator, $value)
* @method static mixed whereAny($columns, $operator, $value, $boolean)
* @method static mixed orWhereAny($columns, $operator, $value)
* @method static mixed whereNone($columns, $operator, $value, $boolean)
* @method static mixed orWhereNone($columns, $operator, $value)
* @method static mixed groupBy($groups)
* @method static mixed groupByRaw($sql, array $bindings)
* @method static mixed having($column, $operator, $value, $boolean)
* @method static mixed orHaving($column, $operator, $value)
* @method static mixed havingNested(Closure $callback, $boolean)
* @method static mixed addNestedHavingQuery($query, $boolean)
* @method static mixed havingNull($columns, $boolean, $not)
* @method static mixed orHavingNull($column)
* @method static mixed havingNotNull($columns, $boolean)
* @method static mixed orHavingNotNull($column)
* @method static mixed havingBetween($column, iterable $values, $boolean, $not)
* @method static mixed havingRaw($sql, array $bindings, $boolean)
* @method static mixed orHavingRaw($sql, array $bindings)
* @method static mixed orderBy($column, $direction)
* @method static mixed orderByDesc($column)
* @method static mixed latest($column)
* @method static mixed oldest($column)
* @method static mixed inRandomOrder($seed)
* @method static mixed orderByRaw($sql, $bindings)
* @method static mixed skip($value)
* @method static mixed offset($value)
* @method static mixed take($value)
* @method static mixed limit($value)
* @method static mixed groupLimit($value, $column)
* @method static mixed forPage($page, $perPage)
* @method static mixed forPageBeforeId($perPage, $lastId, $column)
* @method static mixed forPageAfterId($perPage, $lastId, $column)
* @method static mixed reorder($column, $direction)
* @method static mixed union($query, $all)
* @method static mixed unionAll($query)
* @method static mixed lock($value)
* @method static mixed lockForUpdate()
* @method static mixed sharedLock()
* @method static mixed beforeQuery(callable $callback)
* @method static mixed applyBeforeQueryCallbacks()
* @method static mixed afterQuery(Closure $callback)
* @method static mixed applyAfterQueryCallbacks($result)
* @method static mixed toSql()
* @method static mixed toRawSql()
* @method static mixed find($id, $columns)
* @method static mixed findOr($id, $columns, Closure $callback)
* @method static mixed value($column)
* @method static mixed rawValue(string $expression, array $bindings)
* @method static mixed soleValue($column)
* @method static mixed get($columns)
* @method static mixed paginate($perPage, $columns, $pageName, $page, $total)
* @method static mixed simplePaginate($perPage, $columns, $pageName, $page)
* @method static mixed cursorPaginate($perPage, $columns, $cursorName, $cursor)
* @method static mixed getCountForPagination($columns)
* @method static mixed cursor()
* @method static mixed pluck($column, $key)
* @method static mixed implode($column, $glue)
* @method static mixed exists()
* @method static mixed doesntExist()
* @method static mixed existsOr(Closure $callback)
* @method static mixed doesntExistOr(Closure $callback)
* @method static mixed count($columns)
* @method static mixed min($column)
* @method static mixed max($column)
* @method static mixed sum($column)
* @method static mixed avg($column)
* @method static mixed average($column)
* @method static mixed aggregate($function, $columns)
* @method static mixed numericAggregate($function, $columns)
* @method static mixed insert(array $values)
* @method static mixed insertOrIgnore(array $values)
* @method static mixed insertGetId(array $values, $sequence)
* @method static mixed insertUsing(array $columns, $query)
* @method static mixed insertOrIgnoreUsing(array $columns, $query)
* @method static mixed update(array $values)
* @method static mixed updateFrom(array $values)
* @method static mixed updateOrInsert(array $attributes, callable|array $values)
* @method static mixed upsert(array $values, $uniqueBy, $update)
* @method static mixed increment($column, $amount, array $extra)
* @method static mixed incrementEach(array $columns, array $extra)
* @method static mixed decrement($column, $amount, array $extra)
* @method static mixed decrementEach(array $columns, array $extra)
* @method static mixed delete($id)
* @method static mixed truncate()
* @method static mixed newQuery()
* @method static mixed getColumns()
* @method static mixed raw($value)
* @method static mixed getBindings()
* @method static mixed getRawBindings()
* @method static mixed setBindings(array $bindings, $type)
* @method static mixed addBinding($value, $type)
* @method static mixed castBinding($value)
* @method static mixed mergeBindings(self $query)
* @method static mixed cleanBindings(array $bindings)
* @method static mixed getConnection()
* @method static mixed getProcessor()
* @method static mixed getGrammar()
* @method static mixed useWritePdo()
* @method static mixed clone()
* @method static mixed cloneWithout(array $properties)
* @method static mixed cloneWithoutBindings(array $except)
* @method static mixed dump($args)
* @method static mixed dumpRawSql()
* @method static mixed dd()
* @method static mixed ddRawSql()
* @method static mixed chunk($count, callable $callback)
* @method static mixed chunkMap(callable $callback, $count)
* @method static mixed each(callable $callback, $count)
* @method static mixed chunkById($count, callable $callback, $column, $alias)
* @method static mixed chunkByIdDesc($count, callable $callback, $column, $alias)
* @method static mixed orderedChunkById($count, callable $callback, $column, $alias, $descending)
* @method static mixed eachById(callable $callback, $count, $column, $alias)
* @method static mixed lazy($chunkSize)
* @method static mixed lazyById($chunkSize, $column, $alias)
* @method static mixed lazyByIdDesc($chunkSize, $column, $alias)
* @method static mixed first($columns)
* @method static mixed firstOrFail($columns, $message)
* @method static mixed sole($columns)
* @method static mixed tap($callback)
* @method static mixed when($value, callable $callback, callable $default)
* @method static mixed unless($value, callable $callback, callable $default)
* @method static mixed explain()
* @method static mixed macro($name, $macro)
* @method static mixed mixin($mixin, $replace)
* @method static mixed hasMacro($name)
* @method static mixed flushMacros()
* @method static mixed macroCall($method, $parameters)
* @mixin \Illuminate\Database\Query\Builder
*/
class Hero extends \Illuminate\Database\Eloquent\Model
{
//
}
/**
* App\Models\Message
*
* @property \Illuminate\Support\Carbon|null $updated_at
* @property \Illuminate\Support\Carbon|null $created_at
* @property string|null $file_public_id
* @property string|null $file_url
* @property string $conversation_id
* @property string $message
* @property int $recipient_id
* @property int $sender_id
* @property int $id
* @property-read \App\Models\User $user
* @method static \Illuminate\Database\Eloquent\Builder|Message whereId($value)
* @method static \Illuminate\Database\Eloquent\Builder|Message whereSenderId($value)
* @method static \Illuminate\Database\Eloquent\Builder|Message whereRecipientId($value)
* @method static \Illuminate\Database\Eloquent\Builder|Message whereMessage($value)
* @method static \Illuminate\Database\Eloquent\Builder|Message whereConversationId($value)
* @method static \Illuminate\Database\Eloquent\Builder|Message whereFileUrl($value)
* @method static \Illuminate\Database\Eloquent\Builder|Message whereFilePublicId($value)
* @method static \Illuminate\Database\Eloquent\Builder|Message whereCreatedAt($value)
* @method static \Illuminate\Database\Eloquent\Builder|Message whereUpdatedAt($value)
* @method static \Illuminate\Database\Eloquent\Builder|Message newModelQuery()
* @method static \Illuminate\Database\Eloquent\Builder|Message newQuery()
* @method static \Illuminate\Database\Eloquent\Builder|Message query()
* @method static mixed select($columns)
* @method static mixed selectSub($query, $as)
* @method static mixed selectRaw($expression, array $bindings)
* @method static mixed fromSub($query, $as)
* @method static mixed fromRaw($expression, $bindings)
* @method static mixed addSelect($column)
* @method static mixed distinct()
* @method static mixed from($table, $as)
* @method static mixed useIndex($index)
* @method static mixed forceIndex($index)
* @method static mixed ignoreIndex($index)
* @method static mixed join($table, $first, $operator, $second, $type, $where)
* @method static mixed joinWhere($table, $first, $operator, $second, $type)
* @method static mixed joinSub($query, $as, $first, $operator, $second, $type, $where)
* @method static mixed joinLateral($query, string $as, string $type)
* @method static mixed leftJoinLateral($query, string $as)
* @method static mixed leftJoin($table, $first, $operator, $second)
* @method static mixed leftJoinWhere($table, $first, $operator, $second)
* @method static mixed leftJoinSub($query, $as, $first, $operator, $second)
* @method static mixed rightJoin($table, $first, $operator, $second)
* @method static mixed rightJoinWhere($table, $first, $operator, $second)
* @method static mixed rightJoinSub($query, $as, $first, $operator, $second)
* @method static mixed crossJoin($table, $first, $operator, $second)
* @method static mixed crossJoinSub($query, $as)
* @method static mixed mergeWheres($wheres, $bindings)
* @method static mixed where($column, $operator, $value, $boolean)
* @method static mixed prepareValueAndOperator($value, $operator, $useDefault)
* @method static mixed orWhere($column, $operator, $value)
* @method static mixed whereNot($column, $operator, $value, $boolean)
* @method static mixed orWhereNot($column, $operator, $value)
* @method static mixed whereColumn($first, $operator, $second, $boolean)
* @method static mixed orWhereColumn($first, $operator, $second)
* @method static mixed whereRaw($sql, $bindings, $boolean)
* @method static mixed orWhereRaw($sql, $bindings)
* @method static mixed whereLike($column, $value, $caseSensitive, $boolean, $not)
* @method static mixed orWhereLike($column, $value, $caseSensitive)
* @method static mixed whereNotLike($column, $value, $caseSensitive, $boolean)
* @method static mixed orWhereNotLike($column, $value, $caseSensitive)
* @method static mixed whereIn($column, $values, $boolean, $not)
* @method static mixed orWhereIn($column, $values)
* @method static mixed whereNotIn($column, $values, $boolean)
* @method static mixed orWhereNotIn($column, $values)
* @method static mixed whereIntegerInRaw($column, $values, $boolean, $not)
* @method static mixed orWhereIntegerInRaw($column, $values)
* @method static mixed whereIntegerNotInRaw($column, $values, $boolean)
* @method static mixed orWhereIntegerNotInRaw($column, $values)
* @method static mixed whereNull($columns, $boolean, $not)
* @method static mixed orWhereNull($column)
* @method static mixed whereNotNull($columns, $boolean)
* @method static mixed whereBetween($column, iterable $values, $boolean, $not)
* @method static mixed whereBetweenColumns($column, array $values, $boolean, $not)
* @method static mixed orWhereBetween($column, iterable $values)
* @method static mixed orWhereBetweenColumns($column, array $values)
* @method static mixed whereNotBetween($column, iterable $values, $boolean)
* @method static mixed whereNotBetweenColumns($column, array $values, $boolean)
* @method static mixed orWhereNotBetween($column, iterable $values)
* @method static mixed orWhereNotBetweenColumns($column, array $values)
* @method static mixed orWhereNotNull($column)
* @method static mixed whereDate($column, $operator, $value, $boolean)
* @method static mixed orWhereDate($column, $operator, $value)
* @method static mixed whereTime($column, $operator, $value, $boolean)
* @method static mixed orWhereTime($column, $operator, $value)
* @method static mixed whereDay($column, $operator, $value, $boolean)
* @method static mixed orWhereDay($column, $operator, $value)
* @method static mixed whereMonth($column, $operator, $value, $boolean)
* @method static mixed orWhereMonth($column, $operator, $value)
* @method static mixed whereYear($column, $operator, $value, $boolean)
* @method static mixed orWhereYear($column, $operator, $value)
* @method static mixed whereNested(Closure $callback, $boolean)
* @method static mixed forNestedWhere()
* @method static mixed addNestedWhereQuery($query, $boolean)
* @method static mixed whereExists($callback, $boolean, $not)
* @method static mixed orWhereExists($callback, $not)
* @method static mixed whereNotExists($callback, $boolean)
* @method static mixed orWhereNotExists($callback)
* @method static mixed addWhereExistsQuery(self $query, $boolean, $not)
* @method static mixed whereRowValues($columns, $operator, $values, $boolean)
* @method static mixed orWhereRowValues($columns, $operator, $values)
* @method static mixed whereJsonContains($column, $value, $boolean, $not)
* @method static mixed orWhereJsonContains($column, $value)
* @method static mixed whereJsonDoesntContain($column, $value, $boolean)
* @method static mixed orWhereJsonDoesntContain($column, $value)
* @method static mixed whereJsonOverlaps($column, $value, $boolean, $not)
* @method static mixed orWhereJsonOverlaps($column, $value)
* @method static mixed whereJsonDoesntOverlap($column, $value, $boolean)
* @method static mixed orWhereJsonDoesntOverlap($column, $value)
* @method static mixed whereJsonContainsKey($column, $boolean, $not)
* @method static mixed orWhereJsonContainsKey($column)
* @method static mixed whereJsonDoesntContainKey($column, $boolean)
* @method static mixed orWhereJsonDoesntContainKey($column)
* @method static mixed whereJsonLength($column, $operator, $value, $boolean)
* @method static mixed orWhereJsonLength($column, $operator, $value)
* @method static mixed dynamicWhere($method, $parameters)
* @method static mixed whereFullText($columns, $value, array $options, $boolean)
* @method static mixed orWhereFullText($columns, $value, array $options)
* @method static mixed whereAll($columns, $operator, $value, $boolean)
* @method static mixed orWhereAll($columns, $operator, $value)
* @method static mixed whereAny($columns, $operator, $value, $boolean)
* @method static mixed orWhereAny($columns, $operator, $value)
* @method static mixed whereNone($columns, $operator, $value, $boolean)
* @method static mixed orWhereNone($columns, $operator, $value)
* @method static mixed groupBy($groups)
* @method static mixed groupByRaw($sql, array $bindings)
* @method static mixed having($column, $operator, $value, $boolean)
* @method static mixed orHaving($column, $operator, $value)
* @method static mixed havingNested(Closure $callback, $boolean)
* @method static mixed addNestedHavingQuery($query, $boolean)
* @method static mixed havingNull($columns, $boolean, $not)
* @method static mixed orHavingNull($column)
* @method static mixed havingNotNull($columns, $boolean)
* @method static mixed orHavingNotNull($column)
* @method static mixed havingBetween($column, iterable $values, $boolean, $not)
* @method static mixed havingRaw($sql, array $bindings, $boolean)
* @method static mixed orHavingRaw($sql, array $bindings)
* @method static mixed orderBy($column, $direction)
* @method static mixed orderByDesc($column)
* @method static mixed latest($column)
* @method static mixed oldest($column)
* @method static mixed inRandomOrder($seed)
* @method static mixed orderByRaw($sql, $bindings)
* @method static mixed skip($value)
* @method static mixed offset($value)
* @method static mixed take($value)
* @method static mixed limit($value)
* @method static mixed groupLimit($value, $column)
* @method static mixed forPage($page, $perPage)
* @method static mixed forPageBeforeId($perPage, $lastId, $column)
* @method static mixed forPageAfterId($perPage, $lastId, $column)
* @method static mixed reorder($column, $direction)
* @method static mixed union($query, $all)
* @method static mixed unionAll($query)
* @method static mixed lock($value)
* @method static mixed lockForUpdate()
* @method static mixed sharedLock()
* @method static mixed beforeQuery(callable $callback)
* @method static mixed applyBeforeQueryCallbacks()
* @method static mixed afterQuery(Closure $callback)
* @method static mixed applyAfterQueryCallbacks($result)
* @method static mixed toSql()
* @method static mixed toRawSql()
* @method static mixed find($id, $columns)
* @method static mixed findOr($id, $columns, Closure $callback)
* @method static mixed value($column)
* @method static mixed rawValue(string $expression, array $bindings)
* @method static mixed soleValue($column)
* @method static mixed get($columns)
* @method static mixed paginate($perPage, $columns, $pageName, $page, $total)
* @method static mixed simplePaginate($perPage, $columns, $pageName, $page)
* @method static mixed cursorPaginate($perPage, $columns, $cursorName, $cursor)
* @method static mixed getCountForPagination($columns)
* @method static mixed cursor()
* @method static mixed pluck($column, $key)
* @method static mixed implode($column, $glue)
* @method static mixed exists()
* @method static mixed doesntExist()
* @method static mixed existsOr(Closure $callback)
* @method static mixed doesntExistOr(Closure $callback)
* @method static mixed count($columns)
* @method static mixed min($column)
* @method static mixed max($column)
* @method static mixed sum($column)
* @method static mixed avg($column)
* @method static mixed average($column)
* @method static mixed aggregate($function, $columns)
* @method static mixed numericAggregate($function, $columns)
* @method static mixed insert(array $values)
* @method static mixed insertOrIgnore(array $values)
* @method static mixed insertGetId(array $values, $sequence)
* @method static mixed insertUsing(array $columns, $query)
* @method static mixed insertOrIgnoreUsing(array $columns, $query)
* @method static mixed update(array $values)
* @method static mixed updateFrom(array $values)
* @method static mixed updateOrInsert(array $attributes, callable|array $values)
* @method static mixed upsert(array $values, $uniqueBy, $update)
* @method static mixed increment($column, $amount, array $extra)
* @method static mixed incrementEach(array $columns, array $extra)
* @method static mixed decrement($column, $amount, array $extra)
* @method static mixed decrementEach(array $columns, array $extra)
* @method static mixed delete($id)
* @method static mixed truncate()
* @method static mixed newQuery()
* @method static mixed getColumns()
* @method static mixed raw($value)
* @method static mixed getBindings()
* @method static mixed getRawBindings()
* @method static mixed setBindings(array $bindings, $type)
* @method static mixed addBinding($value, $type)
* @method static mixed castBinding($value)
* @method static mixed mergeBindings(self $query)
* @method static mixed cleanBindings(array $bindings)
* @method static mixed getConnection()
* @method static mixed getProcessor()
* @method static mixed getGrammar()
* @method static mixed useWritePdo()
* @method static mixed clone()
* @method static mixed cloneWithout(array $properties)
* @method static mixed cloneWithoutBindings(array $except)
* @method static mixed dump($args)
* @method static mixed dumpRawSql()
* @method static mixed dd()
* @method static mixed ddRawSql()
* @method static mixed chunk($count, callable $callback)
* @method static mixed chunkMap(callable $callback, $count)
* @method static mixed each(callable $callback, $count)
* @method static mixed chunkById($count, callable $callback, $column, $alias)
* @method static mixed chunkByIdDesc($count, callable $callback, $column, $alias)
* @method static mixed orderedChunkById($count, callable $callback, $column, $alias, $descending)
* @method static mixed eachById(callable $callback, $count, $column, $alias)
* @method static mixed lazy($chunkSize)
* @method static mixed lazyById($chunkSize, $column, $alias)
* @method static mixed lazyByIdDesc($chunkSize, $column, $alias)
* @method static mixed first($columns)
* @method static mixed firstOrFail($columns, $message)
* @method static mixed sole($columns)
* @method static mixed tap($callback)
* @method static mixed when($value, callable $callback, callable $default)
* @method static mixed unless($value, callable $callback, callable $default)
* @method static mixed explain()
* @method static mixed macro($name, $macro)
* @method static mixed mixin($mixin, $replace)
* @method static mixed hasMacro($name)
* @method static mixed flushMacros()
* @method static mixed macroCall($method, $parameters)
* @mixin \Illuminate\Database\Query\Builder
*/
class Message extends \Illuminate\Database\Eloquent\Model
{
//
}
/**
* App\Models\OtpVerification
*
* @property \Illuminate\Support\Carbon|null $updated_at
* @property \Illuminate\Support\Carbon|null $created_at
* @property enum('verified','unverified') $status
* @property string|null $email
* @property string|null $phone
* @property string $otp
* @property int $id
* @method static \Illuminate\Database\Eloquent\Builder|OtpVerification whereId($value)
* @method static \Illuminate\Database\Eloquent\Builder|OtpVerification whereOtp($value)
* @method static \Illuminate\Database\Eloquent\Builder|OtpVerification wherePhone($value)
* @method static \Illuminate\Database\Eloquent\Builder|OtpVerification whereEmail($value)
* @method static \Illuminate\Database\Eloquent\Builder|OtpVerification whereStatus($value)
* @method static \Illuminate\Database\Eloquent\Builder|OtpVerification whereCreatedAt($value)
* @method static \Illuminate\Database\Eloquent\Builder|OtpVerification whereUpdatedAt($value)
* @method static \Illuminate\Database\Eloquent\Builder|OtpVerification newModelQuery()
* @method static \Illuminate\Database\Eloquent\Builder|OtpVerification newQuery()
* @method static \Illuminate\Database\Eloquent\Builder|OtpVerification query()
* @method static mixed select($columns)
* @method static mixed selectSub($query, $as)
* @method static mixed selectRaw($expression, array $bindings)
* @method static mixed fromSub($query, $as)
* @method static mixed fromRaw($expression, $bindings)
* @method static mixed addSelect($column)
* @method static mixed distinct()
* @method static mixed from($table, $as)
* @method static mixed useIndex($index)
* @method static mixed forceIndex($index)
* @method static mixed ignoreIndex($index)
* @method static mixed join($table, $first, $operator, $second, $type, $where)
* @method static mixed joinWhere($table, $first, $operator, $second, $type)
* @method static mixed joinSub($query, $as, $first, $operator, $second, $type, $where)
* @method static mixed joinLateral($query, string $as, string $type)
* @method static mixed leftJoinLateral($query, string $as)
* @method static mixed leftJoin($table, $first, $operator, $second)
* @method static mixed leftJoinWhere($table, $first, $operator, $second)
* @method static mixed leftJoinSub($query, $as, $first, $operator, $second)
* @method static mixed rightJoin($table, $first, $operator, $second)
* @method static mixed rightJoinWhere($table, $first, $operator, $second)
* @method static mixed rightJoinSub($query, $as, $first, $operator, $second)
* @method static mixed crossJoin($table, $first, $operator, $second)
* @method static mixed crossJoinSub($query, $as)
* @method static mixed mergeWheres($wheres, $bindings)
* @method static mixed where($column, $operator, $value, $boolean)
* @method static mixed prepareValueAndOperator($value, $operator, $useDefault)
* @method static mixed orWhere($column, $operator, $value)
* @method static mixed whereNot($column, $operator, $value, $boolean)
* @method static mixed orWhereNot($column, $operator, $value)
* @method static mixed whereColumn($first, $operator, $second, $boolean)
* @method static mixed orWhereColumn($first, $operator, $second)
* @method static mixed whereRaw($sql, $bindings, $boolean)
* @method static mixed orWhereRaw($sql, $bindings)
* @method static mixed whereLike($column, $value, $caseSensitive, $boolean, $not)
* @method static mixed orWhereLike($column, $value, $caseSensitive)
* @method static mixed whereNotLike($column, $value, $caseSensitive, $boolean)
* @method static mixed orWhereNotLike($column, $value, $caseSensitive)
* @method static mixed whereIn($column, $values, $boolean, $not)
* @method static mixed orWhereIn($column, $values)
* @method static mixed whereNotIn($column, $values, $boolean)
* @method static mixed orWhereNotIn($column, $values)
* @method static mixed whereIntegerInRaw($column, $values, $boolean, $not)
* @method static mixed orWhereIntegerInRaw($column, $values)
* @method static mixed whereIntegerNotInRaw($column, $values, $boolean)
* @method static mixed orWhereIntegerNotInRaw($column, $values)
* @method static mixed whereNull($columns, $boolean, $not)
* @method static mixed orWhereNull($column)
* @method static mixed whereNotNull($columns, $boolean)
* @method static mixed whereBetween($column, iterable $values, $boolean, $not)
* @method static mixed whereBetweenColumns($column, array $values, $boolean, $not)
* @method static mixed orWhereBetween($column, iterable $values)
* @method static mixed orWhereBetweenColumns($column, array $values)
* @method static mixed whereNotBetween($column, iterable $values, $boolean)
* @method static mixed whereNotBetweenColumns($column, array $values, $boolean)
* @method static mixed orWhereNotBetween($column, iterable $values)
* @method static mixed orWhereNotBetweenColumns($column, array $values)
* @method static mixed orWhereNotNull($column)
* @method static mixed whereDate($column, $operator, $value, $boolean)
* @method static mixed orWhereDate($column, $operator, $value)
* @method static mixed whereTime($column, $operator, $value, $boolean)
* @method static mixed orWhereTime($column, $operator, $value)
* @method static mixed whereDay($column, $operator, $value, $boolean)
* @method static mixed orWhereDay($column, $operator, $value)
* @method static mixed whereMonth($column, $operator, $value, $boolean)
* @method static mixed orWhereMonth($column, $operator, $value)
* @method static mixed whereYear($column, $operator, $value, $boolean)
* @method static mixed orWhereYear($column, $operator, $value)
* @method static mixed whereNested(Closure $callback, $boolean)
* @method static mixed forNestedWhere()
* @method static mixed addNestedWhereQuery($query, $boolean)
* @method static mixed whereExists($callback, $boolean, $not)
* @method static mixed orWhereExists($callback, $not)
* @method static mixed whereNotExists($callback, $boolean)
* @method static mixed orWhereNotExists($callback)
* @method static mixed addWhereExistsQuery(self $query, $boolean, $not)
* @method static mixed whereRowValues($columns, $operator, $values, $boolean)
* @method static mixed orWhereRowValues($columns, $operator, $values)
* @method static mixed whereJsonContains($column, $value, $boolean, $not)
* @method static mixed orWhereJsonContains($column, $value)
* @method static mixed whereJsonDoesntContain($column, $value, $boolean)
* @method static mixed orWhereJsonDoesntContain($column, $value)
* @method static mixed whereJsonOverlaps($column, $value, $boolean, $not)
* @method static mixed orWhereJsonOverlaps($column, $value)
* @method static mixed whereJsonDoesntOverlap($column, $value, $boolean)
* @method static mixed orWhereJsonDoesntOverlap($column, $value)
* @method static mixed whereJsonContainsKey($column, $boolean, $not)
* @method static mixed orWhereJsonContainsKey($column)
* @method static mixed whereJsonDoesntContainKey($column, $boolean)
* @method static mixed orWhereJsonDoesntContainKey($column)
* @method static mixed whereJsonLength($column, $operator, $value, $boolean)
* @method static mixed orWhereJsonLength($column, $operator, $value)
* @method static mixed dynamicWhere($method, $parameters)
* @method static mixed whereFullText($columns, $value, array $options, $boolean)
* @method static mixed orWhereFullText($columns, $value, array $options)
* @method static mixed whereAll($columns, $operator, $value, $boolean)
* @method static mixed orWhereAll($columns, $operator, $value)
* @method static mixed whereAny($columns, $operator, $value, $boolean)
* @method static mixed orWhereAny($columns, $operator, $value)
* @method static mixed whereNone($columns, $operator, $value, $boolean)
* @method static mixed orWhereNone($columns, $operator, $value)
* @method static mixed groupBy($groups)
* @method static mixed groupByRaw($sql, array $bindings)
* @method static mixed having($column, $operator, $value, $boolean)
* @method static mixed orHaving($column, $operator, $value)
* @method static mixed havingNested(Closure $callback, $boolean)
* @method static mixed addNestedHavingQuery($query, $boolean)
* @method static mixed havingNull($columns, $boolean, $not)
* @method static mixed orHavingNull($column)
* @method static mixed havingNotNull($columns, $boolean)
* @method static mixed orHavingNotNull($column)
* @method static mixed havingBetween($column, iterable $values, $boolean, $not)
* @method static mixed havingRaw($sql, array $bindings, $boolean)
* @method static mixed orHavingRaw($sql, array $bindings)
* @method static mixed orderBy($column, $direction)
* @method static mixed orderByDesc($column)
* @method static mixed latest($column)
* @method static mixed oldest($column)
* @method static mixed inRandomOrder($seed)
* @method static mixed orderByRaw($sql, $bindings)
* @method static mixed skip($value)
* @method static mixed offset($value)
* @method static mixed take($value)
* @method static mixed limit($value)
* @method static mixed groupLimit($value, $column)
* @method static mixed forPage($page, $perPage)
* @method static mixed forPageBeforeId($perPage, $lastId, $column)
* @method static mixed forPageAfterId($perPage, $lastId, $column)
* @method static mixed reorder($column, $direction)
* @method static mixed union($query, $all)
* @method static mixed unionAll($query)
* @method static mixed lock($value)
* @method static mixed lockForUpdate()
* @method static mixed sharedLock()
* @method static mixed beforeQuery(callable $callback)
* @method static mixed applyBeforeQueryCallbacks()
* @method static mixed afterQuery(Closure $callback)
* @method static mixed applyAfterQueryCallbacks($result)
* @method static mixed toSql()
* @method static mixed toRawSql()
* @method static mixed find($id, $columns)
* @method static mixed findOr($id, $columns, Closure $callback)
* @method static mixed value($column)
* @method static mixed rawValue(string $expression, array $bindings)
* @method static mixed soleValue($column)
* @method static mixed get($columns)
* @method static mixed paginate($perPage, $columns, $pageName, $page, $total)
* @method static mixed simplePaginate($perPage, $columns, $pageName, $page)
* @method static mixed cursorPaginate($perPage, $columns, $cursorName, $cursor)
* @method static mixed getCountForPagination($columns)
* @method static mixed cursor()
* @method static mixed pluck($column, $key)
* @method static mixed implode($column, $glue)
* @method static mixed exists()
* @method static mixed doesntExist()
* @method static mixed existsOr(Closure $callback)
* @method static mixed doesntExistOr(Closure $callback)
* @method static mixed count($columns)
* @method static mixed min($column)
* @method static mixed max($column)
* @method static mixed sum($column)
* @method static mixed avg($column)
* @method static mixed average($column)
* @method static mixed aggregate($function, $columns)
* @method static mixed numericAggregate($function, $columns)
* @method static mixed insert(array $values)
* @method static mixed insertOrIgnore(array $values)
* @method static mixed insertGetId(array $values, $sequence)
* @method static mixed insertUsing(array $columns, $query)
* @method static mixed insertOrIgnoreUsing(array $columns, $query)
* @method static mixed update(array $values)
* @method static mixed updateFrom(array $values)
* @method static mixed updateOrInsert(array $attributes, callable|array $values)
* @method static mixed upsert(array $values, $uniqueBy, $update)
* @method static mixed increment($column, $amount, array $extra)
* @method static mixed incrementEach(array $columns, array $extra)
* @method static mixed decrement($column, $amount, array $extra)
* @method static mixed decrementEach(array $columns, array $extra)
* @method static mixed delete($id)
* @method static mixed truncate()
* @method static mixed newQuery()
* @method static mixed getColumns()
* @method static mixed raw($value)
* @method static mixed getBindings()
* @method static mixed getRawBindings()
* @method static mixed setBindings(array $bindings, $type)
* @method static mixed addBinding($value, $type)
* @method static mixed castBinding($value)
* @method static mixed mergeBindings(self $query)
* @method static mixed cleanBindings(array $bindings)
* @method static mixed getConnection()
* @method static mixed getProcessor()
* @method static mixed getGrammar()
* @method static mixed useWritePdo()
* @method static mixed clone()
* @method static mixed cloneWithout(array $properties)
* @method static mixed cloneWithoutBindings(array $except)
* @method static mixed dump($args)
* @method static mixed dumpRawSql()
* @method static mixed dd()
* @method static mixed ddRawSql()
* @method static mixed chunk($count, callable $callback)
* @method static mixed chunkMap(callable $callback, $count)
* @method static mixed each(callable $callback, $count)
* @method static mixed chunkById($count, callable $callback, $column, $alias)
* @method static mixed chunkByIdDesc($count, callable $callback, $column, $alias)
* @method static mixed orderedChunkById($count, callable $callback, $column, $alias, $descending)
* @method static mixed eachById(callable $callback, $count, $column, $alias)
* @method static mixed lazy($chunkSize)
* @method static mixed lazyById($chunkSize, $column, $alias)
* @method static mixed lazyByIdDesc($chunkSize, $column, $alias)
* @method static mixed first($columns)
* @method static mixed firstOrFail($columns, $message)
* @method static mixed sole($columns)
* @method static mixed tap($callback)
* @method static mixed when($value, callable $callback, callable $default)
* @method static mixed unless($value, callable $callback, callable $default)
* @method static mixed explain()
* @method static mixed macro($name, $macro)
* @method static mixed mixin($mixin, $replace)
* @method static mixed hasMacro($name)
* @method static mixed flushMacros()
* @method static mixed macroCall($method, $parameters)
* @mixin \Illuminate\Database\Query\Builder
*/
class OtpVerification extends \Illuminate\Database\Eloquent\Model
{
//
}
/**
* App\Models\Permission
*
* @property \Illuminate\Support\Carbon|null $updated_at
* @property \Illuminate\Support\Carbon|null $created_at
* @property string $status
* @property string $name
* @property int $id
* @method static \Illuminate\Database\Eloquent\Builder|Permission whereId($value)
* @method static \Illuminate\Database\Eloquent\Builder|Permission whereName($value)
* @method static \Illuminate\Database\Eloquent\Builder|Permission whereStatus($value)
* @method static \Illuminate\Database\Eloquent\Builder|Permission whereCreatedAt($value)
* @method static \Illuminate\Database\Eloquent\Builder|Permission whereUpdatedAt($value)
* @method static \Illuminate\Database\Eloquent\Builder|Permission newModelQuery()
* @method static \Illuminate\Database\Eloquent\Builder|Permission newQuery()
* @method static \Illuminate\Database\Eloquent\Builder|Permission query()
* @method static mixed select($columns)
* @method static mixed selectSub($query, $as)
* @method static mixed selectRaw($expression, array $bindings)
* @method static mixed fromSub($query, $as)
* @method static mixed fromRaw($expression, $bindings)
* @method static mixed addSelect($column)
* @method static mixed distinct()
* @method static mixed from($table, $as)
* @method static mixed useIndex($index)
* @method static mixed forceIndex($index)
* @method static mixed ignoreIndex($index)
* @method static mixed join($table, $first, $operator, $second, $type, $where)
* @method static mixed joinWhere($table, $first, $operator, $second, $type)
* @method static mixed joinSub($query, $as, $first, $operator, $second, $type, $where)
* @method static mixed joinLateral($query, string $as, string $type)
* @method static mixed leftJoinLateral($query, string $as)
* @method static mixed leftJoin($table, $first, $operator, $second)
* @method static mixed leftJoinWhere($table, $first, $operator, $second)
* @method static mixed leftJoinSub($query, $as, $first, $operator, $second)
* @method static mixed rightJoin($table, $first, $operator, $second)
* @method static mixed rightJoinWhere($table, $first, $operator, $second)
* @method static mixed rightJoinSub($query, $as, $first, $operator, $second)
* @method static mixed crossJoin($table, $first, $operator, $second)
* @method static mixed crossJoinSub($query, $as)
* @method static mixed mergeWheres($wheres, $bindings)
* @method static mixed where($column, $operator, $value, $boolean)
* @method static mixed prepareValueAndOperator($value, $operator, $useDefault)
* @method static mixed orWhere($column, $operator, $value)
* @method static mixed whereNot($column, $operator, $value, $boolean)
* @method static mixed orWhereNot($column, $operator, $value)
* @method static mixed whereColumn($first, $operator, $second, $boolean)
* @method static mixed orWhereColumn($first, $operator, $second)
* @method static mixed whereRaw($sql, $bindings, $boolean)
* @method static mixed orWhereRaw($sql, $bindings)
* @method static mixed whereLike($column, $value, $caseSensitive, $boolean, $not)
* @method static mixed orWhereLike($column, $value, $caseSensitive)
* @method static mixed whereNotLike($column, $value, $caseSensitive, $boolean)
* @method static mixed orWhereNotLike($column, $value, $caseSensitive)
* @method static mixed whereIn($column, $values, $boolean, $not)
* @method static mixed orWhereIn($column, $values)
* @method static mixed whereNotIn($column, $values, $boolean)
* @method static mixed orWhereNotIn($column, $values)
* @method static mixed whereIntegerInRaw($column, $values, $boolean, $not)
* @method static mixed orWhereIntegerInRaw($column, $values)
* @method static mixed whereIntegerNotInRaw($column, $values, $boolean)
* @method static mixed orWhereIntegerNotInRaw($column, $values)
* @method static mixed whereNull($columns, $boolean, $not)
* @method static mixed orWhereNull($column)
* @method static mixed whereNotNull($columns, $boolean)
* @method static mixed whereBetween($column, iterable $values, $boolean, $not)
* @method static mixed whereBetweenColumns($column, array $values, $boolean, $not)
* @method static mixed orWhereBetween($column, iterable $values)
* @method static mixed orWhereBetweenColumns($column, array $values)
* @method static mixed whereNotBetween($column, iterable $values, $boolean)
* @method static mixed whereNotBetweenColumns($column, array $values, $boolean)
* @method static mixed orWhereNotBetween($column, iterable $values)
* @method static mixed orWhereNotBetweenColumns($column, array $values)
* @method static mixed orWhereNotNull($column)
* @method static mixed whereDate($column, $operator, $value, $boolean)
* @method static mixed orWhereDate($column, $operator, $value)
* @method static mixed whereTime($column, $operator, $value, $boolean)
* @method static mixed orWhereTime($column, $operator, $value)
* @method static mixed whereDay($column, $operator, $value, $boolean)
* @method static mixed orWhereDay($column, $operator, $value)
* @method static mixed whereMonth($column, $operator, $value, $boolean)
* @method static mixed orWhereMonth($column, $operator, $value)
* @method static mixed whereYear($column, $operator, $value, $boolean)
* @method static mixed orWhereYear($column, $operator, $value)
* @method static mixed whereNested(Closure $callback, $boolean)
* @method static mixed forNestedWhere()
* @method static mixed addNestedWhereQuery($query, $boolean)
* @method static mixed whereExists($callback, $boolean, $not)
* @method static mixed orWhereExists($callback, $not)
* @method static mixed whereNotExists($callback, $boolean)
* @method static mixed orWhereNotExists($callback)
* @method static mixed addWhereExistsQuery(self $query, $boolean, $not)
* @method static mixed whereRowValues($columns, $operator, $values, $boolean)
* @method static mixed orWhereRowValues($columns, $operator, $values)
* @method static mixed whereJsonContains($column, $value, $boolean, $not)
* @method static mixed orWhereJsonContains($column, $value)
* @method static mixed whereJsonDoesntContain($column, $value, $boolean)
* @method static mixed orWhereJsonDoesntContain($column, $value)
* @method static mixed whereJsonOverlaps($column, $value, $boolean, $not)
* @method static mixed orWhereJsonOverlaps($column, $value)
* @method static mixed whereJsonDoesntOverlap($column, $value, $boolean)
* @method static mixed orWhereJsonDoesntOverlap($column, $value)
* @method static mixed whereJsonContainsKey($column, $boolean, $not)
* @method static mixed orWhereJsonContainsKey($column)
* @method static mixed whereJsonDoesntContainKey($column, $boolean)
* @method static mixed orWhereJsonDoesntContainKey($column)
* @method static mixed whereJsonLength($column, $operator, $value, $boolean)
* @method static mixed orWhereJsonLength($column, $operator, $value)
* @method static mixed dynamicWhere($method, $parameters)
* @method static mixed whereFullText($columns, $value, array $options, $boolean)
* @method static mixed orWhereFullText($columns, $value, array $options)
* @method static mixed whereAll($columns, $operator, $value, $boolean)
* @method static mixed orWhereAll($columns, $operator, $value)
* @method static mixed whereAny($columns, $operator, $value, $boolean)
* @method static mixed orWhereAny($columns, $operator, $value)
* @method static mixed whereNone($columns, $operator, $value, $boolean)
* @method static mixed orWhereNone($columns, $operator, $value)
* @method static mixed groupBy($groups)
* @method static mixed groupByRaw($sql, array $bindings)
* @method static mixed having($column, $operator, $value, $boolean)
* @method static mixed orHaving($column, $operator, $value)
* @method static mixed havingNested(Closure $callback, $boolean)
* @method static mixed addNestedHavingQuery($query, $boolean)
* @method static mixed havingNull($columns, $boolean, $not)
* @method static mixed orHavingNull($column)
* @method static mixed havingNotNull($columns, $boolean)
* @method static mixed orHavingNotNull($column)
* @method static mixed havingBetween($column, iterable $values, $boolean, $not)
* @method static mixed havingRaw($sql, array $bindings, $boolean)
* @method static mixed orHavingRaw($sql, array $bindings)
* @method static mixed orderBy($column, $direction)
* @method static mixed orderByDesc($column)
* @method static mixed latest($column)
* @method static mixed oldest($column)
* @method static mixed inRandomOrder($seed)
* @method static mixed orderByRaw($sql, $bindings)
* @method static mixed skip($value)
* @method static mixed offset($value)
* @method static mixed take($value)
* @method static mixed limit($value)
* @method static mixed groupLimit($value, $column)
* @method static mixed forPage($page, $perPage)
* @method static mixed forPageBeforeId($perPage, $lastId, $column)
* @method static mixed forPageAfterId($perPage, $lastId, $column)
* @method static mixed reorder($column, $direction)
* @method static mixed union($query, $all)
* @method static mixed unionAll($query)
* @method static mixed lock($value)
* @method static mixed lockForUpdate()
* @method static mixed sharedLock()
* @method static mixed beforeQuery(callable $callback)
* @method static mixed applyBeforeQueryCallbacks()
* @method static mixed afterQuery(Closure $callback)
* @method static mixed applyAfterQueryCallbacks($result)
* @method static mixed toSql()
* @method static mixed toRawSql()
* @method static mixed find($id, $columns)
* @method static mixed findOr($id, $columns, Closure $callback)
* @method static mixed value($column)
* @method static mixed rawValue(string $expression, array $bindings)
* @method static mixed soleValue($column)
* @method static mixed get($columns)
* @method static mixed paginate($perPage, $columns, $pageName, $page, $total)
* @method static mixed simplePaginate($perPage, $columns, $pageName, $page)
* @method static mixed cursorPaginate($perPage, $columns, $cursorName, $cursor)
* @method static mixed getCountForPagination($columns)
* @method static mixed cursor()
* @method static mixed pluck($column, $key)
* @method static mixed implode($column, $glue)
* @method static mixed exists()
* @method static mixed doesntExist()
* @method static mixed existsOr(Closure $callback)
* @method static mixed doesntExistOr(Closure $callback)
* @method static mixed count($columns)
* @method static mixed min($column)
* @method static mixed max($column)
* @method static mixed sum($column)
* @method static mixed avg($column)
* @method static mixed average($column)
* @method static mixed aggregate($function, $columns)
* @method static mixed numericAggregate($function, $columns)
* @method static mixed insert(array $values)
* @method static mixed insertOrIgnore(array $values)
* @method static mixed insertGetId(array $values, $sequence)
* @method static mixed insertUsing(array $columns, $query)
* @method static mixed insertOrIgnoreUsing(array $columns, $query)
* @method static mixed update(array $values)
* @method static mixed updateFrom(array $values)
* @method static mixed updateOrInsert(array $attributes, callable|array $values)
* @method static mixed upsert(array $values, $uniqueBy, $update)
* @method static mixed increment($column, $amount, array $extra)
* @method static mixed incrementEach(array $columns, array $extra)
* @method static mixed decrement($column, $amount, array $extra)
* @method static mixed decrementEach(array $columns, array $extra)
* @method static mixed delete($id)
* @method static mixed truncate()
* @method static mixed newQuery()
* @method static mixed getColumns()
* @method static mixed raw($value)
* @method static mixed getBindings()
* @method static mixed getRawBindings()
* @method static mixed setBindings(array $bindings, $type)
* @method static mixed addBinding($value, $type)
* @method static mixed castBinding($value)
* @method static mixed mergeBindings(self $query)
* @method static mixed cleanBindings(array $bindings)
* @method static mixed getConnection()
* @method static mixed getProcessor()
* @method static mixed getGrammar()
* @method static mixed useWritePdo()
* @method static mixed clone()
* @method static mixed cloneWithout(array $properties)
* @method static mixed cloneWithoutBindings(array $except)
* @method static mixed dump($args)
* @method static mixed dumpRawSql()
* @method static mixed dd()
* @method static mixed ddRawSql()
* @method static mixed chunk($count, callable $callback)
* @method static mixed chunkMap(callable $callback, $count)
* @method static mixed each(callable $callback, $count)
* @method static mixed chunkById($count, callable $callback, $column, $alias)
* @method static mixed chunkByIdDesc($count, callable $callback, $column, $alias)
* @method static mixed orderedChunkById($count, callable $callback, $column, $alias, $descending)
* @method static mixed eachById(callable $callback, $count, $column, $alias)
* @method static mixed lazy($chunkSize)
* @method static mixed lazyById($chunkSize, $column, $alias)
* @method static mixed lazyByIdDesc($chunkSize, $column, $alias)
* @method static mixed first($columns)
* @method static mixed firstOrFail($columns, $message)
* @method static mixed sole($columns)
* @method static mixed tap($callback)
* @method static mixed when($value, callable $callback, callable $default)
* @method static mixed unless($value, callable $callback, callable $default)
* @method static mixed explain()
* @method static mixed macro($name, $macro)
* @method static mixed mixin($mixin, $replace)
* @method static mixed hasMacro($name)
* @method static mixed flushMacros()
* @method static mixed macroCall($method, $parameters)
* @mixin \Illuminate\Database\Query\Builder
*/
class Permission extends \Illuminate\Database\Eloquent\Model
{
//
}
/**
* App\Models\Profile
*
* @property-read \App\Models\User $user
* @method static \Illuminate\Database\Eloquent\Builder|Profile newModelQuery()
* @method static \Illuminate\Database\Eloquent\Builder|Profile newQuery()
* @method static \Illuminate\Database\Eloquent\Builder|Profile query()
* @method static mixed select($columns)
* @method static mixed selectSub($query, $as)
* @method static mixed selectRaw($expression, array $bindings)
* @method static mixed fromSub($query, $as)
* @method static mixed fromRaw($expression, $bindings)
* @method static mixed addSelect($column)
* @method static mixed distinct()
* @method static mixed from($table, $as)
* @method static mixed useIndex($index)
* @method static mixed forceIndex($index)
* @method static mixed ignoreIndex($index)
* @method static mixed join($table, $first, $operator, $second, $type, $where)
* @method static mixed joinWhere($table, $first, $operator, $second, $type)
* @method static mixed joinSub($query, $as, $first, $operator, $second, $type, $where)
* @method static mixed joinLateral($query, string $as, string $type)
* @method static mixed leftJoinLateral($query, string $as)
* @method static mixed leftJoin($table, $first, $operator, $second)
* @method static mixed leftJoinWhere($table, $first, $operator, $second)
* @method static mixed leftJoinSub($query, $as, $first, $operator, $second)
* @method static mixed rightJoin($table, $first, $operator, $second)
* @method static mixed rightJoinWhere($table, $first, $operator, $second)
* @method static mixed rightJoinSub($query, $as, $first, $operator, $second)
* @method static mixed crossJoin($table, $first, $operator, $second)
* @method static mixed crossJoinSub($query, $as)
* @method static mixed mergeWheres($wheres, $bindings)
* @method static mixed where($column, $operator, $value, $boolean)
* @method static mixed prepareValueAndOperator($value, $operator, $useDefault)
* @method static mixed orWhere($column, $operator, $value)
* @method static mixed whereNot($column, $operator, $value, $boolean)
* @method static mixed orWhereNot($column, $operator, $value)
* @method static mixed whereColumn($first, $operator, $second, $boolean)
* @method static mixed orWhereColumn($first, $operator, $second)
* @method static mixed whereRaw($sql, $bindings, $boolean)
* @method static mixed orWhereRaw($sql, $bindings)
* @method static mixed whereLike($column, $value, $caseSensitive, $boolean, $not)
* @method static mixed orWhereLike($column, $value, $caseSensitive)
* @method static mixed whereNotLike($column, $value, $caseSensitive, $boolean)
* @method static mixed orWhereNotLike($column, $value, $caseSensitive)
* @method static mixed whereIn($column, $values, $boolean, $not)
* @method static mixed orWhereIn($column, $values)
* @method static mixed whereNotIn($column, $values, $boolean)
* @method static mixed orWhereNotIn($column, $values)
* @method static mixed whereIntegerInRaw($column, $values, $boolean, $not)
* @method static mixed orWhereIntegerInRaw($column, $values)
* @method static mixed whereIntegerNotInRaw($column, $values, $boolean)
* @method static mixed orWhereIntegerNotInRaw($column, $values)
* @method static mixed whereNull($columns, $boolean, $not)
* @method static mixed orWhereNull($column)
* @method static mixed whereNotNull($columns, $boolean)
* @method static mixed whereBetween($column, iterable $values, $boolean, $not)
* @method static mixed whereBetweenColumns($column, array $values, $boolean, $not)
* @method static mixed orWhereBetween($column, iterable $values)
* @method static mixed orWhereBetweenColumns($column, array $values)
* @method static mixed whereNotBetween($column, iterable $values, $boolean)
* @method static mixed whereNotBetweenColumns($column, array $values, $boolean)
* @method static mixed orWhereNotBetween($column, iterable $values)
* @method static mixed orWhereNotBetweenColumns($column, array $values)
* @method static mixed orWhereNotNull($column)
* @method static mixed whereDate($column, $operator, $value, $boolean)
* @method static mixed orWhereDate($column, $operator, $value)
* @method static mixed whereTime($column, $operator, $value, $boolean)
* @method static mixed orWhereTime($column, $operator, $value)
* @method static mixed whereDay($column, $operator, $value, $boolean)
* @method static mixed orWhereDay($column, $operator, $value)
* @method static mixed whereMonth($column, $operator, $value, $boolean)
* @method static mixed orWhereMonth($column, $operator, $value)
* @method static mixed whereYear($column, $operator, $value, $boolean)
* @method static mixed orWhereYear($column, $operator, $value)
* @method static mixed whereNested(Closure $callback, $boolean)
* @method static mixed forNestedWhere()
* @method static mixed addNestedWhereQuery($query, $boolean)
* @method static mixed whereExists($callback, $boolean, $not)
* @method static mixed orWhereExists($callback, $not)
* @method static mixed whereNotExists($callback, $boolean)
* @method static mixed orWhereNotExists($callback)
* @method static mixed addWhereExistsQuery(self $query, $boolean, $not)
* @method static mixed whereRowValues($columns, $operator, $values, $boolean)
* @method static mixed orWhereRowValues($columns, $operator, $values)
* @method static mixed whereJsonContains($column, $value, $boolean, $not)
* @method static mixed orWhereJsonContains($column, $value)
* @method static mixed whereJsonDoesntContain($column, $value, $boolean)
* @method static mixed orWhereJsonDoesntContain($column, $value)
* @method static mixed whereJsonOverlaps($column, $value, $boolean, $not)
* @method static mixed orWhereJsonOverlaps($column, $value)
* @method static mixed whereJsonDoesntOverlap($column, $value, $boolean)
* @method static mixed orWhereJsonDoesntOverlap($column, $value)
* @method static mixed whereJsonContainsKey($column, $boolean, $not)
* @method static mixed orWhereJsonContainsKey($column)
* @method static mixed whereJsonDoesntContainKey($column, $boolean)
* @method static mixed orWhereJsonDoesntContainKey($column)
* @method static mixed whereJsonLength($column, $operator, $value, $boolean)
* @method static mixed orWhereJsonLength($column, $operator, $value)
* @method static mixed dynamicWhere($method, $parameters)
* @method static mixed whereFullText($columns, $value, array $options, $boolean)
* @method static mixed orWhereFullText($columns, $value, array $options)
* @method static mixed whereAll($columns, $operator, $value, $boolean)
* @method static mixed orWhereAll($columns, $operator, $value)
* @method static mixed whereAny($columns, $operator, $value, $boolean)
* @method static mixed orWhereAny($columns, $operator, $value)
* @method static mixed whereNone($columns, $operator, $value, $boolean)
* @method static mixed orWhereNone($columns, $operator, $value)
* @method static mixed groupBy($groups)
* @method static mixed groupByRaw($sql, array $bindings)
* @method static mixed having($column, $operator, $value, $boolean)
* @method static mixed orHaving($column, $operator, $value)
* @method static mixed havingNested(Closure $callback, $boolean)
* @method static mixed addNestedHavingQuery($query, $boolean)
* @method static mixed havingNull($columns, $boolean, $not)
* @method static mixed orHavingNull($column)
* @method static mixed havingNotNull($columns, $boolean)
* @method static mixed orHavingNotNull($column)
* @method static mixed havingBetween($column, iterable $values, $boolean, $not)
* @method static mixed havingRaw($sql, array $bindings, $boolean)
* @method static mixed orHavingRaw($sql, array $bindings)
* @method static mixed orderBy($column, $direction)
* @method static mixed orderByDesc($column)
* @method static mixed latest($column)
* @method static mixed oldest($column)
* @method static mixed inRandomOrder($seed)
* @method static mixed orderByRaw($sql, $bindings)
* @method static mixed skip($value)
* @method static mixed offset($value)
* @method static mixed take($value)
* @method static mixed limit($value)
* @method static mixed groupLimit($value, $column)
* @method static mixed forPage($page, $perPage)
* @method static mixed forPageBeforeId($perPage, $lastId, $column)
* @method static mixed forPageAfterId($perPage, $lastId, $column)
* @method static mixed reorder($column, $direction)
* @method static mixed union($query, $all)
* @method static mixed unionAll($query)
* @method static mixed lock($value)
* @method static mixed lockForUpdate()
* @method static mixed sharedLock()
* @method static mixed beforeQuery(callable $callback)
* @method static mixed applyBeforeQueryCallbacks()
* @method static mixed afterQuery(Closure $callback)
* @method static mixed applyAfterQueryCallbacks($result)
* @method static mixed toSql()
* @method static mixed toRawSql()
* @method static mixed find($id, $columns)
* @method static mixed findOr($id, $columns, Closure $callback)
* @method static mixed value($column)
* @method static mixed rawValue(string $expression, array $bindings)
* @method static mixed soleValue($column)
* @method static mixed get($columns)
* @method static mixed paginate($perPage, $columns, $pageName, $page, $total)
* @method static mixed simplePaginate($perPage, $columns, $pageName, $page)
* @method static mixed cursorPaginate($perPage, $columns, $cursorName, $cursor)
* @method static mixed getCountForPagination($columns)
* @method static mixed cursor()
* @method static mixed pluck($column, $key)
* @method static mixed implode($column, $glue)
* @method static mixed exists()
* @method static mixed doesntExist()
* @method static mixed existsOr(Closure $callback)
* @method static mixed doesntExistOr(Closure $callback)
* @method static mixed count($columns)
* @method static mixed min($column)
* @method static mixed max($column)
* @method static mixed sum($column)
* @method static mixed avg($column)
* @method static mixed average($column)
* @method static mixed aggregate($function, $columns)
* @method static mixed numericAggregate($function, $columns)
* @method static mixed insert(array $values)
* @method static mixed insertOrIgnore(array $values)
* @method static mixed insertGetId(array $values, $sequence)
* @method static mixed insertUsing(array $columns, $query)
* @method static mixed insertOrIgnoreUsing(array $columns, $query)
* @method static mixed update(array $values)
* @method static mixed updateFrom(array $values)
* @method static mixed updateOrInsert(array $attributes, callable|array $values)
* @method static mixed upsert(array $values, $uniqueBy, $update)
* @method static mixed increment($column, $amount, array $extra)
* @method static mixed incrementEach(array $columns, array $extra)
* @method static mixed decrement($column, $amount, array $extra)
* @method static mixed decrementEach(array $columns, array $extra)
* @method static mixed delete($id)
* @method static mixed truncate()
* @method static mixed newQuery()
* @method static mixed getColumns()
* @method static mixed raw($value)
* @method static mixed getBindings()
* @method static mixed getRawBindings()
* @method static mixed setBindings(array $bindings, $type)
* @method static mixed addBinding($value, $type)
* @method static mixed castBinding($value)
* @method static mixed mergeBindings(self $query)
* @method static mixed cleanBindings(array $bindings)
* @method static mixed getConnection()
* @method static mixed getProcessor()
* @method static mixed getGrammar()
* @method static mixed useWritePdo()
* @method static mixed clone()
* @method static mixed cloneWithout(array $properties)
* @method static mixed cloneWithoutBindings(array $except)
* @method static mixed dump($args)
* @method static mixed dumpRawSql()
* @method static mixed dd()
* @method static mixed ddRawSql()
* @method static mixed chunk($count, callable $callback)
* @method static mixed chunkMap(callable $callback, $count)
* @method static mixed each(callable $callback, $count)
* @method static mixed chunkById($count, callable $callback, $column, $alias)
* @method static mixed chunkByIdDesc($count, callable $callback, $column, $alias)
* @method static mixed orderedChunkById($count, callable $callback, $column, $alias, $descending)
* @method static mixed eachById(callable $callback, $count, $column, $alias)
* @method static mixed lazy($chunkSize)
* @method static mixed lazyById($chunkSize, $column, $alias)
* @method static mixed lazyByIdDesc($chunkSize, $column, $alias)
* @method static mixed first($columns)
* @method static mixed firstOrFail($columns, $message)
* @method static mixed sole($columns)
* @method static mixed tap($callback)
* @method static mixed when($value, callable $callback, callable $default)
* @method static mixed unless($value, callable $callback, callable $default)
* @method static mixed explain()
* @method static mixed macro($name, $macro)
* @method static mixed mixin($mixin, $replace)
* @method static mixed hasMacro($name)
* @method static mixed flushMacros()
* @method static mixed macroCall($method, $parameters)
* @mixin \Illuminate\Database\Query\Builder
*/
class Profile extends \Illuminate\Database\Eloquent\Model
{
//
}
/**
* App\Models\Review
*
* @property enum('active','inactive')|null $status
* @property string|null $photo_public_id
* @property \Illuminate\Support\Carbon|null $updated_at
* @property \Illuminate\Support\Carbon|null $created_at
* @property string|null $photo_url
* @property string $star_rating
* @property string|null $comment
* @property int|null $gig_id
* @property int|null $user_id
* @property int $id
* @property-read \App\Models\User $user
* @property-read \App\Models\Gig $gig
* @property-read \App\Models\Shop $shop
* @method static \Illuminate\Database\Eloquent\Builder|Review whereId($value)
* @method static \Illuminate\Database\Eloquent\Builder|Review whereUserId($value)
* @method static \Illuminate\Database\Eloquent\Builder|Review whereGigId($value)
* @method static \Illuminate\Database\Eloquent\Builder|Review whereComment($value)
* @method static \Illuminate\Database\Eloquent\Builder|Review whereStarRating($value)
* @method static \Illuminate\Database\Eloquent\Builder|Review wherePhotoUrl($value)
* @method static \Illuminate\Database\Eloquent\Builder|Review whereCreatedAt($value)
* @method static \Illuminate\Database\Eloquent\Builder|Review whereUpdatedAt($value)
* @method static \Illuminate\Database\Eloquent\Builder|Review wherePhotoPublicId($value)
* @method static \Illuminate\Database\Eloquent\Builder|Review whereStatus($value)
* @method static \Illuminate\Database\Eloquent\Builder|Review newModelQuery()
* @method static \Illuminate\Database\Eloquent\Builder|Review newQuery()
* @method static \Illuminate\Database\Eloquent\Builder|Review query()
* @method static mixed select($columns)
* @method static mixed selectSub($query, $as)
* @method static mixed selectRaw($expression, array $bindings)
* @method static mixed fromSub($query, $as)
* @method static mixed fromRaw($expression, $bindings)
* @method static mixed addSelect($column)
* @method static mixed distinct()
* @method static mixed from($table, $as)
* @method static mixed useIndex($index)
* @method static mixed forceIndex($index)
* @method static mixed ignoreIndex($index)
* @method static mixed join($table, $first, $operator, $second, $type, $where)
* @method static mixed joinWhere($table, $first, $operator, $second, $type)
* @method static mixed joinSub($query, $as, $first, $operator, $second, $type, $where)
* @method static mixed joinLateral($query, string $as, string $type)
* @method static mixed leftJoinLateral($query, string $as)
* @method static mixed leftJoin($table, $first, $operator, $second)
* @method static mixed leftJoinWhere($table, $first, $operator, $second)
* @method static mixed leftJoinSub($query, $as, $first, $operator, $second)
* @method static mixed rightJoin($table, $first, $operator, $second)
* @method static mixed rightJoinWhere($table, $first, $operator, $second)
* @method static mixed rightJoinSub($query, $as, $first, $operator, $second)
* @method static mixed crossJoin($table, $first, $operator, $second)
* @method static mixed crossJoinSub($query, $as)
* @method static mixed mergeWheres($wheres, $bindings)
* @method static mixed where($column, $operator, $value, $boolean)
* @method static mixed prepareValueAndOperator($value, $operator, $useDefault)
* @method static mixed orWhere($column, $operator, $value)
* @method static mixed whereNot($column, $operator, $value, $boolean)
* @method static mixed orWhereNot($column, $operator, $value)
* @method static mixed whereColumn($first, $operator, $second, $boolean)
* @method static mixed orWhereColumn($first, $operator, $second)
* @method static mixed whereRaw($sql, $bindings, $boolean)
* @method static mixed orWhereRaw($sql, $bindings)
* @method static mixed whereLike($column, $value, $caseSensitive, $boolean, $not)
* @method static mixed orWhereLike($column, $value, $caseSensitive)
* @method static mixed whereNotLike($column, $value, $caseSensitive, $boolean)
* @method static mixed orWhereNotLike($column, $value, $caseSensitive)
* @method static mixed whereIn($column, $values, $boolean, $not)
* @method static mixed orWhereIn($column, $values)
* @method static mixed whereNotIn($column, $values, $boolean)
* @method static mixed orWhereNotIn($column, $values)
* @method static mixed whereIntegerInRaw($column, $values, $boolean, $not)
* @method static mixed orWhereIntegerInRaw($column, $values)
* @method static mixed whereIntegerNotInRaw($column, $values, $boolean)
* @method static mixed orWhereIntegerNotInRaw($column, $values)
* @method static mixed whereNull($columns, $boolean, $not)
* @method static mixed orWhereNull($column)
* @method static mixed whereNotNull($columns, $boolean)
* @method static mixed whereBetween($column, iterable $values, $boolean, $not)
* @method static mixed whereBetweenColumns($column, array $values, $boolean, $not)
* @method static mixed orWhereBetween($column, iterable $values)
* @method static mixed orWhereBetweenColumns($column, array $values)
* @method static mixed whereNotBetween($column, iterable $values, $boolean)
* @method static mixed whereNotBetweenColumns($column, array $values, $boolean)
* @method static mixed orWhereNotBetween($column, iterable $values)
* @method static mixed orWhereNotBetweenColumns($column, array $values)
* @method static mixed orWhereNotNull($column)
* @method static mixed whereDate($column, $operator, $value, $boolean)
* @method static mixed orWhereDate($column, $operator, $value)
* @method static mixed whereTime($column, $operator, $value, $boolean)
* @method static mixed orWhereTime($column, $operator, $value)
* @method static mixed whereDay($column, $operator, $value, $boolean)
* @method static mixed orWhereDay($column, $operator, $value)
* @method static mixed whereMonth($column, $operator, $value, $boolean)
* @method static mixed orWhereMonth($column, $operator, $value)
* @method static mixed whereYear($column, $operator, $value, $boolean)
* @method static mixed orWhereYear($column, $operator, $value)
* @method static mixed whereNested(Closure $callback, $boolean)
* @method static mixed forNestedWhere()
* @method static mixed addNestedWhereQuery($query, $boolean)
* @method static mixed whereExists($callback, $boolean, $not)
* @method static mixed orWhereExists($callback, $not)
* @method static mixed whereNotExists($callback, $boolean)
* @method static mixed orWhereNotExists($callback)
* @method static mixed addWhereExistsQuery(self $query, $boolean, $not)
* @method static mixed whereRowValues($columns, $operator, $values, $boolean)
* @method static mixed orWhereRowValues($columns, $operator, $values)
* @method static mixed whereJsonContains($column, $value, $boolean, $not)
* @method static mixed orWhereJsonContains($column, $value)
* @method static mixed whereJsonDoesntContain($column, $value, $boolean)
* @method static mixed orWhereJsonDoesntContain($column, $value)
* @method static mixed whereJsonOverlaps($column, $value, $boolean, $not)
* @method static mixed orWhereJsonOverlaps($column, $value)
* @method static mixed whereJsonDoesntOverlap($column, $value, $boolean)
* @method static mixed orWhereJsonDoesntOverlap($column, $value)
* @method static mixed whereJsonContainsKey($column, $boolean, $not)
* @method static mixed orWhereJsonContainsKey($column)
* @method static mixed whereJsonDoesntContainKey($column, $boolean)
* @method static mixed orWhereJsonDoesntContainKey($column)
* @method static mixed whereJsonLength($column, $operator, $value, $boolean)
* @method static mixed orWhereJsonLength($column, $operator, $value)
* @method static mixed dynamicWhere($method, $parameters)
* @method static mixed whereFullText($columns, $value, array $options, $boolean)
* @method static mixed orWhereFullText($columns, $value, array $options)
* @method static mixed whereAll($columns, $operator, $value, $boolean)
* @method static mixed orWhereAll($columns, $operator, $value)
* @method static mixed whereAny($columns, $operator, $value, $boolean)
* @method static mixed orWhereAny($columns, $operator, $value)
* @method static mixed whereNone($columns, $operator, $value, $boolean)
* @method static mixed orWhereNone($columns, $operator, $value)
* @method static mixed groupBy($groups)
* @method static mixed groupByRaw($sql, array $bindings)
* @method static mixed having($column, $operator, $value, $boolean)
* @method static mixed orHaving($column, $operator, $value)
* @method static mixed havingNested(Closure $callback, $boolean)
* @method static mixed addNestedHavingQuery($query, $boolean)
* @method static mixed havingNull($columns, $boolean, $not)
* @method static mixed orHavingNull($column)
* @method static mixed havingNotNull($columns, $boolean)
* @method static mixed orHavingNotNull($column)
* @method static mixed havingBetween($column, iterable $values, $boolean, $not)
* @method static mixed havingRaw($sql, array $bindings, $boolean)
* @method static mixed orHavingRaw($sql, array $bindings)
* @method static mixed orderBy($column, $direction)
* @method static mixed orderByDesc($column)
* @method static mixed latest($column)
* @method static mixed oldest($column)
* @method static mixed inRandomOrder($seed)
* @method static mixed orderByRaw($sql, $bindings)
* @method static mixed skip($value)
* @method static mixed offset($value)
* @method static mixed take($value)
* @method static mixed limit($value)
* @method static mixed groupLimit($value, $column)
* @method static mixed forPage($page, $perPage)
* @method static mixed forPageBeforeId($perPage, $lastId, $column)
* @method static mixed forPageAfterId($perPage, $lastId, $column)
* @method static mixed reorder($column, $direction)
* @method static mixed union($query, $all)
* @method static mixed unionAll($query)
* @method static mixed lock($value)
* @method static mixed lockForUpdate()
* @method static mixed sharedLock()
* @method static mixed beforeQuery(callable $callback)
* @method static mixed applyBeforeQueryCallbacks()
* @method static mixed afterQuery(Closure $callback)
* @method static mixed applyAfterQueryCallbacks($result)
* @method static mixed toSql()
* @method static mixed toRawSql()
* @method static mixed find($id, $columns)
* @method static mixed findOr($id, $columns, Closure $callback)
* @method static mixed value($column)
* @method static mixed rawValue(string $expression, array $bindings)
* @method static mixed soleValue($column)
* @method static mixed get($columns)
* @method static mixed paginate($perPage, $columns, $pageName, $page, $total)
* @method static mixed simplePaginate($perPage, $columns, $pageName, $page)
* @method static mixed cursorPaginate($perPage, $columns, $cursorName, $cursor)
* @method static mixed getCountForPagination($columns)
* @method static mixed cursor()
* @method static mixed pluck($column, $key)
* @method static mixed implode($column, $glue)
* @method static mixed exists()
* @method static mixed doesntExist()
* @method static mixed existsOr(Closure $callback)
* @method static mixed doesntExistOr(Closure $callback)
* @method static mixed count($columns)
* @method static mixed min($column)
* @method static mixed max($column)
* @method static mixed sum($column)
* @method static mixed avg($column)
* @method static mixed average($column)
* @method static mixed aggregate($function, $columns)
* @method static mixed numericAggregate($function, $columns)
* @method static mixed insert(array $values)
* @method static mixed insertOrIgnore(array $values)
* @method static mixed insertGetId(array $values, $sequence)
* @method static mixed insertUsing(array $columns, $query)
* @method static mixed insertOrIgnoreUsing(array $columns, $query)
* @method static mixed update(array $values)
* @method static mixed updateFrom(array $values)
* @method static mixed updateOrInsert(array $attributes, callable|array $values)
* @method static mixed upsert(array $values, $uniqueBy, $update)
* @method static mixed increment($column, $amount, array $extra)
* @method static mixed incrementEach(array $columns, array $extra)
* @method static mixed decrement($column, $amount, array $extra)
* @method static mixed decrementEach(array $columns, array $extra)
* @method static mixed delete($id)
* @method static mixed truncate()
* @method static mixed newQuery()
* @method static mixed getColumns()
* @method static mixed raw($value)
* @method static mixed getBindings()
* @method static mixed getRawBindings()
* @method static mixed setBindings(array $bindings, $type)
* @method static mixed addBinding($value, $type)
* @method static mixed castBinding($value)
* @method static mixed mergeBindings(self $query)
* @method static mixed cleanBindings(array $bindings)
* @method static mixed getConnection()
* @method static mixed getProcessor()
* @method static mixed getGrammar()
* @method static mixed useWritePdo()
* @method static mixed clone()
* @method static mixed cloneWithout(array $properties)
* @method static mixed cloneWithoutBindings(array $except)
* @method static mixed dump($args)
* @method static mixed dumpRawSql()
* @method static mixed dd()
* @method static mixed ddRawSql()
* @method static mixed chunk($count, callable $callback)
* @method static mixed chunkMap(callable $callback, $count)
* @method static mixed each(callable $callback, $count)
* @method static mixed chunkById($count, callable $callback, $column, $alias)
* @method static mixed chunkByIdDesc($count, callable $callback, $column, $alias)
* @method static mixed orderedChunkById($count, callable $callback, $column, $alias, $descending)
* @method static mixed eachById(callable $callback, $count, $column, $alias)
* @method static mixed lazy($chunkSize)
* @method static mixed lazyById($chunkSize, $column, $alias)
* @method static mixed lazyByIdDesc($chunkSize, $column, $alias)
* @method static mixed first($columns)
* @method static mixed firstOrFail($columns, $message)
* @method static mixed sole($columns)
* @method static mixed tap($callback)
* @method static mixed when($value, callable $callback, callable $default)
* @method static mixed unless($value, callable $callback, callable $default)
* @method static mixed explain()
* @method static mixed macro($name, $macro)
* @method static mixed mixin($mixin, $replace)
* @method static mixed hasMacro($name)
* @method static mixed flushMacros()
* @method static mixed macroCall($method, $parameters)
* @mixin \Illuminate\Database\Query\Builder
*/
class Review extends \Illuminate\Database\Eloquent\Model
{
//
}
/**
* App\Models\SellerCertificate
*
* @property \Illuminate\Support\Carbon|null $updated_at
* @property \Illuminate\Support\Carbon|null $created_at
* @property enum('active','inactive') $status
* @property string $document_public_url
* @property string $document
* @property string|null $year_obtained
* @property string $title
* @property int $category_id
* @property int $user_id
* @property char(36) $uuid
* @property string $id
* @property-read \App\Models\Category $category
* @property-read \App\Models\User $user
* @method static \Illuminate\Database\Eloquent\Builder|SellerCertificate whereId($value)
* @method static \Illuminate\Database\Eloquent\Builder|SellerCertificate whereUuid($value)
* @method static \Illuminate\Database\Eloquent\Builder|SellerCertificate whereUserId($value)
* @method static \Illuminate\Database\Eloquent\Builder|SellerCertificate whereCategoryId($value)
* @method static \Illuminate\Database\Eloquent\Builder|SellerCertificate whereTitle($value)
* @method static \Illuminate\Database\Eloquent\Builder|SellerCertificate whereYearObtained($value)
* @method static \Illuminate\Database\Eloquent\Builder|SellerCertificate whereDocument($value)
* @method static \Illuminate\Database\Eloquent\Builder|SellerCertificate whereDocumentPublicUrl($value)
* @method static \Illuminate\Database\Eloquent\Builder|SellerCertificate whereStatus($value)
* @method static \Illuminate\Database\Eloquent\Builder|SellerCertificate whereCreatedAt($value)
* @method static \Illuminate\Database\Eloquent\Builder|SellerCertificate whereUpdatedAt($value)
* @method static \Illuminate\Database\Eloquent\Builder|SellerCertificate newModelQuery()
* @method static \Illuminate\Database\Eloquent\Builder|SellerCertificate newQuery()
* @method static \Illuminate\Database\Eloquent\Builder|SellerCertificate query()
* @method static mixed select($columns)
* @method static mixed selectSub($query, $as)
* @method static mixed selectRaw($expression, array $bindings)
* @method static mixed fromSub($query, $as)
* @method static mixed fromRaw($expression, $bindings)
* @method static mixed addSelect($column)
* @method static mixed distinct()
* @method static mixed from($table, $as)
* @method static mixed useIndex($index)
* @method static mixed forceIndex($index)
* @method static mixed ignoreIndex($index)
* @method static mixed join($table, $first, $operator, $second, $type, $where)
* @method static mixed joinWhere($table, $first, $operator, $second, $type)
* @method static mixed joinSub($query, $as, $first, $operator, $second, $type, $where)
* @method static mixed joinLateral($query, string $as, string $type)
* @method static mixed leftJoinLateral($query, string $as)
* @method static mixed leftJoin($table, $first, $operator, $second)
* @method static mixed leftJoinWhere($table, $first, $operator, $second)
* @method static mixed leftJoinSub($query, $as, $first, $operator, $second)
* @method static mixed rightJoin($table, $first, $operator, $second)
* @method static mixed rightJoinWhere($table, $first, $operator, $second)
* @method static mixed rightJoinSub($query, $as, $first, $operator, $second)
* @method static mixed crossJoin($table, $first, $operator, $second)
* @method static mixed crossJoinSub($query, $as)
* @method static mixed mergeWheres($wheres, $bindings)
* @method static mixed where($column, $operator, $value, $boolean)
* @method static mixed prepareValueAndOperator($value, $operator, $useDefault)
* @method static mixed orWhere($column, $operator, $value)
* @method static mixed whereNot($column, $operator, $value, $boolean)
* @method static mixed orWhereNot($column, $operator, $value)
* @method static mixed whereColumn($first, $operator, $second, $boolean)
* @method static mixed orWhereColumn($first, $operator, $second)
* @method static mixed whereRaw($sql, $bindings, $boolean)
* @method static mixed orWhereRaw($sql, $bindings)
* @method static mixed whereLike($column, $value, $caseSensitive, $boolean, $not)
* @method static mixed orWhereLike($column, $value, $caseSensitive)
* @method static mixed whereNotLike($column, $value, $caseSensitive, $boolean)
* @method static mixed orWhereNotLike($column, $value, $caseSensitive)
* @method static mixed whereIn($column, $values, $boolean, $not)
* @method static mixed orWhereIn($column, $values)
* @method static mixed whereNotIn($column, $values, $boolean)
* @method static mixed orWhereNotIn($column, $values)
* @method static mixed whereIntegerInRaw($column, $values, $boolean, $not)
* @method static mixed orWhereIntegerInRaw($column, $values)
* @method static mixed whereIntegerNotInRaw($column, $values, $boolean)
* @method static mixed orWhereIntegerNotInRaw($column, $values)
* @method static mixed whereNull($columns, $boolean, $not)
* @method static mixed orWhereNull($column)
* @method static mixed whereNotNull($columns, $boolean)
* @method static mixed whereBetween($column, iterable $values, $boolean, $not)
* @method static mixed whereBetweenColumns($column, array $values, $boolean, $not)
* @method static mixed orWhereBetween($column, iterable $values)
* @method static mixed orWhereBetweenColumns($column, array $values)
* @method static mixed whereNotBetween($column, iterable $values, $boolean)
* @method static mixed whereNotBetweenColumns($column, array $values, $boolean)
* @method static mixed orWhereNotBetween($column, iterable $values)
* @method static mixed orWhereNotBetweenColumns($column, array $values)
* @method static mixed orWhereNotNull($column)
* @method static mixed whereDate($column, $operator, $value, $boolean)
* @method static mixed orWhereDate($column, $operator, $value)
* @method static mixed whereTime($column, $operator, $value, $boolean)
* @method static mixed orWhereTime($column, $operator, $value)
* @method static mixed whereDay($column, $operator, $value, $boolean)
* @method static mixed orWhereDay($column, $operator, $value)
* @method static mixed whereMonth($column, $operator, $value, $boolean)
* @method static mixed orWhereMonth($column, $operator, $value)
* @method static mixed whereYear($column, $operator, $value, $boolean)
* @method static mixed orWhereYear($column, $operator, $value)
* @method static mixed whereNested(Closure $callback, $boolean)
* @method static mixed forNestedWhere()
* @method static mixed addNestedWhereQuery($query, $boolean)
* @method static mixed whereExists($callback, $boolean, $not)
* @method static mixed orWhereExists($callback, $not)
* @method static mixed whereNotExists($callback, $boolean)
* @method static mixed orWhereNotExists($callback)
* @method static mixed addWhereExistsQuery(self $query, $boolean, $not)
* @method static mixed whereRowValues($columns, $operator, $values, $boolean)
* @method static mixed orWhereRowValues($columns, $operator, $values)
* @method static mixed whereJsonContains($column, $value, $boolean, $not)
* @method static mixed orWhereJsonContains($column, $value)
* @method static mixed whereJsonDoesntContain($column, $value, $boolean)
* @method static mixed orWhereJsonDoesntContain($column, $value)
* @method static mixed whereJsonOverlaps($column, $value, $boolean, $not)
* @method static mixed orWhereJsonOverlaps($column, $value)
* @method static mixed whereJsonDoesntOverlap($column, $value, $boolean)
* @method static mixed orWhereJsonDoesntOverlap($column, $value)
* @method static mixed whereJsonContainsKey($column, $boolean, $not)
* @method static mixed orWhereJsonContainsKey($column)
* @method static mixed whereJsonDoesntContainKey($column, $boolean)
* @method static mixed orWhereJsonDoesntContainKey($column)
* @method static mixed whereJsonLength($column, $operator, $value, $boolean)
* @method static mixed orWhereJsonLength($column, $operator, $value)
* @method static mixed dynamicWhere($method, $parameters)
* @method static mixed whereFullText($columns, $value, array $options, $boolean)
* @method static mixed orWhereFullText($columns, $value, array $options)
* @method static mixed whereAll($columns, $operator, $value, $boolean)
* @method static mixed orWhereAll($columns, $operator, $value)
* @method static mixed whereAny($columns, $operator, $value, $boolean)
* @method static mixed orWhereAny($columns, $operator, $value)
* @method static mixed whereNone($columns, $operator, $value, $boolean)
* @method static mixed orWhereNone($columns, $operator, $value)
* @method static mixed groupBy($groups)
* @method static mixed groupByRaw($sql, array $bindings)
* @method static mixed having($column, $operator, $value, $boolean)
* @method static mixed orHaving($column, $operator, $value)
* @method static mixed havingNested(Closure $callback, $boolean)
* @method static mixed addNestedHavingQuery($query, $boolean)
* @method static mixed havingNull($columns, $boolean, $not)
* @method static mixed orHavingNull($column)
* @method static mixed havingNotNull($columns, $boolean)
* @method static mixed orHavingNotNull($column)
* @method static mixed havingBetween($column, iterable $values, $boolean, $not)
* @method static mixed havingRaw($sql, array $bindings, $boolean)
* @method static mixed orHavingRaw($sql, array $bindings)
* @method static mixed orderBy($column, $direction)
* @method static mixed orderByDesc($column)
* @method static mixed latest($column)
* @method static mixed oldest($column)
* @method static mixed inRandomOrder($seed)
* @method static mixed orderByRaw($sql, $bindings)
* @method static mixed skip($value)
* @method static mixed offset($value)
* @method static mixed take($value)
* @method static mixed limit($value)
* @method static mixed groupLimit($value, $column)
* @method static mixed forPage($page, $perPage)
* @method static mixed forPageBeforeId($perPage, $lastId, $column)
* @method static mixed forPageAfterId($perPage, $lastId, $column)
* @method static mixed reorder($column, $direction)
* @method static mixed union($query, $all)
* @method static mixed unionAll($query)
* @method static mixed lock($value)
* @method static mixed lockForUpdate()
* @method static mixed sharedLock()
* @method static mixed beforeQuery(callable $callback)
* @method static mixed applyBeforeQueryCallbacks()
* @method static mixed afterQuery(Closure $callback)
* @method static mixed applyAfterQueryCallbacks($result)
* @method static mixed toSql()
* @method static mixed toRawSql()
* @method static mixed find($id, $columns)
* @method static mixed findOr($id, $columns, Closure $callback)
* @method static mixed value($column)
* @method static mixed rawValue(string $expression, array $bindings)
* @method static mixed soleValue($column)
* @method static mixed get($columns)
* @method static mixed paginate($perPage, $columns, $pageName, $page, $total)
* @method static mixed simplePaginate($perPage, $columns, $pageName, $page)
* @method static mixed cursorPaginate($perPage, $columns, $cursorName, $cursor)
* @method static mixed getCountForPagination($columns)
* @method static mixed cursor()
* @method static mixed pluck($column, $key)
* @method static mixed implode($column, $glue)
* @method static mixed exists()
* @method static mixed doesntExist()
* @method static mixed existsOr(Closure $callback)
* @method static mixed doesntExistOr(Closure $callback)
* @method static mixed count($columns)
* @method static mixed min($column)
* @method static mixed max($column)
* @method static mixed sum($column)
* @method static mixed avg($column)
* @method static mixed average($column)
* @method static mixed aggregate($function, $columns)
* @method static mixed numericAggregate($function, $columns)
* @method static mixed insert(array $values)
* @method static mixed insertOrIgnore(array $values)
* @method static mixed insertGetId(array $values, $sequence)
* @method static mixed insertUsing(array $columns, $query)
* @method static mixed insertOrIgnoreUsing(array $columns, $query)
* @method static mixed update(array $values)
* @method static mixed updateFrom(array $values)
* @method static mixed updateOrInsert(array $attributes, callable|array $values)
* @method static mixed upsert(array $values, $uniqueBy, $update)
* @method static mixed increment($column, $amount, array $extra)
* @method static mixed incrementEach(array $columns, array $extra)
* @method static mixed decrement($column, $amount, array $extra)
* @method static mixed decrementEach(array $columns, array $extra)
* @method static mixed delete($id)
* @method static mixed truncate()
* @method static mixed newQuery()
* @method static mixed getColumns()
* @method static mixed raw($value)
* @method static mixed getBindings()
* @method static mixed getRawBindings()
* @method static mixed setBindings(array $bindings, $type)
* @method static mixed addBinding($value, $type)
* @method static mixed castBinding($value)
* @method static mixed mergeBindings(self $query)
* @method static mixed cleanBindings(array $bindings)
* @method static mixed getConnection()
* @method static mixed getProcessor()
* @method static mixed getGrammar()
* @method static mixed useWritePdo()
* @method static mixed clone()
* @method static mixed cloneWithout(array $properties)
* @method static mixed cloneWithoutBindings(array $except)
* @method static mixed dump($args)
* @method static mixed dumpRawSql()
* @method static mixed dd()
* @method static mixed ddRawSql()
* @method static mixed chunk($count, callable $callback)
* @method static mixed chunkMap(callable $callback, $count)
* @method static mixed each(callable $callback, $count)
* @method static mixed chunkById($count, callable $callback, $column, $alias)
* @method static mixed chunkByIdDesc($count, callable $callback, $column, $alias)
* @method static mixed orderedChunkById($count, callable $callback, $column, $alias, $descending)
* @method static mixed eachById(callable $callback, $count, $column, $alias)
* @method static mixed lazy($chunkSize)
* @method static mixed lazyById($chunkSize, $column, $alias)
* @method static mixed lazyByIdDesc($chunkSize, $column, $alias)
* @method static mixed first($columns)
* @method static mixed firstOrFail($columns, $message)
* @method static mixed sole($columns)
* @method static mixed tap($callback)
* @method static mixed when($value, callable $callback, callable $default)
* @method static mixed unless($value, callable $callback, callable $default)
* @method static mixed explain()
* @method static mixed macro($name, $macro)
* @method static mixed mixin($mixin, $replace)
* @method static mixed hasMacro($name)
* @method static mixed flushMacros()
* @method static mixed macroCall($method, $parameters)
* @mixin \Illuminate\Database\Query\Builder
*/
class SellerCertificate extends \Illuminate\Database\Eloquent\Model
{
//
}
/**
* App\Models\SellerEducation
*
* @method static \Illuminate\Database\Eloquent\Builder|SellerEducation newModelQuery()
* @method static \Illuminate\Database\Eloquent\Builder|SellerEducation newQuery()
* @method static \Illuminate\Database\Eloquent\Builder|SellerEducation query()
* @method static mixed select($columns)
* @method static mixed selectSub($query, $as)
* @method static mixed selectRaw($expression, array $bindings)
* @method static mixed fromSub($query, $as)
* @method static mixed fromRaw($expression, $bindings)
* @method static mixed addSelect($column)
* @method static mixed distinct()
* @method static mixed from($table, $as)
* @method static mixed useIndex($index)
* @method static mixed forceIndex($index)
* @method static mixed ignoreIndex($index)
* @method static mixed join($table, $first, $operator, $second, $type, $where)
* @method static mixed joinWhere($table, $first, $operator, $second, $type)
* @method static mixed joinSub($query, $as, $first, $operator, $second, $type, $where)
* @method static mixed joinLateral($query, string $as, string $type)
* @method static mixed leftJoinLateral($query, string $as)
* @method static mixed leftJoin($table, $first, $operator, $second)
* @method static mixed leftJoinWhere($table, $first, $operator, $second)
* @method static mixed leftJoinSub($query, $as, $first, $operator, $second)
* @method static mixed rightJoin($table, $first, $operator, $second)
* @method static mixed rightJoinWhere($table, $first, $operator, $second)
* @method static mixed rightJoinSub($query, $as, $first, $operator, $second)
* @method static mixed crossJoin($table, $first, $operator, $second)
* @method static mixed crossJoinSub($query, $as)
* @method static mixed mergeWheres($wheres, $bindings)
* @method static mixed where($column, $operator, $value, $boolean)
* @method static mixed prepareValueAndOperator($value, $operator, $useDefault)
* @method static mixed orWhere($column, $operator, $value)
* @method static mixed whereNot($column, $operator, $value, $boolean)
* @method static mixed orWhereNot($column, $operator, $value)
* @method static mixed whereColumn($first, $operator, $second, $boolean)
* @method static mixed orWhereColumn($first, $operator, $second)
* @method static mixed whereRaw($sql, $bindings, $boolean)
* @method static mixed orWhereRaw($sql, $bindings)
* @method static mixed whereLike($column, $value, $caseSensitive, $boolean, $not)
* @method static mixed orWhereLike($column, $value, $caseSensitive)
* @method static mixed whereNotLike($column, $value, $caseSensitive, $boolean)
* @method static mixed orWhereNotLike($column, $value, $caseSensitive)
* @method static mixed whereIn($column, $values, $boolean, $not)
* @method static mixed orWhereIn($column, $values)
* @method static mixed whereNotIn($column, $values, $boolean)
* @method static mixed orWhereNotIn($column, $values)
* @method static mixed whereIntegerInRaw($column, $values, $boolean, $not)
* @method static mixed orWhereIntegerInRaw($column, $values)
* @method static mixed whereIntegerNotInRaw($column, $values, $boolean)
* @method static mixed orWhereIntegerNotInRaw($column, $values)
* @method static mixed whereNull($columns, $boolean, $not)
* @method static mixed orWhereNull($column)
* @method static mixed whereNotNull($columns, $boolean)
* @method static mixed whereBetween($column, iterable $values, $boolean, $not)
* @method static mixed whereBetweenColumns($column, array $values, $boolean, $not)
* @method static mixed orWhereBetween($column, iterable $values)
* @method static mixed orWhereBetweenColumns($column, array $values)
* @method static mixed whereNotBetween($column, iterable $values, $boolean)
* @method static mixed whereNotBetweenColumns($column, array $values, $boolean)
* @method static mixed orWhereNotBetween($column, iterable $values)
* @method static mixed orWhereNotBetweenColumns($column, array $values)
* @method static mixed orWhereNotNull($column)
* @method static mixed whereDate($column, $operator, $value, $boolean)
* @method static mixed orWhereDate($column, $operator, $value)
* @method static mixed whereTime($column, $operator, $value, $boolean)
* @method static mixed orWhereTime($column, $operator, $value)
* @method static mixed whereDay($column, $operator, $value, $boolean)
* @method static mixed orWhereDay($column, $operator, $value)
* @method static mixed whereMonth($column, $operator, $value, $boolean)
* @method static mixed orWhereMonth($column, $operator, $value)
* @method static mixed whereYear($column, $operator, $value, $boolean)
* @method static mixed orWhereYear($column, $operator, $value)
* @method static mixed whereNested(Closure $callback, $boolean)
* @method static mixed forNestedWhere()
* @method static mixed addNestedWhereQuery($query, $boolean)
* @method static mixed whereExists($callback, $boolean, $not)
* @method static mixed orWhereExists($callback, $not)
* @method static mixed whereNotExists($callback, $boolean)
* @method static mixed orWhereNotExists($callback)
* @method static mixed addWhereExistsQuery(self $query, $boolean, $not)
* @method static mixed whereRowValues($columns, $operator, $values, $boolean)
* @method static mixed orWhereRowValues($columns, $operator, $values)
* @method static mixed whereJsonContains($column, $value, $boolean, $not)
* @method static mixed orWhereJsonContains($column, $value)
* @method static mixed whereJsonDoesntContain($column, $value, $boolean)
* @method static mixed orWhereJsonDoesntContain($column, $value)
* @method static mixed whereJsonOverlaps($column, $value, $boolean, $not)
* @method static mixed orWhereJsonOverlaps($column, $value)
* @method static mixed whereJsonDoesntOverlap($column, $value, $boolean)
* @method static mixed orWhereJsonDoesntOverlap($column, $value)
* @method static mixed whereJsonContainsKey($column, $boolean, $not)
* @method static mixed orWhereJsonContainsKey($column)
* @method static mixed whereJsonDoesntContainKey($column, $boolean)
* @method static mixed orWhereJsonDoesntContainKey($column)
* @method static mixed whereJsonLength($column, $operator, $value, $boolean)
* @method static mixed orWhereJsonLength($column, $operator, $value)
* @method static mixed dynamicWhere($method, $parameters)
* @method static mixed whereFullText($columns, $value, array $options, $boolean)
* @method static mixed orWhereFullText($columns, $value, array $options)
* @method static mixed whereAll($columns, $operator, $value, $boolean)
* @method static mixed orWhereAll($columns, $operator, $value)
* @method static mixed whereAny($columns, $operator, $value, $boolean)
* @method static mixed orWhereAny($columns, $operator, $value)
* @method static mixed whereNone($columns, $operator, $value, $boolean)
* @method static mixed orWhereNone($columns, $operator, $value)
* @method static mixed groupBy($groups)
* @method static mixed groupByRaw($sql, array $bindings)
* @method static mixed having($column, $operator, $value, $boolean)
* @method static mixed orHaving($column, $operator, $value)
* @method static mixed havingNested(Closure $callback, $boolean)
* @method static mixed addNestedHavingQuery($query, $boolean)
* @method static mixed havingNull($columns, $boolean, $not)
* @method static mixed orHavingNull($column)
* @method static mixed havingNotNull($columns, $boolean)
* @method static mixed orHavingNotNull($column)
* @method static mixed havingBetween($column, iterable $values, $boolean, $not)
* @method static mixed havingRaw($sql, array $bindings, $boolean)
* @method static mixed orHavingRaw($sql, array $bindings)
* @method static mixed orderBy($column, $direction)
* @method static mixed orderByDesc($column)
* @method static mixed latest($column)
* @method static mixed oldest($column)
* @method static mixed inRandomOrder($seed)
* @method static mixed orderByRaw($sql, $bindings)
* @method static mixed skip($value)
* @method static mixed offset($value)
* @method static mixed take($value)
* @method static mixed limit($value)
* @method static mixed groupLimit($value, $column)
* @method static mixed forPage($page, $perPage)
* @method static mixed forPageBeforeId($perPage, $lastId, $column)
* @method static mixed forPageAfterId($perPage, $lastId, $column)
* @method static mixed reorder($column, $direction)
* @method static mixed union($query, $all)
* @method static mixed unionAll($query)
* @method static mixed lock($value)
* @method static mixed lockForUpdate()
* @method static mixed sharedLock()
* @method static mixed beforeQuery(callable $callback)
* @method static mixed applyBeforeQueryCallbacks()
* @method static mixed afterQuery(Closure $callback)
* @method static mixed applyAfterQueryCallbacks($result)
* @method static mixed toSql()
* @method static mixed toRawSql()
* @method static mixed find($id, $columns)
* @method static mixed findOr($id, $columns, Closure $callback)
* @method static mixed value($column)
* @method static mixed rawValue(string $expression, array $bindings)
* @method static mixed soleValue($column)
* @method static mixed get($columns)
* @method static mixed paginate($perPage, $columns, $pageName, $page, $total)
* @method static mixed simplePaginate($perPage, $columns, $pageName, $page)
* @method static mixed cursorPaginate($perPage, $columns, $cursorName, $cursor)
* @method static mixed getCountForPagination($columns)
* @method static mixed cursor()
* @method static mixed pluck($column, $key)
* @method static mixed implode($column, $glue)
* @method static mixed exists()
* @method static mixed doesntExist()
* @method static mixed existsOr(Closure $callback)
* @method static mixed doesntExistOr(Closure $callback)
* @method static mixed count($columns)
* @method static mixed min($column)
* @method static mixed max($column)
* @method static mixed sum($column)
* @method static mixed avg($column)
* @method static mixed average($column)
* @method static mixed aggregate($function, $columns)
* @method static mixed numericAggregate($function, $columns)
* @method static mixed insert(array $values)
* @method static mixed insertOrIgnore(array $values)
* @method static mixed insertGetId(array $values, $sequence)
* @method static mixed insertUsing(array $columns, $query)
* @method static mixed insertOrIgnoreUsing(array $columns, $query)
* @method static mixed update(array $values)
* @method static mixed updateFrom(array $values)
* @method static mixed updateOrInsert(array $attributes, callable|array $values)
* @method static mixed upsert(array $values, $uniqueBy, $update)
* @method static mixed increment($column, $amount, array $extra)
* @method static mixed incrementEach(array $columns, array $extra)
* @method static mixed decrement($column, $amount, array $extra)
* @method static mixed decrementEach(array $columns, array $extra)
* @method static mixed delete($id)
* @method static mixed truncate()
* @method static mixed newQuery()
* @method static mixed getColumns()
* @method static mixed raw($value)
* @method static mixed getBindings()
* @method static mixed getRawBindings()
* @method static mixed setBindings(array $bindings, $type)
* @method static mixed addBinding($value, $type)
* @method static mixed castBinding($value)
* @method static mixed mergeBindings(self $query)
* @method static mixed cleanBindings(array $bindings)
* @method static mixed getConnection()
* @method static mixed getProcessor()
* @method static mixed getGrammar()
* @method static mixed useWritePdo()
* @method static mixed clone()
* @method static mixed cloneWithout(array $properties)
* @method static mixed cloneWithoutBindings(array $except)
* @method static mixed dump($args)
* @method static mixed dumpRawSql()
* @method static mixed dd()
* @method static mixed ddRawSql()
* @method static mixed chunk($count, callable $callback)
* @method static mixed chunkMap(callable $callback, $count)
* @method static mixed each(callable $callback, $count)
* @method static mixed chunkById($count, callable $callback, $column, $alias)
* @method static mixed chunkByIdDesc($count, callable $callback, $column, $alias)
* @method static mixed orderedChunkById($count, callable $callback, $column, $alias, $descending)
* @method static mixed eachById(callable $callback, $count, $column, $alias)
* @method static mixed lazy($chunkSize)
* @method static mixed lazyById($chunkSize, $column, $alias)
* @method static mixed lazyByIdDesc($chunkSize, $column, $alias)
* @method static mixed first($columns)
* @method static mixed firstOrFail($columns, $message)
* @method static mixed sole($columns)
* @method static mixed tap($callback)
* @method static mixed when($value, callable $callback, callable $default)
* @method static mixed unless($value, callable $callback, callable $default)
* @method static mixed explain()
* @method static mixed macro($name, $macro)
* @method static mixed mixin($mixin, $replace)
* @method static mixed hasMacro($name)
* @method static mixed flushMacros()
* @method static mixed macroCall($method, $parameters)
* @mixin \Illuminate\Database\Query\Builder
*/
class SellerEducation extends \Illuminate\Database\Eloquent\Model
{
//
}
/**
* App\Models\SellerNin
*
* @property \Illuminate\Support\Carbon|null $updated_at
* @property \Illuminate\Support\Carbon|null $created_at
* @property enum('unverified','verified','pending') $status
* @property \Illuminate\Support\Carbon|null $phone_verified_at
* @property string|null $nin
* @property string|null $gender
* @property string|null $dob
* @property string|null $middlename
* @property string|null $lastname
* @property string|null $name
* @property int $user_id
* @property int $id
* @property-read \App\Models\User $user
* @method static \Illuminate\Database\Eloquent\Builder|SellerNin whereId($value)
* @method static \Illuminate\Database\Eloquent\Builder|SellerNin whereUserId($value)
* @method static \Illuminate\Database\Eloquent\Builder|SellerNin whereName($value)
* @method static \Illuminate\Database\Eloquent\Builder|SellerNin whereLastname($value)
* @method static \Illuminate\Database\Eloquent\Builder|SellerNin whereMiddlename($value)
* @method static \Illuminate\Database\Eloquent\Builder|SellerNin whereDob($value)
* @method static \Illuminate\Database\Eloquent\Builder|SellerNin whereGender($value)
* @method static \Illuminate\Database\Eloquent\Builder|SellerNin whereNin($value)
* @method static \Illuminate\Database\Eloquent\Builder|SellerNin wherePhoneVerifiedAt($value)
* @method static \Illuminate\Database\Eloquent\Builder|SellerNin whereStatus($value)
* @method static \Illuminate\Database\Eloquent\Builder|SellerNin whereCreatedAt($value)
* @method static \Illuminate\Database\Eloquent\Builder|SellerNin whereUpdatedAt($value)
* @method static \Illuminate\Database\Eloquent\Builder|SellerNin newModelQuery()
* @method static \Illuminate\Database\Eloquent\Builder|SellerNin newQuery()
* @method static \Illuminate\Database\Eloquent\Builder|SellerNin query()
* @method static mixed select($columns)
* @method static mixed selectSub($query, $as)
* @method static mixed selectRaw($expression, array $bindings)
* @method static mixed fromSub($query, $as)
* @method static mixed fromRaw($expression, $bindings)
* @method static mixed addSelect($column)
* @method static mixed distinct()
* @method static mixed from($table, $as)
* @method static mixed useIndex($index)
* @method static mixed forceIndex($index)
* @method static mixed ignoreIndex($index)
* @method static mixed join($table, $first, $operator, $second, $type, $where)
* @method static mixed joinWhere($table, $first, $operator, $second, $type)
* @method static mixed joinSub($query, $as, $first, $operator, $second, $type, $where)
* @method static mixed joinLateral($query, string $as, string $type)
* @method static mixed leftJoinLateral($query, string $as)
* @method static mixed leftJoin($table, $first, $operator, $second)
* @method static mixed leftJoinWhere($table, $first, $operator, $second)
* @method static mixed leftJoinSub($query, $as, $first, $operator, $second)
* @method static mixed rightJoin($table, $first, $operator, $second)
* @method static mixed rightJoinWhere($table, $first, $operator, $second)
* @method static mixed rightJoinSub($query, $as, $first, $operator, $second)
* @method static mixed crossJoin($table, $first, $operator, $second)
* @method static mixed crossJoinSub($query, $as)
* @method static mixed mergeWheres($wheres, $bindings)
* @method static mixed where($column, $operator, $value, $boolean)
* @method static mixed prepareValueAndOperator($value, $operator, $useDefault)
* @method static mixed orWhere($column, $operator, $value)
* @method static mixed whereNot($column, $operator, $value, $boolean)
* @method static mixed orWhereNot($column, $operator, $value)
* @method static mixed whereColumn($first, $operator, $second, $boolean)
* @method static mixed orWhereColumn($first, $operator, $second)
* @method static mixed whereRaw($sql, $bindings, $boolean)
* @method static mixed orWhereRaw($sql, $bindings)
* @method static mixed whereLike($column, $value, $caseSensitive, $boolean, $not)
* @method static mixed orWhereLike($column, $value, $caseSensitive)
* @method static mixed whereNotLike($column, $value, $caseSensitive, $boolean)
* @method static mixed orWhereNotLike($column, $value, $caseSensitive)
* @method static mixed whereIn($column, $values, $boolean, $not)
* @method static mixed orWhereIn($column, $values)
* @method static mixed whereNotIn($column, $values, $boolean)
* @method static mixed orWhereNotIn($column, $values)
* @method static mixed whereIntegerInRaw($column, $values, $boolean, $not)
* @method static mixed orWhereIntegerInRaw($column, $values)
* @method static mixed whereIntegerNotInRaw($column, $values, $boolean)
* @method static mixed orWhereIntegerNotInRaw($column, $values)
* @method static mixed whereNull($columns, $boolean, $not)
* @method static mixed orWhereNull($column)
* @method static mixed whereNotNull($columns, $boolean)
* @method static mixed whereBetween($column, iterable $values, $boolean, $not)
* @method static mixed whereBetweenColumns($column, array $values, $boolean, $not)
* @method static mixed orWhereBetween($column, iterable $values)
* @method static mixed orWhereBetweenColumns($column, array $values)
* @method static mixed whereNotBetween($column, iterable $values, $boolean)
* @method static mixed whereNotBetweenColumns($column, array $values, $boolean)
* @method static mixed orWhereNotBetween($column, iterable $values)
* @method static mixed orWhereNotBetweenColumns($column, array $values)
* @method static mixed orWhereNotNull($column)
* @method static mixed whereDate($column, $operator, $value, $boolean)
* @method static mixed orWhereDate($column, $operator, $value)
* @method static mixed whereTime($column, $operator, $value, $boolean)
* @method static mixed orWhereTime($column, $operator, $value)
* @method static mixed whereDay($column, $operator, $value, $boolean)
* @method static mixed orWhereDay($column, $operator, $value)
* @method static mixed whereMonth($column, $operator, $value, $boolean)
* @method static mixed orWhereMonth($column, $operator, $value)
* @method static mixed whereYear($column, $operator, $value, $boolean)
* @method static mixed orWhereYear($column, $operator, $value)
* @method static mixed whereNested(Closure $callback, $boolean)
* @method static mixed forNestedWhere()
* @method static mixed addNestedWhereQuery($query, $boolean)
* @method static mixed whereExists($callback, $boolean, $not)
* @method static mixed orWhereExists($callback, $not)
* @method static mixed whereNotExists($callback, $boolean)
* @method static mixed orWhereNotExists($callback)
* @method static mixed addWhereExistsQuery(self $query, $boolean, $not)
* @method static mixed whereRowValues($columns, $operator, $values, $boolean)
* @method static mixed orWhereRowValues($columns, $operator, $values)
* @method static mixed whereJsonContains($column, $value, $boolean, $not)
* @method static mixed orWhereJsonContains($column, $value)
* @method static mixed whereJsonDoesntContain($column, $value, $boolean)
* @method static mixed orWhereJsonDoesntContain($column, $value)
* @method static mixed whereJsonOverlaps($column, $value, $boolean, $not)
* @method static mixed orWhereJsonOverlaps($column, $value)
* @method static mixed whereJsonDoesntOverlap($column, $value, $boolean)
* @method static mixed orWhereJsonDoesntOverlap($column, $value)
* @method static mixed whereJsonContainsKey($column, $boolean, $not)
* @method static mixed orWhereJsonContainsKey($column)
* @method static mixed whereJsonDoesntContainKey($column, $boolean)
* @method static mixed orWhereJsonDoesntContainKey($column)
* @method static mixed whereJsonLength($column, $operator, $value, $boolean)
* @method static mixed orWhereJsonLength($column, $operator, $value)
* @method static mixed dynamicWhere($method, $parameters)
* @method static mixed whereFullText($columns, $value, array $options, $boolean)
* @method static mixed orWhereFullText($columns, $value, array $options)
* @method static mixed whereAll($columns, $operator, $value, $boolean)
* @method static mixed orWhereAll($columns, $operator, $value)
* @method static mixed whereAny($columns, $operator, $value, $boolean)
* @method static mixed orWhereAny($columns, $operator, $value)
* @method static mixed whereNone($columns, $operator, $value, $boolean)
* @method static mixed orWhereNone($columns, $operator, $value)
* @method static mixed groupBy($groups)
* @method static mixed groupByRaw($sql, array $bindings)
* @method static mixed having($column, $operator, $value, $boolean)
* @method static mixed orHaving($column, $operator, $value)
* @method static mixed havingNested(Closure $callback, $boolean)
* @method static mixed addNestedHavingQuery($query, $boolean)
* @method static mixed havingNull($columns, $boolean, $not)
* @method static mixed orHavingNull($column)
* @method static mixed havingNotNull($columns, $boolean)
* @method static mixed orHavingNotNull($column)
* @method static mixed havingBetween($column, iterable $values, $boolean, $not)
* @method static mixed havingRaw($sql, array $bindings, $boolean)
* @method static mixed orHavingRaw($sql, array $bindings)
* @method static mixed orderBy($column, $direction)
* @method static mixed orderByDesc($column)
* @method static mixed latest($column)
* @method static mixed oldest($column)
* @method static mixed inRandomOrder($seed)
* @method static mixed orderByRaw($sql, $bindings)
* @method static mixed skip($value)
* @method static mixed offset($value)
* @method static mixed take($value)
* @method static mixed limit($value)
* @method static mixed groupLimit($value, $column)
* @method static mixed forPage($page, $perPage)
* @method static mixed forPageBeforeId($perPage, $lastId, $column)
* @method static mixed forPageAfterId($perPage, $lastId, $column)
* @method static mixed reorder($column, $direction)
* @method static mixed union($query, $all)
* @method static mixed unionAll($query)
* @method static mixed lock($value)
* @method static mixed lockForUpdate()
* @method static mixed sharedLock()
* @method static mixed beforeQuery(callable $callback)
* @method static mixed applyBeforeQueryCallbacks()
* @method static mixed afterQuery(Closure $callback)
* @method static mixed applyAfterQueryCallbacks($result)
* @method static mixed toSql()
* @method static mixed toRawSql()
* @method static mixed find($id, $columns)
* @method static mixed findOr($id, $columns, Closure $callback)
* @method static mixed value($column)
* @method static mixed rawValue(string $expression, array $bindings)
* @method static mixed soleValue($column)
* @method static mixed get($columns)
* @method static mixed paginate($perPage, $columns, $pageName, $page, $total)
* @method static mixed simplePaginate($perPage, $columns, $pageName, $page)
* @method static mixed cursorPaginate($perPage, $columns, $cursorName, $cursor)
* @method static mixed getCountForPagination($columns)
* @method static mixed cursor()
* @method static mixed pluck($column, $key)
* @method static mixed implode($column, $glue)
* @method static mixed exists()
* @method static mixed doesntExist()
* @method static mixed existsOr(Closure $callback)
* @method static mixed doesntExistOr(Closure $callback)
* @method static mixed count($columns)
* @method static mixed min($column)
* @method static mixed max($column)
* @method static mixed sum($column)
* @method static mixed avg($column)
* @method static mixed average($column)
* @method static mixed aggregate($function, $columns)
* @method static mixed numericAggregate($function, $columns)
* @method static mixed insert(array $values)
* @method static mixed insertOrIgnore(array $values)
* @method static mixed insertGetId(array $values, $sequence)
* @method static mixed insertUsing(array $columns, $query)
* @method static mixed insertOrIgnoreUsing(array $columns, $query)
* @method static mixed update(array $values)
* @method static mixed updateFrom(array $values)
* @method static mixed updateOrInsert(array $attributes, callable|array $values)
* @method static mixed upsert(array $values, $uniqueBy, $update)
* @method static mixed increment($column, $amount, array $extra)
* @method static mixed incrementEach(array $columns, array $extra)
* @method static mixed decrement($column, $amount, array $extra)
* @method static mixed decrementEach(array $columns, array $extra)
* @method static mixed delete($id)
* @method static mixed truncate()
* @method static mixed newQuery()
* @method static mixed getColumns()
* @method static mixed raw($value)
* @method static mixed getBindings()
* @method static mixed getRawBindings()
* @method static mixed setBindings(array $bindings, $type)
* @method static mixed addBinding($value, $type)
* @method static mixed castBinding($value)
* @method static mixed mergeBindings(self $query)
* @method static mixed cleanBindings(array $bindings)
* @method static mixed getConnection()
* @method static mixed getProcessor()
* @method static mixed getGrammar()
* @method static mixed useWritePdo()
* @method static mixed clone()
* @method static mixed cloneWithout(array $properties)
* @method static mixed cloneWithoutBindings(array $except)
* @method static mixed dump($args)
* @method static mixed dumpRawSql()
* @method static mixed dd()
* @method static mixed ddRawSql()
* @method static mixed chunk($count, callable $callback)
* @method static mixed chunkMap(callable $callback, $count)
* @method static mixed each(callable $callback, $count)
* @method static mixed chunkById($count, callable $callback, $column, $alias)
* @method static mixed chunkByIdDesc($count, callable $callback, $column, $alias)
* @method static mixed orderedChunkById($count, callable $callback, $column, $alias, $descending)
* @method static mixed eachById(callable $callback, $count, $column, $alias)
* @method static mixed lazy($chunkSize)
* @method static mixed lazyById($chunkSize, $column, $alias)
* @method static mixed lazyByIdDesc($chunkSize, $column, $alias)
* @method static mixed first($columns)
* @method static mixed firstOrFail($columns, $message)
* @method static mixed sole($columns)
* @method static mixed tap($callback)
* @method static mixed when($value, callable $callback, callable $default)
* @method static mixed unless($value, callable $callback, callable $default)
* @method static mixed explain()
* @method static mixed macro($name, $macro)
* @method static mixed mixin($mixin, $replace)
* @method static mixed hasMacro($name)
* @method static mixed flushMacros()
* @method static mixed macroCall($method, $parameters)
* @mixin \Illuminate\Database\Query\Builder
*/
class SellerNin extends \Illuminate\Database\Eloquent\Model
{
//
}
/**
* App\Models\SellerPlan
*
* @property \Illuminate\Support\Carbon|null $updated_at
* @property \Illuminate\Support\Carbon|null $created_at
* @property enum('active','inactive') $status
* @property string $expiry
* @property decimal(8,2) $fee
* @property string $payment_link
* @property string $description
* @property string $name
* @property int $id
* @method static \Illuminate\Database\Eloquent\Builder|SellerPlan whereId($value)
* @method static \Illuminate\Database\Eloquent\Builder|SellerPlan whereName($value)
* @method static \Illuminate\Database\Eloquent\Builder|SellerPlan whereDescription($value)
* @method static \Illuminate\Database\Eloquent\Builder|SellerPlan wherePaymentLink($value)
* @method static \Illuminate\Database\Eloquent\Builder|SellerPlan whereFee($value)
* @method static \Illuminate\Database\Eloquent\Builder|SellerPlan whereExpiry($value)
* @method static \Illuminate\Database\Eloquent\Builder|SellerPlan whereStatus($value)
* @method static \Illuminate\Database\Eloquent\Builder|SellerPlan whereCreatedAt($value)
* @method static \Illuminate\Database\Eloquent\Builder|SellerPlan whereUpdatedAt($value)
* @method static \Illuminate\Database\Eloquent\Builder|SellerPlan newModelQuery()
* @method static \Illuminate\Database\Eloquent\Builder|SellerPlan newQuery()
* @method static \Illuminate\Database\Eloquent\Builder|SellerPlan query()
* @method static mixed select($columns)
* @method static mixed selectSub($query, $as)
* @method static mixed selectRaw($expression, array $bindings)
* @method static mixed fromSub($query, $as)
* @method static mixed fromRaw($expression, $bindings)
* @method static mixed addSelect($column)
* @method static mixed distinct()
* @method static mixed from($table, $as)
* @method static mixed useIndex($index)
* @method static mixed forceIndex($index)
* @method static mixed ignoreIndex($index)
* @method static mixed join($table, $first, $operator, $second, $type, $where)
* @method static mixed joinWhere($table, $first, $operator, $second, $type)
* @method static mixed joinSub($query, $as, $first, $operator, $second, $type, $where)
* @method static mixed joinLateral($query, string $as, string $type)
* @method static mixed leftJoinLateral($query, string $as)
* @method static mixed leftJoin($table, $first, $operator, $second)
* @method static mixed leftJoinWhere($table, $first, $operator, $second)
* @method static mixed leftJoinSub($query, $as, $first, $operator, $second)
* @method static mixed rightJoin($table, $first, $operator, $second)
* @method static mixed rightJoinWhere($table, $first, $operator, $second)
* @method static mixed rightJoinSub($query, $as, $first, $operator, $second)
* @method static mixed crossJoin($table, $first, $operator, $second)
* @method static mixed crossJoinSub($query, $as)
* @method static mixed mergeWheres($wheres, $bindings)
* @method static mixed where($column, $operator, $value, $boolean)
* @method static mixed prepareValueAndOperator($value, $operator, $useDefault)
* @method static mixed orWhere($column, $operator, $value)
* @method static mixed whereNot($column, $operator, $value, $boolean)
* @method static mixed orWhereNot($column, $operator, $value)
* @method static mixed whereColumn($first, $operator, $second, $boolean)
* @method static mixed orWhereColumn($first, $operator, $second)
* @method static mixed whereRaw($sql, $bindings, $boolean)
* @method static mixed orWhereRaw($sql, $bindings)
* @method static mixed whereLike($column, $value, $caseSensitive, $boolean, $not)
* @method static mixed orWhereLike($column, $value, $caseSensitive)
* @method static mixed whereNotLike($column, $value, $caseSensitive, $boolean)
* @method static mixed orWhereNotLike($column, $value, $caseSensitive)
* @method static mixed whereIn($column, $values, $boolean, $not)
* @method static mixed orWhereIn($column, $values)
* @method static mixed whereNotIn($column, $values, $boolean)
* @method static mixed orWhereNotIn($column, $values)
* @method static mixed whereIntegerInRaw($column, $values, $boolean, $not)
* @method static mixed orWhereIntegerInRaw($column, $values)
* @method static mixed whereIntegerNotInRaw($column, $values, $boolean)
* @method static mixed orWhereIntegerNotInRaw($column, $values)
* @method static mixed whereNull($columns, $boolean, $not)
* @method static mixed orWhereNull($column)
* @method static mixed whereNotNull($columns, $boolean)
* @method static mixed whereBetween($column, iterable $values, $boolean, $not)
* @method static mixed whereBetweenColumns($column, array $values, $boolean, $not)
* @method static mixed orWhereBetween($column, iterable $values)
* @method static mixed orWhereBetweenColumns($column, array $values)
* @method static mixed whereNotBetween($column, iterable $values, $boolean)
* @method static mixed whereNotBetweenColumns($column, array $values, $boolean)
* @method static mixed orWhereNotBetween($column, iterable $values)
* @method static mixed orWhereNotBetweenColumns($column, array $values)
* @method static mixed orWhereNotNull($column)
* @method static mixed whereDate($column, $operator, $value, $boolean)
* @method static mixed orWhereDate($column, $operator, $value)
* @method static mixed whereTime($column, $operator, $value, $boolean)
* @method static mixed orWhereTime($column, $operator, $value)
* @method static mixed whereDay($column, $operator, $value, $boolean)
* @method static mixed orWhereDay($column, $operator, $value)
* @method static mixed whereMonth($column, $operator, $value, $boolean)
* @method static mixed orWhereMonth($column, $operator, $value)
* @method static mixed whereYear($column, $operator, $value, $boolean)
* @method static mixed orWhereYear($column, $operator, $value)
* @method static mixed whereNested(Closure $callback, $boolean)
* @method static mixed forNestedWhere()
* @method static mixed addNestedWhereQuery($query, $boolean)
* @method static mixed whereExists($callback, $boolean, $not)
* @method static mixed orWhereExists($callback, $not)
* @method static mixed whereNotExists($callback, $boolean)
* @method static mixed orWhereNotExists($callback)
* @method static mixed addWhereExistsQuery(self $query, $boolean, $not)
* @method static mixed whereRowValues($columns, $operator, $values, $boolean)
* @method static mixed orWhereRowValues($columns, $operator, $values)
* @method static mixed whereJsonContains($column, $value, $boolean, $not)
* @method static mixed orWhereJsonContains($column, $value)
* @method static mixed whereJsonDoesntContain($column, $value, $boolean)
* @method static mixed orWhereJsonDoesntContain($column, $value)
* @method static mixed whereJsonOverlaps($column, $value, $boolean, $not)
* @method static mixed orWhereJsonOverlaps($column, $value)
* @method static mixed whereJsonDoesntOverlap($column, $value, $boolean)
* @method static mixed orWhereJsonDoesntOverlap($column, $value)
* @method static mixed whereJsonContainsKey($column, $boolean, $not)
* @method static mixed orWhereJsonContainsKey($column)
* @method static mixed whereJsonDoesntContainKey($column, $boolean)
* @method static mixed orWhereJsonDoesntContainKey($column)
* @method static mixed whereJsonLength($column, $operator, $value, $boolean)
* @method static mixed orWhereJsonLength($column, $operator, $value)
* @method static mixed dynamicWhere($method, $parameters)
* @method static mixed whereFullText($columns, $value, array $options, $boolean)
* @method static mixed orWhereFullText($columns, $value, array $options)
* @method static mixed whereAll($columns, $operator, $value, $boolean)
* @method static mixed orWhereAll($columns, $operator, $value)
* @method static mixed whereAny($columns, $operator, $value, $boolean)
* @method static mixed orWhereAny($columns, $operator, $value)
* @method static mixed whereNone($columns, $operator, $value, $boolean)
* @method static mixed orWhereNone($columns, $operator, $value)
* @method static mixed groupBy($groups)
* @method static mixed groupByRaw($sql, array $bindings)
* @method static mixed having($column, $operator, $value, $boolean)
* @method static mixed orHaving($column, $operator, $value)
* @method static mixed havingNested(Closure $callback, $boolean)
* @method static mixed addNestedHavingQuery($query, $boolean)
* @method static mixed havingNull($columns, $boolean, $not)
* @method static mixed orHavingNull($column)
* @method static mixed havingNotNull($columns, $boolean)
* @method static mixed orHavingNotNull($column)
* @method static mixed havingBetween($column, iterable $values, $boolean, $not)
* @method static mixed havingRaw($sql, array $bindings, $boolean)
* @method static mixed orHavingRaw($sql, array $bindings)
* @method static mixed orderBy($column, $direction)
* @method static mixed orderByDesc($column)
* @method static mixed latest($column)
* @method static mixed oldest($column)
* @method static mixed inRandomOrder($seed)
* @method static mixed orderByRaw($sql, $bindings)
* @method static mixed skip($value)
* @method static mixed offset($value)
* @method static mixed take($value)
* @method static mixed limit($value)
* @method static mixed groupLimit($value, $column)
* @method static mixed forPage($page, $perPage)
* @method static mixed forPageBeforeId($perPage, $lastId, $column)
* @method static mixed forPageAfterId($perPage, $lastId, $column)
* @method static mixed reorder($column, $direction)
* @method static mixed union($query, $all)
* @method static mixed unionAll($query)
* @method static mixed lock($value)
* @method static mixed lockForUpdate()
* @method static mixed sharedLock()
* @method static mixed beforeQuery(callable $callback)
* @method static mixed applyBeforeQueryCallbacks()
* @method static mixed afterQuery(Closure $callback)
* @method static mixed applyAfterQueryCallbacks($result)
* @method static mixed toSql()
* @method static mixed toRawSql()
* @method static mixed find($id, $columns)
* @method static mixed findOr($id, $columns, Closure $callback)
* @method static mixed value($column)
* @method static mixed rawValue(string $expression, array $bindings)
* @method static mixed soleValue($column)
* @method static mixed get($columns)
* @method static mixed paginate($perPage, $columns, $pageName, $page, $total)
* @method static mixed simplePaginate($perPage, $columns, $pageName, $page)
* @method static mixed cursorPaginate($perPage, $columns, $cursorName, $cursor)
* @method static mixed getCountForPagination($columns)
* @method static mixed cursor()
* @method static mixed pluck($column, $key)
* @method static mixed implode($column, $glue)
* @method static mixed exists()
* @method static mixed doesntExist()
* @method static mixed existsOr(Closure $callback)
* @method static mixed doesntExistOr(Closure $callback)
* @method static mixed count($columns)
* @method static mixed min($column)
* @method static mixed max($column)
* @method static mixed sum($column)
* @method static mixed avg($column)
* @method static mixed average($column)
* @method static mixed aggregate($function, $columns)
* @method static mixed numericAggregate($function, $columns)
* @method static mixed insert(array $values)
* @method static mixed insertOrIgnore(array $values)
* @method static mixed insertGetId(array $values, $sequence)
* @method static mixed insertUsing(array $columns, $query)
* @method static mixed insertOrIgnoreUsing(array $columns, $query)
* @method static mixed update(array $values)
* @method static mixed updateFrom(array $values)
* @method static mixed updateOrInsert(array $attributes, callable|array $values)
* @method static mixed upsert(array $values, $uniqueBy, $update)
* @method static mixed increment($column, $amount, array $extra)
* @method static mixed incrementEach(array $columns, array $extra)
* @method static mixed decrement($column, $amount, array $extra)
* @method static mixed decrementEach(array $columns, array $extra)
* @method static mixed delete($id)
* @method static mixed truncate()
* @method static mixed newQuery()
* @method static mixed getColumns()
* @method static mixed raw($value)
* @method static mixed getBindings()
* @method static mixed getRawBindings()
* @method static mixed setBindings(array $bindings, $type)
* @method static mixed addBinding($value, $type)
* @method static mixed castBinding($value)
* @method static mixed mergeBindings(self $query)
* @method static mixed cleanBindings(array $bindings)
* @method static mixed getConnection()
* @method static mixed getProcessor()
* @method static mixed getGrammar()
* @method static mixed useWritePdo()
* @method static mixed clone()
* @method static mixed cloneWithout(array $properties)
* @method static mixed cloneWithoutBindings(array $except)
* @method static mixed dump($args)
* @method static mixed dumpRawSql()
* @method static mixed dd()
* @method static mixed ddRawSql()
* @method static mixed chunk($count, callable $callback)
* @method static mixed chunkMap(callable $callback, $count)
* @method static mixed each(callable $callback, $count)
* @method static mixed chunkById($count, callable $callback, $column, $alias)
* @method static mixed chunkByIdDesc($count, callable $callback, $column, $alias)
* @method static mixed orderedChunkById($count, callable $callback, $column, $alias, $descending)
* @method static mixed eachById(callable $callback, $count, $column, $alias)
* @method static mixed lazy($chunkSize)
* @method static mixed lazyById($chunkSize, $column, $alias)
* @method static mixed lazyByIdDesc($chunkSize, $column, $alias)
* @method static mixed first($columns)
* @method static mixed firstOrFail($columns, $message)
* @method static mixed sole($columns)
* @method static mixed tap($callback)
* @method static mixed when($value, callable $callback, callable $default)
* @method static mixed unless($value, callable $callback, callable $default)
* @method static mixed explain()
* @method static mixed macro($name, $macro)
* @method static mixed mixin($mixin, $replace)
* @method static mixed hasMacro($name)
* @method static mixed flushMacros()
* @method static mixed macroCall($method, $parameters)
* @mixin \Illuminate\Database\Query\Builder
*/
class SellerPlan extends \Illuminate\Database\Eloquent\Model
{
//
}
/**
* App\Models\Session
*
* @property int $last_activity
* @property longtext $payload
* @property string|null $user_agent
* @property string|null $ip_address
* @property int|null $user_id
* @property int $id
* @property-read \App\Models\User $user
* @method static \Illuminate\Database\Eloquent\Builder|Session whereId($value)
* @method static \Illuminate\Database\Eloquent\Builder|Session whereUserId($value)
* @method static \Illuminate\Database\Eloquent\Builder|Session whereIpAddress($value)
* @method static \Illuminate\Database\Eloquent\Builder|Session whereUserAgent($value)
* @method static \Illuminate\Database\Eloquent\Builder|Session wherePayload($value)
* @method static \Illuminate\Database\Eloquent\Builder|Session whereLastActivity($value)
* @method static \Illuminate\Database\Eloquent\Builder|Session newModelQuery()
* @method static \Illuminate\Database\Eloquent\Builder|Session newQuery()
* @method static \Illuminate\Database\Eloquent\Builder|Session query()
* @method static mixed select($columns)
* @method static mixed selectSub($query, $as)
* @method static mixed selectRaw($expression, array $bindings)
* @method static mixed fromSub($query, $as)
* @method static mixed fromRaw($expression, $bindings)
* @method static mixed addSelect($column)
* @method static mixed distinct()
* @method static mixed from($table, $as)
* @method static mixed useIndex($index)
* @method static mixed forceIndex($index)
* @method static mixed ignoreIndex($index)
* @method static mixed join($table, $first, $operator, $second, $type, $where)
* @method static mixed joinWhere($table, $first, $operator, $second, $type)
* @method static mixed joinSub($query, $as, $first, $operator, $second, $type, $where)
* @method static mixed joinLateral($query, string $as, string $type)
* @method static mixed leftJoinLateral($query, string $as)
* @method static mixed leftJoin($table, $first, $operator, $second)
* @method static mixed leftJoinWhere($table, $first, $operator, $second)
* @method static mixed leftJoinSub($query, $as, $first, $operator, $second)
* @method static mixed rightJoin($table, $first, $operator, $second)
* @method static mixed rightJoinWhere($table, $first, $operator, $second)
* @method static mixed rightJoinSub($query, $as, $first, $operator, $second)
* @method static mixed crossJoin($table, $first, $operator, $second)
* @method static mixed crossJoinSub($query, $as)
* @method static mixed mergeWheres($wheres, $bindings)
* @method static mixed where($column, $operator, $value, $boolean)
* @method static mixed prepareValueAndOperator($value, $operator, $useDefault)
* @method static mixed orWhere($column, $operator, $value)
* @method static mixed whereNot($column, $operator, $value, $boolean)
* @method static mixed orWhereNot($column, $operator, $value)
* @method static mixed whereColumn($first, $operator, $second, $boolean)
* @method static mixed orWhereColumn($first, $operator, $second)
* @method static mixed whereRaw($sql, $bindings, $boolean)
* @method static mixed orWhereRaw($sql, $bindings)
* @method static mixed whereLike($column, $value, $caseSensitive, $boolean, $not)
* @method static mixed orWhereLike($column, $value, $caseSensitive)
* @method static mixed whereNotLike($column, $value, $caseSensitive, $boolean)
* @method static mixed orWhereNotLike($column, $value, $caseSensitive)
* @method static mixed whereIn($column, $values, $boolean, $not)
* @method static mixed orWhereIn($column, $values)
* @method static mixed whereNotIn($column, $values, $boolean)
* @method static mixed orWhereNotIn($column, $values)
* @method static mixed whereIntegerInRaw($column, $values, $boolean, $not)
* @method static mixed orWhereIntegerInRaw($column, $values)
* @method static mixed whereIntegerNotInRaw($column, $values, $boolean)
* @method static mixed orWhereIntegerNotInRaw($column, $values)
* @method static mixed whereNull($columns, $boolean, $not)
* @method static mixed orWhereNull($column)
* @method static mixed whereNotNull($columns, $boolean)
* @method static mixed whereBetween($column, iterable $values, $boolean, $not)
* @method static mixed whereBetweenColumns($column, array $values, $boolean, $not)
* @method static mixed orWhereBetween($column, iterable $values)
* @method static mixed orWhereBetweenColumns($column, array $values)
* @method static mixed whereNotBetween($column, iterable $values, $boolean)
* @method static mixed whereNotBetweenColumns($column, array $values, $boolean)
* @method static mixed orWhereNotBetween($column, iterable $values)
* @method static mixed orWhereNotBetweenColumns($column, array $values)
* @method static mixed orWhereNotNull($column)
* @method static mixed whereDate($column, $operator, $value, $boolean)
* @method static mixed orWhereDate($column, $operator, $value)
* @method static mixed whereTime($column, $operator, $value, $boolean)
* @method static mixed orWhereTime($column, $operator, $value)
* @method static mixed whereDay($column, $operator, $value, $boolean)
* @method static mixed orWhereDay($column, $operator, $value)
* @method static mixed whereMonth($column, $operator, $value, $boolean)
* @method static mixed orWhereMonth($column, $operator, $value)
* @method static mixed whereYear($column, $operator, $value, $boolean)
* @method static mixed orWhereYear($column, $operator, $value)
* @method static mixed whereNested(Closure $callback, $boolean)
* @method static mixed forNestedWhere()
* @method static mixed addNestedWhereQuery($query, $boolean)
* @method static mixed whereExists($callback, $boolean, $not)
* @method static mixed orWhereExists($callback, $not)
* @method static mixed whereNotExists($callback, $boolean)
* @method static mixed orWhereNotExists($callback)
* @method static mixed addWhereExistsQuery(self $query, $boolean, $not)
* @method static mixed whereRowValues($columns, $operator, $values, $boolean)
* @method static mixed orWhereRowValues($columns, $operator, $values)
* @method static mixed whereJsonContains($column, $value, $boolean, $not)
* @method static mixed orWhereJsonContains($column, $value)
* @method static mixed whereJsonDoesntContain($column, $value, $boolean)
* @method static mixed orWhereJsonDoesntContain($column, $value)
* @method static mixed whereJsonOverlaps($column, $value, $boolean, $not)
* @method static mixed orWhereJsonOverlaps($column, $value)
* @method static mixed whereJsonDoesntOverlap($column, $value, $boolean)
* @method static mixed orWhereJsonDoesntOverlap($column, $value)
* @method static mixed whereJsonContainsKey($column, $boolean, $not)
* @method static mixed orWhereJsonContainsKey($column)
* @method static mixed whereJsonDoesntContainKey($column, $boolean)
* @method static mixed orWhereJsonDoesntContainKey($column)
* @method static mixed whereJsonLength($column, $operator, $value, $boolean)
* @method static mixed orWhereJsonLength($column, $operator, $value)
* @method static mixed dynamicWhere($method, $parameters)
* @method static mixed whereFullText($columns, $value, array $options, $boolean)
* @method static mixed orWhereFullText($columns, $value, array $options)
* @method static mixed whereAll($columns, $operator, $value, $boolean)
* @method static mixed orWhereAll($columns, $operator, $value)
* @method static mixed whereAny($columns, $operator, $value, $boolean)
* @method static mixed orWhereAny($columns, $operator, $value)
* @method static mixed whereNone($columns, $operator, $value, $boolean)
* @method static mixed orWhereNone($columns, $operator, $value)
* @method static mixed groupBy($groups)
* @method static mixed groupByRaw($sql, array $bindings)
* @method static mixed having($column, $operator, $value, $boolean)
* @method static mixed orHaving($column, $operator, $value)
* @method static mixed havingNested(Closure $callback, $boolean)
* @method static mixed addNestedHavingQuery($query, $boolean)
* @method static mixed havingNull($columns, $boolean, $not)
* @method static mixed orHavingNull($column)
* @method static mixed havingNotNull($columns, $boolean)
* @method static mixed orHavingNotNull($column)
* @method static mixed havingBetween($column, iterable $values, $boolean, $not)
* @method static mixed havingRaw($sql, array $bindings, $boolean)
* @method static mixed orHavingRaw($sql, array $bindings)
* @method static mixed orderBy($column, $direction)
* @method static mixed orderByDesc($column)
* @method static mixed latest($column)
* @method static mixed oldest($column)
* @method static mixed inRandomOrder($seed)
* @method static mixed orderByRaw($sql, $bindings)
* @method static mixed skip($value)
* @method static mixed offset($value)
* @method static mixed take($value)
* @method static mixed limit($value)
* @method static mixed groupLimit($value, $column)
* @method static mixed forPage($page, $perPage)
* @method static mixed forPageBeforeId($perPage, $lastId, $column)
* @method static mixed forPageAfterId($perPage, $lastId, $column)
* @method static mixed reorder($column, $direction)
* @method static mixed union($query, $all)
* @method static mixed unionAll($query)
* @method static mixed lock($value)
* @method static mixed lockForUpdate()
* @method static mixed sharedLock()
* @method static mixed beforeQuery(callable $callback)
* @method static mixed applyBeforeQueryCallbacks()
* @method static mixed afterQuery(Closure $callback)
* @method static mixed applyAfterQueryCallbacks($result)
* @method static mixed toSql()
* @method static mixed toRawSql()
* @method static mixed find($id, $columns)
* @method static mixed findOr($id, $columns, Closure $callback)
* @method static mixed value($column)
* @method static mixed rawValue(string $expression, array $bindings)
* @method static mixed soleValue($column)
* @method static mixed get($columns)
* @method static mixed paginate($perPage, $columns, $pageName, $page, $total)
* @method static mixed simplePaginate($perPage, $columns, $pageName, $page)
* @method static mixed cursorPaginate($perPage, $columns, $cursorName, $cursor)
* @method static mixed getCountForPagination($columns)
* @method static mixed cursor()
* @method static mixed pluck($column, $key)
* @method static mixed implode($column, $glue)
* @method static mixed exists()
* @method static mixed doesntExist()
* @method static mixed existsOr(Closure $callback)
* @method static mixed doesntExistOr(Closure $callback)
* @method static mixed count($columns)
* @method static mixed min($column)
* @method static mixed max($column)
* @method static mixed sum($column)
* @method static mixed avg($column)
* @method static mixed average($column)
* @method static mixed aggregate($function, $columns)
* @method static mixed numericAggregate($function, $columns)
* @method static mixed insert(array $values)
* @method static mixed insertOrIgnore(array $values)
* @method static mixed insertGetId(array $values, $sequence)
* @method static mixed insertUsing(array $columns, $query)
* @method static mixed insertOrIgnoreUsing(array $columns, $query)
* @method static mixed update(array $values)
* @method static mixed updateFrom(array $values)
* @method static mixed updateOrInsert(array $attributes, callable|array $values)
* @method static mixed upsert(array $values, $uniqueBy, $update)
* @method static mixed increment($column, $amount, array $extra)
* @method static mixed incrementEach(array $columns, array $extra)
* @method static mixed decrement($column, $amount, array $extra)
* @method static mixed decrementEach(array $columns, array $extra)
* @method static mixed delete($id)
* @method static mixed truncate()
* @method static mixed newQuery()
* @method static mixed getColumns()
* @method static mixed raw($value)
* @method static mixed getBindings()
* @method static mixed getRawBindings()
* @method static mixed setBindings(array $bindings, $type)
* @method static mixed addBinding($value, $type)
* @method static mixed castBinding($value)
* @method static mixed mergeBindings(self $query)
* @method static mixed cleanBindings(array $bindings)
* @method static mixed getConnection()
* @method static mixed getProcessor()
* @method static mixed getGrammar()
* @method static mixed useWritePdo()
* @method static mixed clone()
* @method static mixed cloneWithout(array $properties)
* @method static mixed cloneWithoutBindings(array $except)
* @method static mixed dump($args)
* @method static mixed dumpRawSql()
* @method static mixed dd()
* @method static mixed ddRawSql()
* @method static mixed chunk($count, callable $callback)
* @method static mixed chunkMap(callable $callback, $count)
* @method static mixed each(callable $callback, $count)
* @method static mixed chunkById($count, callable $callback, $column, $alias)
* @method static mixed chunkByIdDesc($count, callable $callback, $column, $alias)
* @method static mixed orderedChunkById($count, callable $callback, $column, $alias, $descending)
* @method static mixed eachById(callable $callback, $count, $column, $alias)
* @method static mixed lazy($chunkSize)
* @method static mixed lazyById($chunkSize, $column, $alias)
* @method static mixed lazyByIdDesc($chunkSize, $column, $alias)
* @method static mixed first($columns)
* @method static mixed firstOrFail($columns, $message)
* @method static mixed sole($columns)
* @method static mixed tap($callback)
* @method static mixed when($value, callable $callback, callable $default)
* @method static mixed unless($value, callable $callback, callable $default)
* @method static mixed explain()
* @method static mixed macro($name, $macro)
* @method static mixed mixin($mixin, $replace)
* @method static mixed hasMacro($name)
* @method static mixed flushMacros()
* @method static mixed macroCall($method, $parameters)
* @mixin \Illuminate\Database\Query\Builder
*/
class Session extends \Illuminate\Database\Eloquent\Model
{
//
}
/**
* App\Models\Shop
*
* @property string|null $longitude
* @property string|null $latitude
* @property \Illuminate\Support\Carbon|null $updated_at
* @property \Illuminate\Support\Carbon|null $created_at
* @property enum('unverified','verified','vacation') $status
* @property string $views
* @property int $city_id
* @property int $state_id
* @property int $country_id
* @property string $address
* @property string $description
* @property string $slug
* @property string $name
* @property array|null $workshop_photo_public_ids
* @property array|null $workshop_photo_urls
* @property string $profile_photo_public_id
* @property string $profile_photo_url
* @property int $category_id
* @property char(36) $uuid
* @property int $user_id
* @property string $id
* @property-read \App\Models\User $user
* @property-read \Illuminate\Database\Eloquent\Collection<int, \App\Models\Gig> $gigs
* @property-read int|null $gigs_count
* @property-read \App\Models\Category $category
* @property-read \App\Models\City $city
* @property-read \App\Models\State $state
* @property-read \Illuminate\Database\Eloquent\Collection<int, \App\Models\Review> $reviews
* @property-read int|null $reviews_count
* @method static \Illuminate\Database\Eloquent\Builder|Shop whereId($value)
* @method static \Illuminate\Database\Eloquent\Builder|Shop whereUserId($value)
* @method static \Illuminate\Database\Eloquent\Builder|Shop whereUuid($value)
* @method static \Illuminate\Database\Eloquent\Builder|Shop whereCategoryId($value)
* @method static \Illuminate\Database\Eloquent\Builder|Shop whereProfilePhotoUrl($value)
* @method static \Illuminate\Database\Eloquent\Builder|Shop whereProfilePhotoPublicId($value)
* @method static \Illuminate\Database\Eloquent\Builder|Shop whereWorkshopPhotoUrls($value)
* @method static \Illuminate\Database\Eloquent\Builder|Shop whereWorkshopPhotoPublicIds($value)
* @method static \Illuminate\Database\Eloquent\Builder|Shop whereName($value)
* @method static \Illuminate\Database\Eloquent\Builder|Shop whereSlug($value)
* @method static \Illuminate\Database\Eloquent\Builder|Shop whereDescription($value)
* @method static \Illuminate\Database\Eloquent\Builder|Shop whereAddress($value)
* @method static \Illuminate\Database\Eloquent\Builder|Shop whereCountryId($value)
* @method static \Illuminate\Database\Eloquent\Builder|Shop whereStateId($value)
* @method static \Illuminate\Database\Eloquent\Builder|Shop whereCityId($value)
* @method static \Illuminate\Database\Eloquent\Builder|Shop whereViews($value)
* @method static \Illuminate\Database\Eloquent\Builder|Shop whereStatus($value)
* @method static \Illuminate\Database\Eloquent\Builder|Shop whereCreatedAt($value)
* @method static \Illuminate\Database\Eloquent\Builder|Shop whereUpdatedAt($value)
* @method static \Illuminate\Database\Eloquent\Builder|Shop whereLatitude($value)
* @method static \Illuminate\Database\Eloquent\Builder|Shop whereLongitude($value)
* @method static \Illuminate\Database\Eloquent\Builder|Shop newModelQuery()
* @method static \Illuminate\Database\Eloquent\Builder|Shop newQuery()
* @method static \Illuminate\Database\Eloquent\Builder|Shop query()
* @method static mixed select($columns)
* @method static mixed selectSub($query, $as)
* @method static mixed selectRaw($expression, array $bindings)
* @method static mixed fromSub($query, $as)
* @method static mixed fromRaw($expression, $bindings)
* @method static mixed addSelect($column)
* @method static mixed distinct()
* @method static mixed from($table, $as)
* @method static mixed useIndex($index)
* @method static mixed forceIndex($index)
* @method static mixed ignoreIndex($index)
* @method static mixed join($table, $first, $operator, $second, $type, $where)
* @method static mixed joinWhere($table, $first, $operator, $second, $type)
* @method static mixed joinSub($query, $as, $first, $operator, $second, $type, $where)
* @method static mixed joinLateral($query, string $as, string $type)
* @method static mixed leftJoinLateral($query, string $as)
* @method static mixed leftJoin($table, $first, $operator, $second)
* @method static mixed leftJoinWhere($table, $first, $operator, $second)
* @method static mixed leftJoinSub($query, $as, $first, $operator, $second)
* @method static mixed rightJoin($table, $first, $operator, $second)
* @method static mixed rightJoinWhere($table, $first, $operator, $second)
* @method static mixed rightJoinSub($query, $as, $first, $operator, $second)
* @method static mixed crossJoin($table, $first, $operator, $second)
* @method static mixed crossJoinSub($query, $as)
* @method static mixed mergeWheres($wheres, $bindings)
* @method static mixed where($column, $operator, $value, $boolean)
* @method static mixed prepareValueAndOperator($value, $operator, $useDefault)
* @method static mixed orWhere($column, $operator, $value)
* @method static mixed whereNot($column, $operator, $value, $boolean)
* @method static mixed orWhereNot($column, $operator, $value)
* @method static mixed whereColumn($first, $operator, $second, $boolean)
* @method static mixed orWhereColumn($first, $operator, $second)
* @method static mixed whereRaw($sql, $bindings, $boolean)
* @method static mixed orWhereRaw($sql, $bindings)
* @method static mixed whereLike($column, $value, $caseSensitive, $boolean, $not)
* @method static mixed orWhereLike($column, $value, $caseSensitive)
* @method static mixed whereNotLike($column, $value, $caseSensitive, $boolean)
* @method static mixed orWhereNotLike($column, $value, $caseSensitive)
* @method static mixed whereIn($column, $values, $boolean, $not)
* @method static mixed orWhereIn($column, $values)
* @method static mixed whereNotIn($column, $values, $boolean)
* @method static mixed orWhereNotIn($column, $values)
* @method static mixed whereIntegerInRaw($column, $values, $boolean, $not)
* @method static mixed orWhereIntegerInRaw($column, $values)
* @method static mixed whereIntegerNotInRaw($column, $values, $boolean)
* @method static mixed orWhereIntegerNotInRaw($column, $values)
* @method static mixed whereNull($columns, $boolean, $not)
* @method static mixed orWhereNull($column)
* @method static mixed whereNotNull($columns, $boolean)
* @method static mixed whereBetween($column, iterable $values, $boolean, $not)
* @method static mixed whereBetweenColumns($column, array $values, $boolean, $not)
* @method static mixed orWhereBetween($column, iterable $values)
* @method static mixed orWhereBetweenColumns($column, array $values)
* @method static mixed whereNotBetween($column, iterable $values, $boolean)
* @method static mixed whereNotBetweenColumns($column, array $values, $boolean)
* @method static mixed orWhereNotBetween($column, iterable $values)
* @method static mixed orWhereNotBetweenColumns($column, array $values)
* @method static mixed orWhereNotNull($column)
* @method static mixed whereDate($column, $operator, $value, $boolean)
* @method static mixed orWhereDate($column, $operator, $value)
* @method static mixed whereTime($column, $operator, $value, $boolean)
* @method static mixed orWhereTime($column, $operator, $value)
* @method static mixed whereDay($column, $operator, $value, $boolean)
* @method static mixed orWhereDay($column, $operator, $value)
* @method static mixed whereMonth($column, $operator, $value, $boolean)
* @method static mixed orWhereMonth($column, $operator, $value)
* @method static mixed whereYear($column, $operator, $value, $boolean)
* @method static mixed orWhereYear($column, $operator, $value)
* @method static mixed whereNested(Closure $callback, $boolean)
* @method static mixed forNestedWhere()
* @method static mixed addNestedWhereQuery($query, $boolean)
* @method static mixed whereExists($callback, $boolean, $not)
* @method static mixed orWhereExists($callback, $not)
* @method static mixed whereNotExists($callback, $boolean)
* @method static mixed orWhereNotExists($callback)
* @method static mixed addWhereExistsQuery(self $query, $boolean, $not)
* @method static mixed whereRowValues($columns, $operator, $values, $boolean)
* @method static mixed orWhereRowValues($columns, $operator, $values)
* @method static mixed whereJsonContains($column, $value, $boolean, $not)
* @method static mixed orWhereJsonContains($column, $value)
* @method static mixed whereJsonDoesntContain($column, $value, $boolean)
* @method static mixed orWhereJsonDoesntContain($column, $value)
* @method static mixed whereJsonOverlaps($column, $value, $boolean, $not)
* @method static mixed orWhereJsonOverlaps($column, $value)
* @method static mixed whereJsonDoesntOverlap($column, $value, $boolean)
* @method static mixed orWhereJsonDoesntOverlap($column, $value)
* @method static mixed whereJsonContainsKey($column, $boolean, $not)
* @method static mixed orWhereJsonContainsKey($column)
* @method static mixed whereJsonDoesntContainKey($column, $boolean)
* @method static mixed orWhereJsonDoesntContainKey($column)
* @method static mixed whereJsonLength($column, $operator, $value, $boolean)
* @method static mixed orWhereJsonLength($column, $operator, $value)
* @method static mixed dynamicWhere($method, $parameters)
* @method static mixed whereFullText($columns, $value, array $options, $boolean)
* @method static mixed orWhereFullText($columns, $value, array $options)
* @method static mixed whereAll($columns, $operator, $value, $boolean)
* @method static mixed orWhereAll($columns, $operator, $value)
* @method static mixed whereAny($columns, $operator, $value, $boolean)
* @method static mixed orWhereAny($columns, $operator, $value)
* @method static mixed whereNone($columns, $operator, $value, $boolean)
* @method static mixed orWhereNone($columns, $operator, $value)
* @method static mixed groupBy($groups)
* @method static mixed groupByRaw($sql, array $bindings)
* @method static mixed having($column, $operator, $value, $boolean)
* @method static mixed orHaving($column, $operator, $value)
* @method static mixed havingNested(Closure $callback, $boolean)
* @method static mixed addNestedHavingQuery($query, $boolean)
* @method static mixed havingNull($columns, $boolean, $not)
* @method static mixed orHavingNull($column)
* @method static mixed havingNotNull($columns, $boolean)
* @method static mixed orHavingNotNull($column)
* @method static mixed havingBetween($column, iterable $values, $boolean, $not)
* @method static mixed havingRaw($sql, array $bindings, $boolean)
* @method static mixed orHavingRaw($sql, array $bindings)
* @method static mixed orderBy($column, $direction)
* @method static mixed orderByDesc($column)
* @method static mixed latest($column)
* @method static mixed oldest($column)
* @method static mixed inRandomOrder($seed)
* @method static mixed orderByRaw($sql, $bindings)
* @method static mixed skip($value)
* @method static mixed offset($value)
* @method static mixed take($value)
* @method static mixed limit($value)
* @method static mixed groupLimit($value, $column)
* @method static mixed forPage($page, $perPage)
* @method static mixed forPageBeforeId($perPage, $lastId, $column)
* @method static mixed forPageAfterId($perPage, $lastId, $column)
* @method static mixed reorder($column, $direction)
* @method static mixed union($query, $all)
* @method static mixed unionAll($query)
* @method static mixed lock($value)
* @method static mixed lockForUpdate()
* @method static mixed sharedLock()
* @method static mixed beforeQuery(callable $callback)
* @method static mixed applyBeforeQueryCallbacks()
* @method static mixed afterQuery(Closure $callback)
* @method static mixed applyAfterQueryCallbacks($result)
* @method static mixed toSql()
* @method static mixed toRawSql()
* @method static mixed find($id, $columns)
* @method static mixed findOr($id, $columns, Closure $callback)
* @method static mixed value($column)
* @method static mixed rawValue(string $expression, array $bindings)
* @method static mixed soleValue($column)
* @method static mixed get($columns)
* @method static mixed paginate($perPage, $columns, $pageName, $page, $total)
* @method static mixed simplePaginate($perPage, $columns, $pageName, $page)
* @method static mixed cursorPaginate($perPage, $columns, $cursorName, $cursor)
* @method static mixed getCountForPagination($columns)
* @method static mixed cursor()
* @method static mixed pluck($column, $key)
* @method static mixed implode($column, $glue)
* @method static mixed exists()
* @method static mixed doesntExist()
* @method static mixed existsOr(Closure $callback)
* @method static mixed doesntExistOr(Closure $callback)
* @method static mixed count($columns)
* @method static mixed min($column)
* @method static mixed max($column)
* @method static mixed sum($column)
* @method static mixed avg($column)
* @method static mixed average($column)
* @method static mixed aggregate($function, $columns)
* @method static mixed numericAggregate($function, $columns)
* @method static mixed insert(array $values)
* @method static mixed insertOrIgnore(array $values)
* @method static mixed insertGetId(array $values, $sequence)
* @method static mixed insertUsing(array $columns, $query)
* @method static mixed insertOrIgnoreUsing(array $columns, $query)
* @method static mixed update(array $values)
* @method static mixed updateFrom(array $values)
* @method static mixed updateOrInsert(array $attributes, callable|array $values)
* @method static mixed upsert(array $values, $uniqueBy, $update)
* @method static mixed increment($column, $amount, array $extra)
* @method static mixed incrementEach(array $columns, array $extra)
* @method static mixed decrement($column, $amount, array $extra)
* @method static mixed decrementEach(array $columns, array $extra)
* @method static mixed delete($id)
* @method static mixed truncate()
* @method static mixed newQuery()
* @method static mixed getColumns()
* @method static mixed raw($value)
* @method static mixed getBindings()
* @method static mixed getRawBindings()
* @method static mixed setBindings(array $bindings, $type)
* @method static mixed addBinding($value, $type)
* @method static mixed castBinding($value)
* @method static mixed mergeBindings(self $query)
* @method static mixed cleanBindings(array $bindings)
* @method static mixed getConnection()
* @method static mixed getProcessor()
* @method static mixed getGrammar()
* @method static mixed useWritePdo()
* @method static mixed clone()
* @method static mixed cloneWithout(array $properties)
* @method static mixed cloneWithoutBindings(array $except)
* @method static mixed dump($args)
* @method static mixed dumpRawSql()
* @method static mixed dd()
* @method static mixed ddRawSql()
* @method static mixed chunk($count, callable $callback)
* @method static mixed chunkMap(callable $callback, $count)
* @method static mixed each(callable $callback, $count)
* @method static mixed chunkById($count, callable $callback, $column, $alias)
* @method static mixed chunkByIdDesc($count, callable $callback, $column, $alias)
* @method static mixed orderedChunkById($count, callable $callback, $column, $alias, $descending)
* @method static mixed eachById(callable $callback, $count, $column, $alias)
* @method static mixed lazy($chunkSize)
* @method static mixed lazyById($chunkSize, $column, $alias)
* @method static mixed lazyByIdDesc($chunkSize, $column, $alias)
* @method static mixed first($columns)
* @method static mixed firstOrFail($columns, $message)
* @method static mixed sole($columns)
* @method static mixed tap($callback)
* @method static mixed when($value, callable $callback, callable $default)
* @method static mixed unless($value, callable $callback, callable $default)
* @method static mixed explain()
* @method static mixed macro($name, $macro)
* @method static mixed mixin($mixin, $replace)
* @method static mixed hasMacro($name)
* @method static mixed flushMacros()
* @method static mixed macroCall($method, $parameters)
* @mixin \Illuminate\Database\Query\Builder
*/
class Shop extends \Illuminate\Database\Eloquent\Model
{
//
}
/**
* App\Models\State
*
* @property \Illuminate\Support\Carbon|null $updated_at
* @property \Illuminate\Support\Carbon|null $created_at
* @property enum('active','inactive') $status
* @property int $country_id
* @property string $name
* @property int $id
* @property-read \App\Models\Country $country
* @property-read \Illuminate\Database\Eloquent\Collection<int, \App\Models\City> $cities
* @property-read int|null $cities_count
* @method static \Illuminate\Database\Eloquent\Builder|State whereId($value)
* @method static \Illuminate\Database\Eloquent\Builder|State whereName($value)
* @method static \Illuminate\Database\Eloquent\Builder|State whereCountryId($value)
* @method static \Illuminate\Database\Eloquent\Builder|State whereStatus($value)
* @method static \Illuminate\Database\Eloquent\Builder|State whereCreatedAt($value)
* @method static \Illuminate\Database\Eloquent\Builder|State whereUpdatedAt($value)
* @method static \Illuminate\Database\Eloquent\Builder|State newModelQuery()
* @method static \Illuminate\Database\Eloquent\Builder|State newQuery()
* @method static \Illuminate\Database\Eloquent\Builder|State query()
* @method static mixed select($columns)
* @method static mixed selectSub($query, $as)
* @method static mixed selectRaw($expression, array $bindings)
* @method static mixed fromSub($query, $as)
* @method static mixed fromRaw($expression, $bindings)
* @method static mixed addSelect($column)
* @method static mixed distinct()
* @method static mixed from($table, $as)
* @method static mixed useIndex($index)
* @method static mixed forceIndex($index)
* @method static mixed ignoreIndex($index)
* @method static mixed join($table, $first, $operator, $second, $type, $where)
* @method static mixed joinWhere($table, $first, $operator, $second, $type)
* @method static mixed joinSub($query, $as, $first, $operator, $second, $type, $where)
* @method static mixed joinLateral($query, string $as, string $type)
* @method static mixed leftJoinLateral($query, string $as)
* @method static mixed leftJoin($table, $first, $operator, $second)
* @method static mixed leftJoinWhere($table, $first, $operator, $second)
* @method static mixed leftJoinSub($query, $as, $first, $operator, $second)
* @method static mixed rightJoin($table, $first, $operator, $second)
* @method static mixed rightJoinWhere($table, $first, $operator, $second)
* @method static mixed rightJoinSub($query, $as, $first, $operator, $second)
* @method static mixed crossJoin($table, $first, $operator, $second)
* @method static mixed crossJoinSub($query, $as)
* @method static mixed mergeWheres($wheres, $bindings)
* @method static mixed where($column, $operator, $value, $boolean)
* @method static mixed prepareValueAndOperator($value, $operator, $useDefault)
* @method static mixed orWhere($column, $operator, $value)
* @method static mixed whereNot($column, $operator, $value, $boolean)
* @method static mixed orWhereNot($column, $operator, $value)
* @method static mixed whereColumn($first, $operator, $second, $boolean)
* @method static mixed orWhereColumn($first, $operator, $second)
* @method static mixed whereRaw($sql, $bindings, $boolean)
* @method static mixed orWhereRaw($sql, $bindings)
* @method static mixed whereLike($column, $value, $caseSensitive, $boolean, $not)
* @method static mixed orWhereLike($column, $value, $caseSensitive)
* @method static mixed whereNotLike($column, $value, $caseSensitive, $boolean)
* @method static mixed orWhereNotLike($column, $value, $caseSensitive)
* @method static mixed whereIn($column, $values, $boolean, $not)
* @method static mixed orWhereIn($column, $values)
* @method static mixed whereNotIn($column, $values, $boolean)
* @method static mixed orWhereNotIn($column, $values)
* @method static mixed whereIntegerInRaw($column, $values, $boolean, $not)
* @method static mixed orWhereIntegerInRaw($column, $values)
* @method static mixed whereIntegerNotInRaw($column, $values, $boolean)
* @method static mixed orWhereIntegerNotInRaw($column, $values)
* @method static mixed whereNull($columns, $boolean, $not)
* @method static mixed orWhereNull($column)
* @method static mixed whereNotNull($columns, $boolean)
* @method static mixed whereBetween($column, iterable $values, $boolean, $not)
* @method static mixed whereBetweenColumns($column, array $values, $boolean, $not)
* @method static mixed orWhereBetween($column, iterable $values)
* @method static mixed orWhereBetweenColumns($column, array $values)
* @method static mixed whereNotBetween($column, iterable $values, $boolean)
* @method static mixed whereNotBetweenColumns($column, array $values, $boolean)
* @method static mixed orWhereNotBetween($column, iterable $values)
* @method static mixed orWhereNotBetweenColumns($column, array $values)
* @method static mixed orWhereNotNull($column)
* @method static mixed whereDate($column, $operator, $value, $boolean)
* @method static mixed orWhereDate($column, $operator, $value)
* @method static mixed whereTime($column, $operator, $value, $boolean)
* @method static mixed orWhereTime($column, $operator, $value)
* @method static mixed whereDay($column, $operator, $value, $boolean)
* @method static mixed orWhereDay($column, $operator, $value)
* @method static mixed whereMonth($column, $operator, $value, $boolean)
* @method static mixed orWhereMonth($column, $operator, $value)
* @method static mixed whereYear($column, $operator, $value, $boolean)
* @method static mixed orWhereYear($column, $operator, $value)
* @method static mixed whereNested(Closure $callback, $boolean)
* @method static mixed forNestedWhere()
* @method static mixed addNestedWhereQuery($query, $boolean)
* @method static mixed whereExists($callback, $boolean, $not)
* @method static mixed orWhereExists($callback, $not)
* @method static mixed whereNotExists($callback, $boolean)
* @method static mixed orWhereNotExists($callback)
* @method static mixed addWhereExistsQuery(self $query, $boolean, $not)
* @method static mixed whereRowValues($columns, $operator, $values, $boolean)
* @method static mixed orWhereRowValues($columns, $operator, $values)
* @method static mixed whereJsonContains($column, $value, $boolean, $not)
* @method static mixed orWhereJsonContains($column, $value)
* @method static mixed whereJsonDoesntContain($column, $value, $boolean)
* @method static mixed orWhereJsonDoesntContain($column, $value)
* @method static mixed whereJsonOverlaps($column, $value, $boolean, $not)
* @method static mixed orWhereJsonOverlaps($column, $value)
* @method static mixed whereJsonDoesntOverlap($column, $value, $boolean)
* @method static mixed orWhereJsonDoesntOverlap($column, $value)
* @method static mixed whereJsonContainsKey($column, $boolean, $not)
* @method static mixed orWhereJsonContainsKey($column)
* @method static mixed whereJsonDoesntContainKey($column, $boolean)
* @method static mixed orWhereJsonDoesntContainKey($column)
* @method static mixed whereJsonLength($column, $operator, $value, $boolean)
* @method static mixed orWhereJsonLength($column, $operator, $value)
* @method static mixed dynamicWhere($method, $parameters)
* @method static mixed whereFullText($columns, $value, array $options, $boolean)
* @method static mixed orWhereFullText($columns, $value, array $options)
* @method static mixed whereAll($columns, $operator, $value, $boolean)
* @method static mixed orWhereAll($columns, $operator, $value)
* @method static mixed whereAny($columns, $operator, $value, $boolean)
* @method static mixed orWhereAny($columns, $operator, $value)
* @method static mixed whereNone($columns, $operator, $value, $boolean)
* @method static mixed orWhereNone($columns, $operator, $value)
* @method static mixed groupBy($groups)
* @method static mixed groupByRaw($sql, array $bindings)
* @method static mixed having($column, $operator, $value, $boolean)
* @method static mixed orHaving($column, $operator, $value)
* @method static mixed havingNested(Closure $callback, $boolean)
* @method static mixed addNestedHavingQuery($query, $boolean)
* @method static mixed havingNull($columns, $boolean, $not)
* @method static mixed orHavingNull($column)
* @method static mixed havingNotNull($columns, $boolean)
* @method static mixed orHavingNotNull($column)
* @method static mixed havingBetween($column, iterable $values, $boolean, $not)
* @method static mixed havingRaw($sql, array $bindings, $boolean)
* @method static mixed orHavingRaw($sql, array $bindings)
* @method static mixed orderBy($column, $direction)
* @method static mixed orderByDesc($column)
* @method static mixed latest($column)
* @method static mixed oldest($column)
* @method static mixed inRandomOrder($seed)
* @method static mixed orderByRaw($sql, $bindings)
* @method static mixed skip($value)
* @method static mixed offset($value)
* @method static mixed take($value)
* @method static mixed limit($value)
* @method static mixed groupLimit($value, $column)
* @method static mixed forPage($page, $perPage)
* @method static mixed forPageBeforeId($perPage, $lastId, $column)
* @method static mixed forPageAfterId($perPage, $lastId, $column)
* @method static mixed reorder($column, $direction)
* @method static mixed union($query, $all)
* @method static mixed unionAll($query)
* @method static mixed lock($value)
* @method static mixed lockForUpdate()
* @method static mixed sharedLock()
* @method static mixed beforeQuery(callable $callback)
* @method static mixed applyBeforeQueryCallbacks()
* @method static mixed afterQuery(Closure $callback)
* @method static mixed applyAfterQueryCallbacks($result)
* @method static mixed toSql()
* @method static mixed toRawSql()
* @method static mixed find($id, $columns)
* @method static mixed findOr($id, $columns, Closure $callback)
* @method static mixed value($column)
* @method static mixed rawValue(string $expression, array $bindings)
* @method static mixed soleValue($column)
* @method static mixed get($columns)
* @method static mixed paginate($perPage, $columns, $pageName, $page, $total)
* @method static mixed simplePaginate($perPage, $columns, $pageName, $page)
* @method static mixed cursorPaginate($perPage, $columns, $cursorName, $cursor)
* @method static mixed getCountForPagination($columns)
* @method static mixed cursor()
* @method static mixed pluck($column, $key)
* @method static mixed implode($column, $glue)
* @method static mixed exists()
* @method static mixed doesntExist()
* @method static mixed existsOr(Closure $callback)
* @method static mixed doesntExistOr(Closure $callback)
* @method static mixed count($columns)
* @method static mixed min($column)
* @method static mixed max($column)
* @method static mixed sum($column)
* @method static mixed avg($column)
* @method static mixed average($column)
* @method static mixed aggregate($function, $columns)
* @method static mixed numericAggregate($function, $columns)
* @method static mixed insert(array $values)
* @method static mixed insertOrIgnore(array $values)
* @method static mixed insertGetId(array $values, $sequence)
* @method static mixed insertUsing(array $columns, $query)
* @method static mixed insertOrIgnoreUsing(array $columns, $query)
* @method static mixed update(array $values)
* @method static mixed updateFrom(array $values)
* @method static mixed updateOrInsert(array $attributes, callable|array $values)
* @method static mixed upsert(array $values, $uniqueBy, $update)
* @method static mixed increment($column, $amount, array $extra)
* @method static mixed incrementEach(array $columns, array $extra)
* @method static mixed decrement($column, $amount, array $extra)
* @method static mixed decrementEach(array $columns, array $extra)
* @method static mixed delete($id)
* @method static mixed truncate()
* @method static mixed newQuery()
* @method static mixed getColumns()
* @method static mixed raw($value)
* @method static mixed getBindings()
* @method static mixed getRawBindings()
* @method static mixed setBindings(array $bindings, $type)
* @method static mixed addBinding($value, $type)
* @method static mixed castBinding($value)
* @method static mixed mergeBindings(self $query)
* @method static mixed cleanBindings(array $bindings)
* @method static mixed getConnection()
* @method static mixed getProcessor()
* @method static mixed getGrammar()
* @method static mixed useWritePdo()
* @method static mixed clone()
* @method static mixed cloneWithout(array $properties)
* @method static mixed cloneWithoutBindings(array $except)
* @method static mixed dump($args)
* @method static mixed dumpRawSql()
* @method static mixed dd()
* @method static mixed ddRawSql()
* @method static mixed chunk($count, callable $callback)
* @method static mixed chunkMap(callable $callback, $count)
* @method static mixed each(callable $callback, $count)
* @method static mixed chunkById($count, callable $callback, $column, $alias)
* @method static mixed chunkByIdDesc($count, callable $callback, $column, $alias)
* @method static mixed orderedChunkById($count, callable $callback, $column, $alias, $descending)
* @method static mixed eachById(callable $callback, $count, $column, $alias)
* @method static mixed lazy($chunkSize)
* @method static mixed lazyById($chunkSize, $column, $alias)
* @method static mixed lazyByIdDesc($chunkSize, $column, $alias)
* @method static mixed first($columns)
* @method static mixed firstOrFail($columns, $message)
* @method static mixed sole($columns)
* @method static mixed tap($callback)
* @method static mixed when($value, callable $callback, callable $default)
* @method static mixed unless($value, callable $callback, callable $default)
* @method static mixed explain()
* @method static mixed macro($name, $macro)
* @method static mixed mixin($mixin, $replace)
* @method static mixed hasMacro($name)
* @method static mixed flushMacros()
* @method static mixed macroCall($method, $parameters)
* @mixin \Illuminate\Database\Query\Builder
*/
class State extends \Illuminate\Database\Eloquent\Model
{
//
}
/**
* App\Models\SupportMail
*
* @property enum('open','closed')|null $status
* @property \Illuminate\Support\Carbon|null $updated_at
* @property \Illuminate\Support\Carbon|null $created_at
* @property string|null $attachment
* @property string $ticket_no
* @property string|null $receiver_id
* @property int $user_id
* @property string $message
* @property string $subject
* @property int $id
* @property-read \App\Models\User $user
* @method static \Illuminate\Database\Eloquent\Builder|SupportMail whereId($value)
* @method static \Illuminate\Database\Eloquent\Builder|SupportMail whereSubject($value)
* @method static \Illuminate\Database\Eloquent\Builder|SupportMail whereMessage($value)
* @method static \Illuminate\Database\Eloquent\Builder|SupportMail whereUserId($value)
* @method static \Illuminate\Database\Eloquent\Builder|SupportMail whereReceiverId($value)
* @method static \Illuminate\Database\Eloquent\Builder|SupportMail whereTicketNo($value)
* @method static \Illuminate\Database\Eloquent\Builder|SupportMail whereAttachment($value)
* @method static \Illuminate\Database\Eloquent\Builder|SupportMail whereCreatedAt($value)
* @method static \Illuminate\Database\Eloquent\Builder|SupportMail whereUpdatedAt($value)
* @method static \Illuminate\Database\Eloquent\Builder|SupportMail whereStatus($value)
* @method static \Illuminate\Database\Eloquent\Builder|SupportMail newModelQuery()
* @method static \Illuminate\Database\Eloquent\Builder|SupportMail newQuery()
* @method static \Illuminate\Database\Eloquent\Builder|SupportMail query()
* @method static mixed select($columns)
* @method static mixed selectSub($query, $as)
* @method static mixed selectRaw($expression, array $bindings)
* @method static mixed fromSub($query, $as)
* @method static mixed fromRaw($expression, $bindings)
* @method static mixed addSelect($column)
* @method static mixed distinct()
* @method static mixed from($table, $as)
* @method static mixed useIndex($index)
* @method static mixed forceIndex($index)
* @method static mixed ignoreIndex($index)
* @method static mixed join($table, $first, $operator, $second, $type, $where)
* @method static mixed joinWhere($table, $first, $operator, $second, $type)
* @method static mixed joinSub($query, $as, $first, $operator, $second, $type, $where)
* @method static mixed joinLateral($query, string $as, string $type)
* @method static mixed leftJoinLateral($query, string $as)
* @method static mixed leftJoin($table, $first, $operator, $second)
* @method static mixed leftJoinWhere($table, $first, $operator, $second)
* @method static mixed leftJoinSub($query, $as, $first, $operator, $second)
* @method static mixed rightJoin($table, $first, $operator, $second)
* @method static mixed rightJoinWhere($table, $first, $operator, $second)
* @method static mixed rightJoinSub($query, $as, $first, $operator, $second)
* @method static mixed crossJoin($table, $first, $operator, $second)
* @method static mixed crossJoinSub($query, $as)
* @method static mixed mergeWheres($wheres, $bindings)
* @method static mixed where($column, $operator, $value, $boolean)
* @method static mixed prepareValueAndOperator($value, $operator, $useDefault)
* @method static mixed orWhere($column, $operator, $value)
* @method static mixed whereNot($column, $operator, $value, $boolean)
* @method static mixed orWhereNot($column, $operator, $value)
* @method static mixed whereColumn($first, $operator, $second, $boolean)
* @method static mixed orWhereColumn($first, $operator, $second)
* @method static mixed whereRaw($sql, $bindings, $boolean)
* @method static mixed orWhereRaw($sql, $bindings)
* @method static mixed whereLike($column, $value, $caseSensitive, $boolean, $not)
* @method static mixed orWhereLike($column, $value, $caseSensitive)
* @method static mixed whereNotLike($column, $value, $caseSensitive, $boolean)
* @method static mixed orWhereNotLike($column, $value, $caseSensitive)
* @method static mixed whereIn($column, $values, $boolean, $not)
* @method static mixed orWhereIn($column, $values)
* @method static mixed whereNotIn($column, $values, $boolean)
* @method static mixed orWhereNotIn($column, $values)
* @method static mixed whereIntegerInRaw($column, $values, $boolean, $not)
* @method static mixed orWhereIntegerInRaw($column, $values)
* @method static mixed whereIntegerNotInRaw($column, $values, $boolean)
* @method static mixed orWhereIntegerNotInRaw($column, $values)
* @method static mixed whereNull($columns, $boolean, $not)
* @method static mixed orWhereNull($column)
* @method static mixed whereNotNull($columns, $boolean)
* @method static mixed whereBetween($column, iterable $values, $boolean, $not)
* @method static mixed whereBetweenColumns($column, array $values, $boolean, $not)
* @method static mixed orWhereBetween($column, iterable $values)
* @method static mixed orWhereBetweenColumns($column, array $values)
* @method static mixed whereNotBetween($column, iterable $values, $boolean)
* @method static mixed whereNotBetweenColumns($column, array $values, $boolean)
* @method static mixed orWhereNotBetween($column, iterable $values)
* @method static mixed orWhereNotBetweenColumns($column, array $values)
* @method static mixed orWhereNotNull($column)
* @method static mixed whereDate($column, $operator, $value, $boolean)
* @method static mixed orWhereDate($column, $operator, $value)
* @method static mixed whereTime($column, $operator, $value, $boolean)
* @method static mixed orWhereTime($column, $operator, $value)
* @method static mixed whereDay($column, $operator, $value, $boolean)
* @method static mixed orWhereDay($column, $operator, $value)
* @method static mixed whereMonth($column, $operator, $value, $boolean)
* @method static mixed orWhereMonth($column, $operator, $value)
* @method static mixed whereYear($column, $operator, $value, $boolean)
* @method static mixed orWhereYear($column, $operator, $value)
* @method static mixed whereNested(Closure $callback, $boolean)
* @method static mixed forNestedWhere()
* @method static mixed addNestedWhereQuery($query, $boolean)
* @method static mixed whereExists($callback, $boolean, $not)
* @method static mixed orWhereExists($callback, $not)
* @method static mixed whereNotExists($callback, $boolean)
* @method static mixed orWhereNotExists($callback)
* @method static mixed addWhereExistsQuery(self $query, $boolean, $not)
* @method static mixed whereRowValues($columns, $operator, $values, $boolean)
* @method static mixed orWhereRowValues($columns, $operator, $values)
* @method static mixed whereJsonContains($column, $value, $boolean, $not)
* @method static mixed orWhereJsonContains($column, $value)
* @method static mixed whereJsonDoesntContain($column, $value, $boolean)
* @method static mixed orWhereJsonDoesntContain($column, $value)
* @method static mixed whereJsonOverlaps($column, $value, $boolean, $not)
* @method static mixed orWhereJsonOverlaps($column, $value)
* @method static mixed whereJsonDoesntOverlap($column, $value, $boolean)
* @method static mixed orWhereJsonDoesntOverlap($column, $value)
* @method static mixed whereJsonContainsKey($column, $boolean, $not)
* @method static mixed orWhereJsonContainsKey($column)
* @method static mixed whereJsonDoesntContainKey($column, $boolean)
* @method static mixed orWhereJsonDoesntContainKey($column)
* @method static mixed whereJsonLength($column, $operator, $value, $boolean)
* @method static mixed orWhereJsonLength($column, $operator, $value)
* @method static mixed dynamicWhere($method, $parameters)
* @method static mixed whereFullText($columns, $value, array $options, $boolean)
* @method static mixed orWhereFullText($columns, $value, array $options)
* @method static mixed whereAll($columns, $operator, $value, $boolean)
* @method static mixed orWhereAll($columns, $operator, $value)
* @method static mixed whereAny($columns, $operator, $value, $boolean)
* @method static mixed orWhereAny($columns, $operator, $value)
* @method static mixed whereNone($columns, $operator, $value, $boolean)
* @method static mixed orWhereNone($columns, $operator, $value)
* @method static mixed groupBy($groups)
* @method static mixed groupByRaw($sql, array $bindings)
* @method static mixed having($column, $operator, $value, $boolean)
* @method static mixed orHaving($column, $operator, $value)
* @method static mixed havingNested(Closure $callback, $boolean)
* @method static mixed addNestedHavingQuery($query, $boolean)
* @method static mixed havingNull($columns, $boolean, $not)
* @method static mixed orHavingNull($column)
* @method static mixed havingNotNull($columns, $boolean)
* @method static mixed orHavingNotNull($column)
* @method static mixed havingBetween($column, iterable $values, $boolean, $not)
* @method static mixed havingRaw($sql, array $bindings, $boolean)
* @method static mixed orHavingRaw($sql, array $bindings)
* @method static mixed orderBy($column, $direction)
* @method static mixed orderByDesc($column)
* @method static mixed latest($column)
* @method static mixed oldest($column)
* @method static mixed inRandomOrder($seed)
* @method static mixed orderByRaw($sql, $bindings)
* @method static mixed skip($value)
* @method static mixed offset($value)
* @method static mixed take($value)
* @method static mixed limit($value)
* @method static mixed groupLimit($value, $column)
* @method static mixed forPage($page, $perPage)
* @method static mixed forPageBeforeId($perPage, $lastId, $column)
* @method static mixed forPageAfterId($perPage, $lastId, $column)
* @method static mixed reorder($column, $direction)
* @method static mixed union($query, $all)
* @method static mixed unionAll($query)
* @method static mixed lock($value)
* @method static mixed lockForUpdate()
* @method static mixed sharedLock()
* @method static mixed beforeQuery(callable $callback)
* @method static mixed applyBeforeQueryCallbacks()
* @method static mixed afterQuery(Closure $callback)
* @method static mixed applyAfterQueryCallbacks($result)
* @method static mixed toSql()
* @method static mixed toRawSql()
* @method static mixed find($id, $columns)
* @method static mixed findOr($id, $columns, Closure $callback)
* @method static mixed value($column)
* @method static mixed rawValue(string $expression, array $bindings)
* @method static mixed soleValue($column)
* @method static mixed get($columns)
* @method static mixed paginate($perPage, $columns, $pageName, $page, $total)
* @method static mixed simplePaginate($perPage, $columns, $pageName, $page)
* @method static mixed cursorPaginate($perPage, $columns, $cursorName, $cursor)
* @method static mixed getCountForPagination($columns)
* @method static mixed cursor()
* @method static mixed pluck($column, $key)
* @method static mixed implode($column, $glue)
* @method static mixed exists()
* @method static mixed doesntExist()
* @method static mixed existsOr(Closure $callback)
* @method static mixed doesntExistOr(Closure $callback)
* @method static mixed count($columns)
* @method static mixed min($column)
* @method static mixed max($column)
* @method static mixed sum($column)
* @method static mixed avg($column)
* @method static mixed average($column)
* @method static mixed aggregate($function, $columns)
* @method static mixed numericAggregate($function, $columns)
* @method static mixed insert(array $values)
* @method static mixed insertOrIgnore(array $values)
* @method static mixed insertGetId(array $values, $sequence)
* @method static mixed insertUsing(array $columns, $query)
* @method static mixed insertOrIgnoreUsing(array $columns, $query)
* @method static mixed update(array $values)
* @method static mixed updateFrom(array $values)
* @method static mixed updateOrInsert(array $attributes, callable|array $values)
* @method static mixed upsert(array $values, $uniqueBy, $update)
* @method static mixed increment($column, $amount, array $extra)
* @method static mixed incrementEach(array $columns, array $extra)
* @method static mixed decrement($column, $amount, array $extra)
* @method static mixed decrementEach(array $columns, array $extra)
* @method static mixed delete($id)
* @method static mixed truncate()
* @method static mixed newQuery()
* @method static mixed getColumns()
* @method static mixed raw($value)
* @method static mixed getBindings()
* @method static mixed getRawBindings()
* @method static mixed setBindings(array $bindings, $type)
* @method static mixed addBinding($value, $type)
* @method static mixed castBinding($value)
* @method static mixed mergeBindings(self $query)
* @method static mixed cleanBindings(array $bindings)
* @method static mixed getConnection()
* @method static mixed getProcessor()
* @method static mixed getGrammar()
* @method static mixed useWritePdo()
* @method static mixed clone()
* @method static mixed cloneWithout(array $properties)
* @method static mixed cloneWithoutBindings(array $except)
* @method static mixed dump($args)
* @method static mixed dumpRawSql()
* @method static mixed dd()
* @method static mixed ddRawSql()
* @method static mixed chunk($count, callable $callback)
* @method static mixed chunkMap(callable $callback, $count)
* @method static mixed each(callable $callback, $count)
* @method static mixed chunkById($count, callable $callback, $column, $alias)
* @method static mixed chunkByIdDesc($count, callable $callback, $column, $alias)
* @method static mixed orderedChunkById($count, callable $callback, $column, $alias, $descending)
* @method static mixed eachById(callable $callback, $count, $column, $alias)
* @method static mixed lazy($chunkSize)
* @method static mixed lazyById($chunkSize, $column, $alias)
* @method static mixed lazyByIdDesc($chunkSize, $column, $alias)
* @method static mixed first($columns)
* @method static mixed firstOrFail($columns, $message)
* @method static mixed sole($columns)
* @method static mixed tap($callback)
* @method static mixed when($value, callable $callback, callable $default)
* @method static mixed unless($value, callable $callback, callable $default)
* @method static mixed explain()
* @method static mixed macro($name, $macro)
* @method static mixed mixin($mixin, $replace)
* @method static mixed hasMacro($name)
* @method static mixed flushMacros()
* @method static mixed macroCall($method, $parameters)
* @mixin \Illuminate\Database\Query\Builder
*/
class SupportMail extends \Illuminate\Database\Eloquent\Model
{
//
}
/**
* App\Models\Testimony
*
* @property \Illuminate\Support\Carbon|null $updated_at
* @property \Illuminate\Support\Carbon|null $created_at
* @property string $photo_public_id
* @property string $photo_url
* @property string $message
* @property string $name
* @property string $company_role
* @property string $company_name
* @property int $id
* @method static \Illuminate\Database\Eloquent\Builder|Testimony whereId($value)
* @method static \Illuminate\Database\Eloquent\Builder|Testimony whereCompanyName($value)
* @method static \Illuminate\Database\Eloquent\Builder|Testimony whereCompanyRole($value)
* @method static \Illuminate\Database\Eloquent\Builder|Testimony whereName($value)
* @method static \Illuminate\Database\Eloquent\Builder|Testimony whereMessage($value)
* @method static \Illuminate\Database\Eloquent\Builder|Testimony wherePhotoUrl($value)
* @method static \Illuminate\Database\Eloquent\Builder|Testimony wherePhotoPublicId($value)
* @method static \Illuminate\Database\Eloquent\Builder|Testimony whereCreatedAt($value)
* @method static \Illuminate\Database\Eloquent\Builder|Testimony whereUpdatedAt($value)
* @method static \Illuminate\Database\Eloquent\Builder|Testimony newModelQuery()
* @method static \Illuminate\Database\Eloquent\Builder|Testimony newQuery()
* @method static \Illuminate\Database\Eloquent\Builder|Testimony query()
* @method static mixed select($columns)
* @method static mixed selectSub($query, $as)
* @method static mixed selectRaw($expression, array $bindings)
* @method static mixed fromSub($query, $as)
* @method static mixed fromRaw($expression, $bindings)
* @method static mixed addSelect($column)
* @method static mixed distinct()
* @method static mixed from($table, $as)
* @method static mixed useIndex($index)
* @method static mixed forceIndex($index)
* @method static mixed ignoreIndex($index)
* @method static mixed join($table, $first, $operator, $second, $type, $where)
* @method static mixed joinWhere($table, $first, $operator, $second, $type)
* @method static mixed joinSub($query, $as, $first, $operator, $second, $type, $where)
* @method static mixed joinLateral($query, string $as, string $type)
* @method static mixed leftJoinLateral($query, string $as)
* @method static mixed leftJoin($table, $first, $operator, $second)
* @method static mixed leftJoinWhere($table, $first, $operator, $second)
* @method static mixed leftJoinSub($query, $as, $first, $operator, $second)
* @method static mixed rightJoin($table, $first, $operator, $second)
* @method static mixed rightJoinWhere($table, $first, $operator, $second)
* @method static mixed rightJoinSub($query, $as, $first, $operator, $second)
* @method static mixed crossJoin($table, $first, $operator, $second)
* @method static mixed crossJoinSub($query, $as)
* @method static mixed mergeWheres($wheres, $bindings)
* @method static mixed where($column, $operator, $value, $boolean)
* @method static mixed prepareValueAndOperator($value, $operator, $useDefault)
* @method static mixed orWhere($column, $operator, $value)
* @method static mixed whereNot($column, $operator, $value, $boolean)
* @method static mixed orWhereNot($column, $operator, $value)
* @method static mixed whereColumn($first, $operator, $second, $boolean)
* @method static mixed orWhereColumn($first, $operator, $second)
* @method static mixed whereRaw($sql, $bindings, $boolean)
* @method static mixed orWhereRaw($sql, $bindings)
* @method static mixed whereLike($column, $value, $caseSensitive, $boolean, $not)
* @method static mixed orWhereLike($column, $value, $caseSensitive)
* @method static mixed whereNotLike($column, $value, $caseSensitive, $boolean)
* @method static mixed orWhereNotLike($column, $value, $caseSensitive)
* @method static mixed whereIn($column, $values, $boolean, $not)
* @method static mixed orWhereIn($column, $values)
* @method static mixed whereNotIn($column, $values, $boolean)
* @method static mixed orWhereNotIn($column, $values)
* @method static mixed whereIntegerInRaw($column, $values, $boolean, $not)
* @method static mixed orWhereIntegerInRaw($column, $values)
* @method static mixed whereIntegerNotInRaw($column, $values, $boolean)
* @method static mixed orWhereIntegerNotInRaw($column, $values)
* @method static mixed whereNull($columns, $boolean, $not)
* @method static mixed orWhereNull($column)
* @method static mixed whereNotNull($columns, $boolean)
* @method static mixed whereBetween($column, iterable $values, $boolean, $not)
* @method static mixed whereBetweenColumns($column, array $values, $boolean, $not)
* @method static mixed orWhereBetween($column, iterable $values)
* @method static mixed orWhereBetweenColumns($column, array $values)
* @method static mixed whereNotBetween($column, iterable $values, $boolean)
* @method static mixed whereNotBetweenColumns($column, array $values, $boolean)
* @method static mixed orWhereNotBetween($column, iterable $values)
* @method static mixed orWhereNotBetweenColumns($column, array $values)
* @method static mixed orWhereNotNull($column)
* @method static mixed whereDate($column, $operator, $value, $boolean)
* @method static mixed orWhereDate($column, $operator, $value)
* @method static mixed whereTime($column, $operator, $value, $boolean)
* @method static mixed orWhereTime($column, $operator, $value)
* @method static mixed whereDay($column, $operator, $value, $boolean)
* @method static mixed orWhereDay($column, $operator, $value)
* @method static mixed whereMonth($column, $operator, $value, $boolean)
* @method static mixed orWhereMonth($column, $operator, $value)
* @method static mixed whereYear($column, $operator, $value, $boolean)
* @method static mixed orWhereYear($column, $operator, $value)
* @method static mixed whereNested(Closure $callback, $boolean)
* @method static mixed forNestedWhere()
* @method static mixed addNestedWhereQuery($query, $boolean)
* @method static mixed whereExists($callback, $boolean, $not)
* @method static mixed orWhereExists($callback, $not)
* @method static mixed whereNotExists($callback, $boolean)
* @method static mixed orWhereNotExists($callback)
* @method static mixed addWhereExistsQuery(self $query, $boolean, $not)
* @method static mixed whereRowValues($columns, $operator, $values, $boolean)
* @method static mixed orWhereRowValues($columns, $operator, $values)
* @method static mixed whereJsonContains($column, $value, $boolean, $not)
* @method static mixed orWhereJsonContains($column, $value)
* @method static mixed whereJsonDoesntContain($column, $value, $boolean)
* @method static mixed orWhereJsonDoesntContain($column, $value)
* @method static mixed whereJsonOverlaps($column, $value, $boolean, $not)
* @method static mixed orWhereJsonOverlaps($column, $value)
* @method static mixed whereJsonDoesntOverlap($column, $value, $boolean)
* @method static mixed orWhereJsonDoesntOverlap($column, $value)
* @method static mixed whereJsonContainsKey($column, $boolean, $not)
* @method static mixed orWhereJsonContainsKey($column)
* @method static mixed whereJsonDoesntContainKey($column, $boolean)
* @method static mixed orWhereJsonDoesntContainKey($column)
* @method static mixed whereJsonLength($column, $operator, $value, $boolean)
* @method static mixed orWhereJsonLength($column, $operator, $value)
* @method static mixed dynamicWhere($method, $parameters)
* @method static mixed whereFullText($columns, $value, array $options, $boolean)
* @method static mixed orWhereFullText($columns, $value, array $options)
* @method static mixed whereAll($columns, $operator, $value, $boolean)
* @method static mixed orWhereAll($columns, $operator, $value)
* @method static mixed whereAny($columns, $operator, $value, $boolean)
* @method static mixed orWhereAny($columns, $operator, $value)
* @method static mixed whereNone($columns, $operator, $value, $boolean)
* @method static mixed orWhereNone($columns, $operator, $value)
* @method static mixed groupBy($groups)
* @method static mixed groupByRaw($sql, array $bindings)
* @method static mixed having($column, $operator, $value, $boolean)
* @method static mixed orHaving($column, $operator, $value)
* @method static mixed havingNested(Closure $callback, $boolean)
* @method static mixed addNestedHavingQuery($query, $boolean)
* @method static mixed havingNull($columns, $boolean, $not)
* @method static mixed orHavingNull($column)
* @method static mixed havingNotNull($columns, $boolean)
* @method static mixed orHavingNotNull($column)
* @method static mixed havingBetween($column, iterable $values, $boolean, $not)
* @method static mixed havingRaw($sql, array $bindings, $boolean)
* @method static mixed orHavingRaw($sql, array $bindings)
* @method static mixed orderBy($column, $direction)
* @method static mixed orderByDesc($column)
* @method static mixed latest($column)
* @method static mixed oldest($column)
* @method static mixed inRandomOrder($seed)
* @method static mixed orderByRaw($sql, $bindings)
* @method static mixed skip($value)
* @method static mixed offset($value)
* @method static mixed take($value)
* @method static mixed limit($value)
* @method static mixed groupLimit($value, $column)
* @method static mixed forPage($page, $perPage)
* @method static mixed forPageBeforeId($perPage, $lastId, $column)
* @method static mixed forPageAfterId($perPage, $lastId, $column)
* @method static mixed reorder($column, $direction)
* @method static mixed union($query, $all)
* @method static mixed unionAll($query)
* @method static mixed lock($value)
* @method static mixed lockForUpdate()
* @method static mixed sharedLock()
* @method static mixed beforeQuery(callable $callback)
* @method static mixed applyBeforeQueryCallbacks()
* @method static mixed afterQuery(Closure $callback)
* @method static mixed applyAfterQueryCallbacks($result)
* @method static mixed toSql()
* @method static mixed toRawSql()
* @method static mixed find($id, $columns)
* @method static mixed findOr($id, $columns, Closure $callback)
* @method static mixed value($column)
* @method static mixed rawValue(string $expression, array $bindings)
* @method static mixed soleValue($column)
* @method static mixed get($columns)
* @method static mixed paginate($perPage, $columns, $pageName, $page, $total)
* @method static mixed simplePaginate($perPage, $columns, $pageName, $page)
* @method static mixed cursorPaginate($perPage, $columns, $cursorName, $cursor)
* @method static mixed getCountForPagination($columns)
* @method static mixed cursor()
* @method static mixed pluck($column, $key)
* @method static mixed implode($column, $glue)
* @method static mixed exists()
* @method static mixed doesntExist()
* @method static mixed existsOr(Closure $callback)
* @method static mixed doesntExistOr(Closure $callback)
* @method static mixed count($columns)
* @method static mixed min($column)
* @method static mixed max($column)
* @method static mixed sum($column)
* @method static mixed avg($column)
* @method static mixed average($column)
* @method static mixed aggregate($function, $columns)
* @method static mixed numericAggregate($function, $columns)
* @method static mixed insert(array $values)
* @method static mixed insertOrIgnore(array $values)
* @method static mixed insertGetId(array $values, $sequence)
* @method static mixed insertUsing(array $columns, $query)
* @method static mixed insertOrIgnoreUsing(array $columns, $query)
* @method static mixed update(array $values)
* @method static mixed updateFrom(array $values)
* @method static mixed updateOrInsert(array $attributes, callable|array $values)
* @method static mixed upsert(array $values, $uniqueBy, $update)
* @method static mixed increment($column, $amount, array $extra)
* @method static mixed incrementEach(array $columns, array $extra)
* @method static mixed decrement($column, $amount, array $extra)
* @method static mixed decrementEach(array $columns, array $extra)
* @method static mixed delete($id)
* @method static mixed truncate()
* @method static mixed newQuery()
* @method static mixed getColumns()
* @method static mixed raw($value)
* @method static mixed getBindings()
* @method static mixed getRawBindings()
* @method static mixed setBindings(array $bindings, $type)
* @method static mixed addBinding($value, $type)
* @method static mixed castBinding($value)
* @method static mixed mergeBindings(self $query)
* @method static mixed cleanBindings(array $bindings)
* @method static mixed getConnection()
* @method static mixed getProcessor()
* @method static mixed getGrammar()
* @method static mixed useWritePdo()
* @method static mixed clone()
* @method static mixed cloneWithout(array $properties)
* @method static mixed cloneWithoutBindings(array $except)
* @method static mixed dump($args)
* @method static mixed dumpRawSql()
* @method static mixed dd()
* @method static mixed ddRawSql()
* @method static mixed chunk($count, callable $callback)
* @method static mixed chunkMap(callable $callback, $count)
* @method static mixed each(callable $callback, $count)
* @method static mixed chunkById($count, callable $callback, $column, $alias)
* @method static mixed chunkByIdDesc($count, callable $callback, $column, $alias)
* @method static mixed orderedChunkById($count, callable $callback, $column, $alias, $descending)
* @method static mixed eachById(callable $callback, $count, $column, $alias)
* @method static mixed lazy($chunkSize)
* @method static mixed lazyById($chunkSize, $column, $alias)
* @method static mixed lazyByIdDesc($chunkSize, $column, $alias)
* @method static mixed first($columns)
* @method static mixed firstOrFail($columns, $message)
* @method static mixed sole($columns)
* @method static mixed tap($callback)
* @method static mixed when($value, callable $callback, callable $default)
* @method static mixed unless($value, callable $callback, callable $default)
* @method static mixed explain()
* @method static mixed macro($name, $macro)
* @method static mixed mixin($mixin, $replace)
* @method static mixed hasMacro($name)
* @method static mixed flushMacros()
* @method static mixed macroCall($method, $parameters)
* @mixin \Illuminate\Database\Query\Builder
*/
class Testimony extends \Illuminate\Database\Eloquent\Model
{
//
}
/**
* App\Models\User
*
* @property string|null $address
* @property string|null $fcm_token
* @property string|null $phone
* @property string|null $state
* @property string|null $city
* @property string|null $latitude
* @property string|null $longitude
* @property string|null $lastname
* @property \Illuminate\Support\Carbon|null $updated_at
* @property \Illuminate\Support\Carbon|null $created_at
* @property string|null $remember_token
* @property \Illuminate\Support\Carbon|null $email_verified_at
* @property string|null $google_id
* @property tinyint(1)|null $is_pin
* @property tinyint(1)|null $is_fingerprint
* @property hashed|null $password
* @property string $nationality_id
* @property enum('admin','seller','buyer','manager','marketer') $role
* @property enum('active','inactive','suspended') $status
* @property string|null $email
* @property string|null $profile_photo_url
* @property char(36) $uuid
* @property string $name
* @property int $id
* @property-read \App\Models\BankDetail $bank_detail
* @property-read \App\Models\Shop $shop
* @property-read \App\Models\Session $session
* @property-read \App\Models\Country $country
* @property-read \App\Models\Wallet $wallet
* @property-read \App\Models\Profile $profile
* @property-read \App\Models\UserActivity $activity
* @property-read \Illuminate\Database\Eloquent\Collection<int, \App\Models\SellerCertificate> $certificate
* @property-read int|null $certificate_count
* @property-read \Illuminate\Database\Eloquent\Collection<int, \Laravel\Sanctum\PersonalAccessToken> $tokens
* @property-read int|null $tokens_count
* @property-read \Illuminate\Database\Eloquent\Collection<int, \Illuminate\Notifications\DatabaseNotification> $notifications
* @property-read int|null $notifications_count
* @method static \Illuminate\Database\Eloquent\Builder|User whereId($value)
* @method static \Illuminate\Database\Eloquent\Builder|User whereName($value)
* @method static \Illuminate\Database\Eloquent\Builder|User whereUuid($value)
* @method static \Illuminate\Database\Eloquent\Builder|User whereProfilePhotoUrl($value)
* @method static \Illuminate\Database\Eloquent\Builder|User whereEmail($value)
* @method static \Illuminate\Database\Eloquent\Builder|User whereStatus($value)
* @method static \Illuminate\Database\Eloquent\Builder|User whereRole($value)
* @method static \Illuminate\Database\Eloquent\Builder|User whereNationalityId($value)
* @method static \Illuminate\Database\Eloquent\Builder|User wherePassword($value)
* @method static \Illuminate\Database\Eloquent\Builder|User whereIsFingerprint($value)
* @method static \Illuminate\Database\Eloquent\Builder|User whereIsPin($value)
* @method static \Illuminate\Database\Eloquent\Builder|User whereGoogleId($value)
* @method static \Illuminate\Database\Eloquent\Builder|User whereEmailVerifiedAt($value)
* @method static \Illuminate\Database\Eloquent\Builder|User whereRememberToken($value)
* @method static \Illuminate\Database\Eloquent\Builder|User whereCreatedAt($value)
* @method static \Illuminate\Database\Eloquent\Builder|User whereUpdatedAt($value)
* @method static \Illuminate\Database\Eloquent\Builder|User whereLastname($value)
* @method static \Illuminate\Database\Eloquent\Builder|User whereLongitude($value)
* @method static \Illuminate\Database\Eloquent\Builder|User whereLatitude($value)
* @method static \Illuminate\Database\Eloquent\Builder|User whereCity($value)
* @method static \Illuminate\Database\Eloquent\Builder|User whereState($value)
* @method static \Illuminate\Database\Eloquent\Builder|User wherePhone($value)
* @method static \Illuminate\Database\Eloquent\Builder|User whereFcmToken($value)
* @method static \Illuminate\Database\Eloquent\Builder|User whereAddress($value)
* @method static \Illuminate\Database\Eloquent\Builder|User newModelQuery()
* @method static \Illuminate\Database\Eloquent\Builder|User newQuery()
* @method static \Illuminate\Database\Eloquent\Builder|User query()
* @method static mixed select($columns)
* @method static mixed selectSub($query, $as)
* @method static mixed selectRaw($expression, array $bindings)
* @method static mixed fromSub($query, $as)
* @method static mixed fromRaw($expression, $bindings)
* @method static mixed addSelect($column)
* @method static mixed distinct()
* @method static mixed from($table, $as)
* @method static mixed useIndex($index)
* @method static mixed forceIndex($index)
* @method static mixed ignoreIndex($index)
* @method static mixed join($table, $first, $operator, $second, $type, $where)
* @method static mixed joinWhere($table, $first, $operator, $second, $type)
* @method static mixed joinSub($query, $as, $first, $operator, $second, $type, $where)
* @method static mixed joinLateral($query, string $as, string $type)
* @method static mixed leftJoinLateral($query, string $as)
* @method static mixed leftJoin($table, $first, $operator, $second)
* @method static mixed leftJoinWhere($table, $first, $operator, $second)
* @method static mixed leftJoinSub($query, $as, $first, $operator, $second)
* @method static mixed rightJoin($table, $first, $operator, $second)
* @method static mixed rightJoinWhere($table, $first, $operator, $second)
* @method static mixed rightJoinSub($query, $as, $first, $operator, $second)
* @method static mixed crossJoin($table, $first, $operator, $second)
* @method static mixed crossJoinSub($query, $as)
* @method static mixed mergeWheres($wheres, $bindings)
* @method static mixed where($column, $operator, $value, $boolean)
* @method static mixed prepareValueAndOperator($value, $operator, $useDefault)
* @method static mixed orWhere($column, $operator, $value)
* @method static mixed whereNot($column, $operator, $value, $boolean)
* @method static mixed orWhereNot($column, $operator, $value)
* @method static mixed whereColumn($first, $operator, $second, $boolean)
* @method static mixed orWhereColumn($first, $operator, $second)
* @method static mixed whereRaw($sql, $bindings, $boolean)
* @method static mixed orWhereRaw($sql, $bindings)
* @method static mixed whereLike($column, $value, $caseSensitive, $boolean, $not)
* @method static mixed orWhereLike($column, $value, $caseSensitive)
* @method static mixed whereNotLike($column, $value, $caseSensitive, $boolean)
* @method static mixed orWhereNotLike($column, $value, $caseSensitive)
* @method static mixed whereIn($column, $values, $boolean, $not)
* @method static mixed orWhereIn($column, $values)
* @method static mixed whereNotIn($column, $values, $boolean)
* @method static mixed orWhereNotIn($column, $values)
* @method static mixed whereIntegerInRaw($column, $values, $boolean, $not)
* @method static mixed orWhereIntegerInRaw($column, $values)
* @method static mixed whereIntegerNotInRaw($column, $values, $boolean)
* @method static mixed orWhereIntegerNotInRaw($column, $values)
* @method static mixed whereNull($columns, $boolean, $not)
* @method static mixed orWhereNull($column)
* @method static mixed whereNotNull($columns, $boolean)
* @method static mixed whereBetween($column, iterable $values, $boolean, $not)
* @method static mixed whereBetweenColumns($column, array $values, $boolean, $not)
* @method static mixed orWhereBetween($column, iterable $values)
* @method static mixed orWhereBetweenColumns($column, array $values)
* @method static mixed whereNotBetween($column, iterable $values, $boolean)
* @method static mixed whereNotBetweenColumns($column, array $values, $boolean)
* @method static mixed orWhereNotBetween($column, iterable $values)
* @method static mixed orWhereNotBetweenColumns($column, array $values)
* @method static mixed orWhereNotNull($column)
* @method static mixed whereDate($column, $operator, $value, $boolean)
* @method static mixed orWhereDate($column, $operator, $value)
* @method static mixed whereTime($column, $operator, $value, $boolean)
* @method static mixed orWhereTime($column, $operator, $value)
* @method static mixed whereDay($column, $operator, $value, $boolean)
* @method static mixed orWhereDay($column, $operator, $value)
* @method static mixed whereMonth($column, $operator, $value, $boolean)
* @method static mixed orWhereMonth($column, $operator, $value)
* @method static mixed whereYear($column, $operator, $value, $boolean)
* @method static mixed orWhereYear($column, $operator, $value)
* @method static mixed whereNested(Closure $callback, $boolean)
* @method static mixed forNestedWhere()
* @method static mixed addNestedWhereQuery($query, $boolean)
* @method static mixed whereExists($callback, $boolean, $not)
* @method static mixed orWhereExists($callback, $not)
* @method static mixed whereNotExists($callback, $boolean)
* @method static mixed orWhereNotExists($callback)
* @method static mixed addWhereExistsQuery(self $query, $boolean, $not)
* @method static mixed whereRowValues($columns, $operator, $values, $boolean)
* @method static mixed orWhereRowValues($columns, $operator, $values)
* @method static mixed whereJsonContains($column, $value, $boolean, $not)
* @method static mixed orWhereJsonContains($column, $value)
* @method static mixed whereJsonDoesntContain($column, $value, $boolean)
* @method static mixed orWhereJsonDoesntContain($column, $value)
* @method static mixed whereJsonOverlaps($column, $value, $boolean, $not)
* @method static mixed orWhereJsonOverlaps($column, $value)
* @method static mixed whereJsonDoesntOverlap($column, $value, $boolean)
* @method static mixed orWhereJsonDoesntOverlap($column, $value)
* @method static mixed whereJsonContainsKey($column, $boolean, $not)
* @method static mixed orWhereJsonContainsKey($column)
* @method static mixed whereJsonDoesntContainKey($column, $boolean)
* @method static mixed orWhereJsonDoesntContainKey($column)
* @method static mixed whereJsonLength($column, $operator, $value, $boolean)
* @method static mixed orWhereJsonLength($column, $operator, $value)
* @method static mixed dynamicWhere($method, $parameters)
* @method static mixed whereFullText($columns, $value, array $options, $boolean)
* @method static mixed orWhereFullText($columns, $value, array $options)
* @method static mixed whereAll($columns, $operator, $value, $boolean)
* @method static mixed orWhereAll($columns, $operator, $value)
* @method static mixed whereAny($columns, $operator, $value, $boolean)
* @method static mixed orWhereAny($columns, $operator, $value)
* @method static mixed whereNone($columns, $operator, $value, $boolean)
* @method static mixed orWhereNone($columns, $operator, $value)
* @method static mixed groupBy($groups)
* @method static mixed groupByRaw($sql, array $bindings)
* @method static mixed having($column, $operator, $value, $boolean)
* @method static mixed orHaving($column, $operator, $value)
* @method static mixed havingNested(Closure $callback, $boolean)
* @method static mixed addNestedHavingQuery($query, $boolean)
* @method static mixed havingNull($columns, $boolean, $not)
* @method static mixed orHavingNull($column)
* @method static mixed havingNotNull($columns, $boolean)
* @method static mixed orHavingNotNull($column)
* @method static mixed havingBetween($column, iterable $values, $boolean, $not)
* @method static mixed havingRaw($sql, array $bindings, $boolean)
* @method static mixed orHavingRaw($sql, array $bindings)
* @method static mixed orderBy($column, $direction)
* @method static mixed orderByDesc($column)
* @method static mixed latest($column)
* @method static mixed oldest($column)
* @method static mixed inRandomOrder($seed)
* @method static mixed orderByRaw($sql, $bindings)
* @method static mixed skip($value)
* @method static mixed offset($value)
* @method static mixed take($value)
* @method static mixed limit($value)
* @method static mixed groupLimit($value, $column)
* @method static mixed forPage($page, $perPage)
* @method static mixed forPageBeforeId($perPage, $lastId, $column)
* @method static mixed forPageAfterId($perPage, $lastId, $column)
* @method static mixed reorder($column, $direction)
* @method static mixed union($query, $all)
* @method static mixed unionAll($query)
* @method static mixed lock($value)
* @method static mixed lockForUpdate()
* @method static mixed sharedLock()
* @method static mixed beforeQuery(callable $callback)
* @method static mixed applyBeforeQueryCallbacks()
* @method static mixed afterQuery(Closure $callback)
* @method static mixed applyAfterQueryCallbacks($result)
* @method static mixed toSql()
* @method static mixed toRawSql()
* @method static mixed find($id, $columns)
* @method static mixed findOr($id, $columns, Closure $callback)
* @method static mixed value($column)
* @method static mixed rawValue(string $expression, array $bindings)
* @method static mixed soleValue($column)
* @method static mixed get($columns)
* @method static mixed paginate($perPage, $columns, $pageName, $page, $total)
* @method static mixed simplePaginate($perPage, $columns, $pageName, $page)
* @method static mixed cursorPaginate($perPage, $columns, $cursorName, $cursor)
* @method static mixed getCountForPagination($columns)
* @method static mixed cursor()
* @method static mixed pluck($column, $key)
* @method static mixed implode($column, $glue)
* @method static mixed exists()
* @method static mixed doesntExist()
* @method static mixed existsOr(Closure $callback)
* @method static mixed doesntExistOr(Closure $callback)
* @method static mixed count($columns)
* @method static mixed min($column)
* @method static mixed max($column)
* @method static mixed sum($column)
* @method static mixed avg($column)
* @method static mixed average($column)
* @method static mixed aggregate($function, $columns)
* @method static mixed numericAggregate($function, $columns)
* @method static mixed insert(array $values)
* @method static mixed insertOrIgnore(array $values)
* @method static mixed insertGetId(array $values, $sequence)
* @method static mixed insertUsing(array $columns, $query)
* @method static mixed insertOrIgnoreUsing(array $columns, $query)
* @method static mixed update(array $values)
* @method static mixed updateFrom(array $values)
* @method static mixed updateOrInsert(array $attributes, callable|array $values)
* @method static mixed upsert(array $values, $uniqueBy, $update)
* @method static mixed increment($column, $amount, array $extra)
* @method static mixed incrementEach(array $columns, array $extra)
* @method static mixed decrement($column, $amount, array $extra)
* @method static mixed decrementEach(array $columns, array $extra)
* @method static mixed delete($id)
* @method static mixed truncate()
* @method static mixed newQuery()
* @method static mixed getColumns()
* @method static mixed raw($value)
* @method static mixed getBindings()
* @method static mixed getRawBindings()
* @method static mixed setBindings(array $bindings, $type)
* @method static mixed addBinding($value, $type)
* @method static mixed castBinding($value)
* @method static mixed mergeBindings(self $query)
* @method static mixed cleanBindings(array $bindings)
* @method static mixed getConnection()
* @method static mixed getProcessor()
* @method static mixed getGrammar()
* @method static mixed useWritePdo()
* @method static mixed clone()
* @method static mixed cloneWithout(array $properties)
* @method static mixed cloneWithoutBindings(array $except)
* @method static mixed dump($args)
* @method static mixed dumpRawSql()
* @method static mixed dd()
* @method static mixed ddRawSql()
* @method static mixed chunk($count, callable $callback)
* @method static mixed chunkMap(callable $callback, $count)
* @method static mixed each(callable $callback, $count)
* @method static mixed chunkById($count, callable $callback, $column, $alias)
* @method static mixed chunkByIdDesc($count, callable $callback, $column, $alias)
* @method static mixed orderedChunkById($count, callable $callback, $column, $alias, $descending)
* @method static mixed eachById(callable $callback, $count, $column, $alias)
* @method static mixed lazy($chunkSize)
* @method static mixed lazyById($chunkSize, $column, $alias)
* @method static mixed lazyByIdDesc($chunkSize, $column, $alias)
* @method static mixed first($columns)
* @method static mixed firstOrFail($columns, $message)
* @method static mixed sole($columns)
* @method static mixed tap($callback)
* @method static mixed when($value, callable $callback, callable $default)
* @method static mixed unless($value, callable $callback, callable $default)
* @method static mixed explain()
* @method static mixed macro($name, $macro)
* @method static mixed mixin($mixin, $replace)
* @method static mixed hasMacro($name)
* @method static mixed flushMacros()
* @method static mixed macroCall($method, $parameters)
* @mixin \Illuminate\Database\Query\Builder
*/
class User extends \Illuminate\Database\Eloquent\Model
{
//
}
/**
* App\Models\UserActivity
*
* @property \Illuminate\Support\Carbon|null $updated_at
* @property \Illuminate\Support\Carbon|null $created_at
* @property json|null $device
* @property string|null $location
* @property string|null $ip
* @property string|null $activity
* @property timestamp $login_time
* @property string $role
* @property int $user_id
* @property int $id
* @property-read \App\Models\User $user
* @method static \Illuminate\Database\Eloquent\Builder|UserActivity whereId($value)
* @method static \Illuminate\Database\Eloquent\Builder|UserActivity whereUserId($value)
* @method static \Illuminate\Database\Eloquent\Builder|UserActivity whereRole($value)
* @method static \Illuminate\Database\Eloquent\Builder|UserActivity whereLoginTime($value)
* @method static \Illuminate\Database\Eloquent\Builder|UserActivity whereActivity($value)
* @method static \Illuminate\Database\Eloquent\Builder|UserActivity whereIp($value)
* @method static \Illuminate\Database\Eloquent\Builder|UserActivity whereLocation($value)
* @method static \Illuminate\Database\Eloquent\Builder|UserActivity whereDevice($value)
* @method static \Illuminate\Database\Eloquent\Builder|UserActivity whereCreatedAt($value)
* @method static \Illuminate\Database\Eloquent\Builder|UserActivity whereUpdatedAt($value)
* @method static \Illuminate\Database\Eloquent\Builder|UserActivity newModelQuery()
* @method static \Illuminate\Database\Eloquent\Builder|UserActivity newQuery()
* @method static \Illuminate\Database\Eloquent\Builder|UserActivity query()
* @method static mixed select($columns)
* @method static mixed selectSub($query, $as)
* @method static mixed selectRaw($expression, array $bindings)
* @method static mixed fromSub($query, $as)
* @method static mixed fromRaw($expression, $bindings)
* @method static mixed addSelect($column)
* @method static mixed distinct()
* @method static mixed from($table, $as)
* @method static mixed useIndex($index)
* @method static mixed forceIndex($index)
* @method static mixed ignoreIndex($index)
* @method static mixed join($table, $first, $operator, $second, $type, $where)
* @method static mixed joinWhere($table, $first, $operator, $second, $type)
* @method static mixed joinSub($query, $as, $first, $operator, $second, $type, $where)
* @method static mixed joinLateral($query, string $as, string $type)
* @method static mixed leftJoinLateral($query, string $as)
* @method static mixed leftJoin($table, $first, $operator, $second)
* @method static mixed leftJoinWhere($table, $first, $operator, $second)
* @method static mixed leftJoinSub($query, $as, $first, $operator, $second)
* @method static mixed rightJoin($table, $first, $operator, $second)
* @method static mixed rightJoinWhere($table, $first, $operator, $second)
* @method static mixed rightJoinSub($query, $as, $first, $operator, $second)
* @method static mixed crossJoin($table, $first, $operator, $second)
* @method static mixed crossJoinSub($query, $as)
* @method static mixed mergeWheres($wheres, $bindings)
* @method static mixed where($column, $operator, $value, $boolean)
* @method static mixed prepareValueAndOperator($value, $operator, $useDefault)
* @method static mixed orWhere($column, $operator, $value)
* @method static mixed whereNot($column, $operator, $value, $boolean)
* @method static mixed orWhereNot($column, $operator, $value)
* @method static mixed whereColumn($first, $operator, $second, $boolean)
* @method static mixed orWhereColumn($first, $operator, $second)
* @method static mixed whereRaw($sql, $bindings, $boolean)
* @method static mixed orWhereRaw($sql, $bindings)
* @method static mixed whereLike($column, $value, $caseSensitive, $boolean, $not)
* @method static mixed orWhereLike($column, $value, $caseSensitive)
* @method static mixed whereNotLike($column, $value, $caseSensitive, $boolean)
* @method static mixed orWhereNotLike($column, $value, $caseSensitive)
* @method static mixed whereIn($column, $values, $boolean, $not)
* @method static mixed orWhereIn($column, $values)
* @method static mixed whereNotIn($column, $values, $boolean)
* @method static mixed orWhereNotIn($column, $values)
* @method static mixed whereIntegerInRaw($column, $values, $boolean, $not)
* @method static mixed orWhereIntegerInRaw($column, $values)
* @method static mixed whereIntegerNotInRaw($column, $values, $boolean)
* @method static mixed orWhereIntegerNotInRaw($column, $values)
* @method static mixed whereNull($columns, $boolean, $not)
* @method static mixed orWhereNull($column)
* @method static mixed whereNotNull($columns, $boolean)
* @method static mixed whereBetween($column, iterable $values, $boolean, $not)
* @method static mixed whereBetweenColumns($column, array $values, $boolean, $not)
* @method static mixed orWhereBetween($column, iterable $values)
* @method static mixed orWhereBetweenColumns($column, array $values)
* @method static mixed whereNotBetween($column, iterable $values, $boolean)
* @method static mixed whereNotBetweenColumns($column, array $values, $boolean)
* @method static mixed orWhereNotBetween($column, iterable $values)
* @method static mixed orWhereNotBetweenColumns($column, array $values)
* @method static mixed orWhereNotNull($column)
* @method static mixed whereDate($column, $operator, $value, $boolean)
* @method static mixed orWhereDate($column, $operator, $value)
* @method static mixed whereTime($column, $operator, $value, $boolean)
* @method static mixed orWhereTime($column, $operator, $value)
* @method static mixed whereDay($column, $operator, $value, $boolean)
* @method static mixed orWhereDay($column, $operator, $value)
* @method static mixed whereMonth($column, $operator, $value, $boolean)
* @method static mixed orWhereMonth($column, $operator, $value)
* @method static mixed whereYear($column, $operator, $value, $boolean)
* @method static mixed orWhereYear($column, $operator, $value)
* @method static mixed whereNested(Closure $callback, $boolean)
* @method static mixed forNestedWhere()
* @method static mixed addNestedWhereQuery($query, $boolean)
* @method static mixed whereExists($callback, $boolean, $not)
* @method static mixed orWhereExists($callback, $not)
* @method static mixed whereNotExists($callback, $boolean)
* @method static mixed orWhereNotExists($callback)
* @method static mixed addWhereExistsQuery(self $query, $boolean, $not)
* @method static mixed whereRowValues($columns, $operator, $values, $boolean)
* @method static mixed orWhereRowValues($columns, $operator, $values)
* @method static mixed whereJsonContains($column, $value, $boolean, $not)
* @method static mixed orWhereJsonContains($column, $value)
* @method static mixed whereJsonDoesntContain($column, $value, $boolean)
* @method static mixed orWhereJsonDoesntContain($column, $value)
* @method static mixed whereJsonOverlaps($column, $value, $boolean, $not)
* @method static mixed orWhereJsonOverlaps($column, $value)
* @method static mixed whereJsonDoesntOverlap($column, $value, $boolean)
* @method static mixed orWhereJsonDoesntOverlap($column, $value)
* @method static mixed whereJsonContainsKey($column, $boolean, $not)
* @method static mixed orWhereJsonContainsKey($column)
* @method static mixed whereJsonDoesntContainKey($column, $boolean)
* @method static mixed orWhereJsonDoesntContainKey($column)
* @method static mixed whereJsonLength($column, $operator, $value, $boolean)
* @method static mixed orWhereJsonLength($column, $operator, $value)
* @method static mixed dynamicWhere($method, $parameters)
* @method static mixed whereFullText($columns, $value, array $options, $boolean)
* @method static mixed orWhereFullText($columns, $value, array $options)
* @method static mixed whereAll($columns, $operator, $value, $boolean)
* @method static mixed orWhereAll($columns, $operator, $value)
* @method static mixed whereAny($columns, $operator, $value, $boolean)
* @method static mixed orWhereAny($columns, $operator, $value)
* @method static mixed whereNone($columns, $operator, $value, $boolean)
* @method static mixed orWhereNone($columns, $operator, $value)
* @method static mixed groupBy($groups)
* @method static mixed groupByRaw($sql, array $bindings)
* @method static mixed having($column, $operator, $value, $boolean)
* @method static mixed orHaving($column, $operator, $value)
* @method static mixed havingNested(Closure $callback, $boolean)
* @method static mixed addNestedHavingQuery($query, $boolean)
* @method static mixed havingNull($columns, $boolean, $not)
* @method static mixed orHavingNull($column)
* @method static mixed havingNotNull($columns, $boolean)
* @method static mixed orHavingNotNull($column)
* @method static mixed havingBetween($column, iterable $values, $boolean, $not)
* @method static mixed havingRaw($sql, array $bindings, $boolean)
* @method static mixed orHavingRaw($sql, array $bindings)
* @method static mixed orderBy($column, $direction)
* @method static mixed orderByDesc($column)
* @method static mixed latest($column)
* @method static mixed oldest($column)
* @method static mixed inRandomOrder($seed)
* @method static mixed orderByRaw($sql, $bindings)
* @method static mixed skip($value)
* @method static mixed offset($value)
* @method static mixed take($value)
* @method static mixed limit($value)
* @method static mixed groupLimit($value, $column)
* @method static mixed forPage($page, $perPage)
* @method static mixed forPageBeforeId($perPage, $lastId, $column)
* @method static mixed forPageAfterId($perPage, $lastId, $column)
* @method static mixed reorder($column, $direction)
* @method static mixed union($query, $all)
* @method static mixed unionAll($query)
* @method static mixed lock($value)
* @method static mixed lockForUpdate()
* @method static mixed sharedLock()
* @method static mixed beforeQuery(callable $callback)
* @method static mixed applyBeforeQueryCallbacks()
* @method static mixed afterQuery(Closure $callback)
* @method static mixed applyAfterQueryCallbacks($result)
* @method static mixed toSql()
* @method static mixed toRawSql()
* @method static mixed find($id, $columns)
* @method static mixed findOr($id, $columns, Closure $callback)
* @method static mixed value($column)
* @method static mixed rawValue(string $expression, array $bindings)
* @method static mixed soleValue($column)
* @method static mixed get($columns)
* @method static mixed paginate($perPage, $columns, $pageName, $page, $total)
* @method static mixed simplePaginate($perPage, $columns, $pageName, $page)
* @method static mixed cursorPaginate($perPage, $columns, $cursorName, $cursor)
* @method static mixed getCountForPagination($columns)
* @method static mixed cursor()
* @method static mixed pluck($column, $key)
* @method static mixed implode($column, $glue)
* @method static mixed exists()
* @method static mixed doesntExist()
* @method static mixed existsOr(Closure $callback)
* @method static mixed doesntExistOr(Closure $callback)
* @method static mixed count($columns)
* @method static mixed min($column)
* @method static mixed max($column)
* @method static mixed sum($column)
* @method static mixed avg($column)
* @method static mixed average($column)
* @method static mixed aggregate($function, $columns)
* @method static mixed numericAggregate($function, $columns)
* @method static mixed insert(array $values)
* @method static mixed insertOrIgnore(array $values)
* @method static mixed insertGetId(array $values, $sequence)
* @method static mixed insertUsing(array $columns, $query)
* @method static mixed insertOrIgnoreUsing(array $columns, $query)
* @method static mixed update(array $values)
* @method static mixed updateFrom(array $values)
* @method static mixed updateOrInsert(array $attributes, callable|array $values)
* @method static mixed upsert(array $values, $uniqueBy, $update)
* @method static mixed increment($column, $amount, array $extra)
* @method static mixed incrementEach(array $columns, array $extra)
* @method static mixed decrement($column, $amount, array $extra)
* @method static mixed decrementEach(array $columns, array $extra)
* @method static mixed delete($id)
* @method static mixed truncate()
* @method static mixed newQuery()
* @method static mixed getColumns()
* @method static mixed raw($value)
* @method static mixed getBindings()
* @method static mixed getRawBindings()
* @method static mixed setBindings(array $bindings, $type)
* @method static mixed addBinding($value, $type)
* @method static mixed castBinding($value)
* @method static mixed mergeBindings(self $query)
* @method static mixed cleanBindings(array $bindings)
* @method static mixed getConnection()
* @method static mixed getProcessor()
* @method static mixed getGrammar()
* @method static mixed useWritePdo()
* @method static mixed clone()
* @method static mixed cloneWithout(array $properties)
* @method static mixed cloneWithoutBindings(array $except)
* @method static mixed dump($args)
* @method static mixed dumpRawSql()
* @method static mixed dd()
* @method static mixed ddRawSql()
* @method static mixed chunk($count, callable $callback)
* @method static mixed chunkMap(callable $callback, $count)
* @method static mixed each(callable $callback, $count)
* @method static mixed chunkById($count, callable $callback, $column, $alias)
* @method static mixed chunkByIdDesc($count, callable $callback, $column, $alias)
* @method static mixed orderedChunkById($count, callable $callback, $column, $alias, $descending)
* @method static mixed eachById(callable $callback, $count, $column, $alias)
* @method static mixed lazy($chunkSize)
* @method static mixed lazyById($chunkSize, $column, $alias)
* @method static mixed lazyByIdDesc($chunkSize, $column, $alias)
* @method static mixed first($columns)
* @method static mixed firstOrFail($columns, $message)
* @method static mixed sole($columns)
* @method static mixed tap($callback)
* @method static mixed when($value, callable $callback, callable $default)
* @method static mixed unless($value, callable $callback, callable $default)
* @method static mixed explain()
* @method static mixed macro($name, $macro)
* @method static mixed mixin($mixin, $replace)
* @method static mixed hasMacro($name)
* @method static mixed flushMacros()
* @method static mixed macroCall($method, $parameters)
* @mixin \Illuminate\Database\Query\Builder
*/
class UserActivity extends \Illuminate\Database\Eloquent\Model
{
//
}
/**
* App\Models\UserPin
*
* @property \Illuminate\Support\Carbon|null $updated_at
* @property \Illuminate\Support\Carbon|null $created_at
* @property enum('active','inactive') $status
* @property string $pin
* @property int $user_id
* @property int $id
* @property-read \App\Models\User $user
* @method static \Illuminate\Database\Eloquent\Builder|UserPin whereId($value)
* @method static \Illuminate\Database\Eloquent\Builder|UserPin whereUserId($value)
* @method static \Illuminate\Database\Eloquent\Builder|UserPin wherePin($value)
* @method static \Illuminate\Database\Eloquent\Builder|UserPin whereStatus($value)
* @method static \Illuminate\Database\Eloquent\Builder|UserPin whereCreatedAt($value)
* @method static \Illuminate\Database\Eloquent\Builder|UserPin whereUpdatedAt($value)
* @method static \Illuminate\Database\Eloquent\Builder|UserPin newModelQuery()
* @method static \Illuminate\Database\Eloquent\Builder|UserPin newQuery()
* @method static \Illuminate\Database\Eloquent\Builder|UserPin query()
* @method static mixed select($columns)
* @method static mixed selectSub($query, $as)
* @method static mixed selectRaw($expression, array $bindings)
* @method static mixed fromSub($query, $as)
* @method static mixed fromRaw($expression, $bindings)
* @method static mixed addSelect($column)
* @method static mixed distinct()
* @method static mixed from($table, $as)
* @method static mixed useIndex($index)
* @method static mixed forceIndex($index)
* @method static mixed ignoreIndex($index)
* @method static mixed join($table, $first, $operator, $second, $type, $where)
* @method static mixed joinWhere($table, $first, $operator, $second, $type)
* @method static mixed joinSub($query, $as, $first, $operator, $second, $type, $where)
* @method static mixed joinLateral($query, string $as, string $type)
* @method static mixed leftJoinLateral($query, string $as)
* @method static mixed leftJoin($table, $first, $operator, $second)
* @method static mixed leftJoinWhere($table, $first, $operator, $second)
* @method static mixed leftJoinSub($query, $as, $first, $operator, $second)
* @method static mixed rightJoin($table, $first, $operator, $second)
* @method static mixed rightJoinWhere($table, $first, $operator, $second)
* @method static mixed rightJoinSub($query, $as, $first, $operator, $second)
* @method static mixed crossJoin($table, $first, $operator, $second)
* @method static mixed crossJoinSub($query, $as)
* @method static mixed mergeWheres($wheres, $bindings)
* @method static mixed where($column, $operator, $value, $boolean)
* @method static mixed prepareValueAndOperator($value, $operator, $useDefault)
* @method static mixed orWhere($column, $operator, $value)
* @method static mixed whereNot($column, $operator, $value, $boolean)
* @method static mixed orWhereNot($column, $operator, $value)
* @method static mixed whereColumn($first, $operator, $second, $boolean)
* @method static mixed orWhereColumn($first, $operator, $second)
* @method static mixed whereRaw($sql, $bindings, $boolean)
* @method static mixed orWhereRaw($sql, $bindings)
* @method static mixed whereLike($column, $value, $caseSensitive, $boolean, $not)
* @method static mixed orWhereLike($column, $value, $caseSensitive)
* @method static mixed whereNotLike($column, $value, $caseSensitive, $boolean)
* @method static mixed orWhereNotLike($column, $value, $caseSensitive)
* @method static mixed whereIn($column, $values, $boolean, $not)
* @method static mixed orWhereIn($column, $values)
* @method static mixed whereNotIn($column, $values, $boolean)
* @method static mixed orWhereNotIn($column, $values)
* @method static mixed whereIntegerInRaw($column, $values, $boolean, $not)
* @method static mixed orWhereIntegerInRaw($column, $values)
* @method static mixed whereIntegerNotInRaw($column, $values, $boolean)
* @method static mixed orWhereIntegerNotInRaw($column, $values)
* @method static mixed whereNull($columns, $boolean, $not)
* @method static mixed orWhereNull($column)
* @method static mixed whereNotNull($columns, $boolean)
* @method static mixed whereBetween($column, iterable $values, $boolean, $not)
* @method static mixed whereBetweenColumns($column, array $values, $boolean, $not)
* @method static mixed orWhereBetween($column, iterable $values)
* @method static mixed orWhereBetweenColumns($column, array $values)
* @method static mixed whereNotBetween($column, iterable $values, $boolean)
* @method static mixed whereNotBetweenColumns($column, array $values, $boolean)
* @method static mixed orWhereNotBetween($column, iterable $values)
* @method static mixed orWhereNotBetweenColumns($column, array $values)
* @method static mixed orWhereNotNull($column)
* @method static mixed whereDate($column, $operator, $value, $boolean)
* @method static mixed orWhereDate($column, $operator, $value)
* @method static mixed whereTime($column, $operator, $value, $boolean)
* @method static mixed orWhereTime($column, $operator, $value)
* @method static mixed whereDay($column, $operator, $value, $boolean)
* @method static mixed orWhereDay($column, $operator, $value)
* @method static mixed whereMonth($column, $operator, $value, $boolean)
* @method static mixed orWhereMonth($column, $operator, $value)
* @method static mixed whereYear($column, $operator, $value, $boolean)
* @method static mixed orWhereYear($column, $operator, $value)
* @method static mixed whereNested(Closure $callback, $boolean)
* @method static mixed forNestedWhere()
* @method static mixed addNestedWhereQuery($query, $boolean)
* @method static mixed whereExists($callback, $boolean, $not)
* @method static mixed orWhereExists($callback, $not)
* @method static mixed whereNotExists($callback, $boolean)
* @method static mixed orWhereNotExists($callback)
* @method static mixed addWhereExistsQuery(self $query, $boolean, $not)
* @method static mixed whereRowValues($columns, $operator, $values, $boolean)
* @method static mixed orWhereRowValues($columns, $operator, $values)
* @method static mixed whereJsonContains($column, $value, $boolean, $not)
* @method static mixed orWhereJsonContains($column, $value)
* @method static mixed whereJsonDoesntContain($column, $value, $boolean)
* @method static mixed orWhereJsonDoesntContain($column, $value)
* @method static mixed whereJsonOverlaps($column, $value, $boolean, $not)
* @method static mixed orWhereJsonOverlaps($column, $value)
* @method static mixed whereJsonDoesntOverlap($column, $value, $boolean)
* @method static mixed orWhereJsonDoesntOverlap($column, $value)
* @method static mixed whereJsonContainsKey($column, $boolean, $not)
* @method static mixed orWhereJsonContainsKey($column)
* @method static mixed whereJsonDoesntContainKey($column, $boolean)
* @method static mixed orWhereJsonDoesntContainKey($column)
* @method static mixed whereJsonLength($column, $operator, $value, $boolean)
* @method static mixed orWhereJsonLength($column, $operator, $value)
* @method static mixed dynamicWhere($method, $parameters)
* @method static mixed whereFullText($columns, $value, array $options, $boolean)
* @method static mixed orWhereFullText($columns, $value, array $options)
* @method static mixed whereAll($columns, $operator, $value, $boolean)
* @method static mixed orWhereAll($columns, $operator, $value)
* @method static mixed whereAny($columns, $operator, $value, $boolean)
* @method static mixed orWhereAny($columns, $operator, $value)
* @method static mixed whereNone($columns, $operator, $value, $boolean)
* @method static mixed orWhereNone($columns, $operator, $value)
* @method static mixed groupBy($groups)
* @method static mixed groupByRaw($sql, array $bindings)
* @method static mixed having($column, $operator, $value, $boolean)
* @method static mixed orHaving($column, $operator, $value)
* @method static mixed havingNested(Closure $callback, $boolean)
* @method static mixed addNestedHavingQuery($query, $boolean)
* @method static mixed havingNull($columns, $boolean, $not)
* @method static mixed orHavingNull($column)
* @method static mixed havingNotNull($columns, $boolean)
* @method static mixed orHavingNotNull($column)
* @method static mixed havingBetween($column, iterable $values, $boolean, $not)
* @method static mixed havingRaw($sql, array $bindings, $boolean)
* @method static mixed orHavingRaw($sql, array $bindings)
* @method static mixed orderBy($column, $direction)
* @method static mixed orderByDesc($column)
* @method static mixed latest($column)
* @method static mixed oldest($column)
* @method static mixed inRandomOrder($seed)
* @method static mixed orderByRaw($sql, $bindings)
* @method static mixed skip($value)
* @method static mixed offset($value)
* @method static mixed take($value)
* @method static mixed limit($value)
* @method static mixed groupLimit($value, $column)
* @method static mixed forPage($page, $perPage)
* @method static mixed forPageBeforeId($perPage, $lastId, $column)
* @method static mixed forPageAfterId($perPage, $lastId, $column)
* @method static mixed reorder($column, $direction)
* @method static mixed union($query, $all)
* @method static mixed unionAll($query)
* @method static mixed lock($value)
* @method static mixed lockForUpdate()
* @method static mixed sharedLock()
* @method static mixed beforeQuery(callable $callback)
* @method static mixed applyBeforeQueryCallbacks()
* @method static mixed afterQuery(Closure $callback)
* @method static mixed applyAfterQueryCallbacks($result)
* @method static mixed toSql()
* @method static mixed toRawSql()
* @method static mixed find($id, $columns)
* @method static mixed findOr($id, $columns, Closure $callback)
* @method static mixed value($column)
* @method static mixed rawValue(string $expression, array $bindings)
* @method static mixed soleValue($column)
* @method static mixed get($columns)
* @method static mixed paginate($perPage, $columns, $pageName, $page, $total)
* @method static mixed simplePaginate($perPage, $columns, $pageName, $page)
* @method static mixed cursorPaginate($perPage, $columns, $cursorName, $cursor)
* @method static mixed getCountForPagination($columns)
* @method static mixed cursor()
* @method static mixed pluck($column, $key)
* @method static mixed implode($column, $glue)
* @method static mixed exists()
* @method static mixed doesntExist()
* @method static mixed existsOr(Closure $callback)
* @method static mixed doesntExistOr(Closure $callback)
* @method static mixed count($columns)
* @method static mixed min($column)
* @method static mixed max($column)
* @method static mixed sum($column)
* @method static mixed avg($column)
* @method static mixed average($column)
* @method static mixed aggregate($function, $columns)
* @method static mixed numericAggregate($function, $columns)
* @method static mixed insert(array $values)
* @method static mixed insertOrIgnore(array $values)
* @method static mixed insertGetId(array $values, $sequence)
* @method static mixed insertUsing(array $columns, $query)
* @method static mixed insertOrIgnoreUsing(array $columns, $query)
* @method static mixed update(array $values)
* @method static mixed updateFrom(array $values)
* @method static mixed updateOrInsert(array $attributes, callable|array $values)
* @method static mixed upsert(array $values, $uniqueBy, $update)
* @method static mixed increment($column, $amount, array $extra)
* @method static mixed incrementEach(array $columns, array $extra)
* @method static mixed decrement($column, $amount, array $extra)
* @method static mixed decrementEach(array $columns, array $extra)
* @method static mixed delete($id)
* @method static mixed truncate()
* @method static mixed newQuery()
* @method static mixed getColumns()
* @method static mixed raw($value)
* @method static mixed getBindings()
* @method static mixed getRawBindings()
* @method static mixed setBindings(array $bindings, $type)
* @method static mixed addBinding($value, $type)
* @method static mixed castBinding($value)
* @method static mixed mergeBindings(self $query)
* @method static mixed cleanBindings(array $bindings)
* @method static mixed getConnection()
* @method static mixed getProcessor()
* @method static mixed getGrammar()
* @method static mixed useWritePdo()
* @method static mixed clone()
* @method static mixed cloneWithout(array $properties)
* @method static mixed cloneWithoutBindings(array $except)
* @method static mixed dump($args)
* @method static mixed dumpRawSql()
* @method static mixed dd()
* @method static mixed ddRawSql()
* @method static mixed chunk($count, callable $callback)
* @method static mixed chunkMap(callable $callback, $count)
* @method static mixed each(callable $callback, $count)
* @method static mixed chunkById($count, callable $callback, $column, $alias)
* @method static mixed chunkByIdDesc($count, callable $callback, $column, $alias)
* @method static mixed orderedChunkById($count, callable $callback, $column, $alias, $descending)
* @method static mixed eachById(callable $callback, $count, $column, $alias)
* @method static mixed lazy($chunkSize)
* @method static mixed lazyById($chunkSize, $column, $alias)
* @method static mixed lazyByIdDesc($chunkSize, $column, $alias)
* @method static mixed first($columns)
* @method static mixed firstOrFail($columns, $message)
* @method static mixed sole($columns)
* @method static mixed tap($callback)
* @method static mixed when($value, callable $callback, callable $default)
* @method static mixed unless($value, callable $callback, callable $default)
* @method static mixed explain()
* @method static mixed macro($name, $macro)
* @method static mixed mixin($mixin, $replace)
* @method static mixed hasMacro($name)
* @method static mixed flushMacros()
* @method static mixed macroCall($method, $parameters)
* @mixin \Illuminate\Database\Query\Builder
*/
class UserPin extends \Illuminate\Database\Eloquent\Model
{
//
}
/**
* App\Models\Wallet
*
* @property string|null $currency
* @property \Illuminate\Support\Carbon|null $updated_at
* @property \Illuminate\Support\Carbon|null $created_at
* @property decimal(16,2) $pending
* @property decimal(16,2) $withdraw
* @property decimal(16,2) $available
* @property int $user_id
* @property int $id
* @property-read \App\Models\User $user
* @method static \Illuminate\Database\Eloquent\Builder|Wallet whereId($value)
* @method static \Illuminate\Database\Eloquent\Builder|Wallet whereUserId($value)
* @method static \Illuminate\Database\Eloquent\Builder|Wallet whereAvailable($value)
* @method static \Illuminate\Database\Eloquent\Builder|Wallet whereWithdraw($value)
* @method static \Illuminate\Database\Eloquent\Builder|Wallet wherePending($value)
* @method static \Illuminate\Database\Eloquent\Builder|Wallet whereCreatedAt($value)
* @method static \Illuminate\Database\Eloquent\Builder|Wallet whereUpdatedAt($value)
* @method static \Illuminate\Database\Eloquent\Builder|Wallet whereCurrency($value)
* @method static \Illuminate\Database\Eloquent\Builder|Wallet newModelQuery()
* @method static \Illuminate\Database\Eloquent\Builder|Wallet newQuery()
* @method static \Illuminate\Database\Eloquent\Builder|Wallet query()
* @method static mixed select($columns)
* @method static mixed selectSub($query, $as)
* @method static mixed selectRaw($expression, array $bindings)
* @method static mixed fromSub($query, $as)
* @method static mixed fromRaw($expression, $bindings)
* @method static mixed addSelect($column)
* @method static mixed distinct()
* @method static mixed from($table, $as)
* @method static mixed useIndex($index)
* @method static mixed forceIndex($index)
* @method static mixed ignoreIndex($index)
* @method static mixed join($table, $first, $operator, $second, $type, $where)
* @method static mixed joinWhere($table, $first, $operator, $second, $type)
* @method static mixed joinSub($query, $as, $first, $operator, $second, $type, $where)
* @method static mixed joinLateral($query, string $as, string $type)
* @method static mixed leftJoinLateral($query, string $as)
* @method static mixed leftJoin($table, $first, $operator, $second)
* @method static mixed leftJoinWhere($table, $first, $operator, $second)
* @method static mixed leftJoinSub($query, $as, $first, $operator, $second)
* @method static mixed rightJoin($table, $first, $operator, $second)
* @method static mixed rightJoinWhere($table, $first, $operator, $second)
* @method static mixed rightJoinSub($query, $as, $first, $operator, $second)
* @method static mixed crossJoin($table, $first, $operator, $second)
* @method static mixed crossJoinSub($query, $as)
* @method static mixed mergeWheres($wheres, $bindings)
* @method static mixed where($column, $operator, $value, $boolean)
* @method static mixed prepareValueAndOperator($value, $operator, $useDefault)
* @method static mixed orWhere($column, $operator, $value)
* @method static mixed whereNot($column, $operator, $value, $boolean)
* @method static mixed orWhereNot($column, $operator, $value)
* @method static mixed whereColumn($first, $operator, $second, $boolean)
* @method static mixed orWhereColumn($first, $operator, $second)
* @method static mixed whereRaw($sql, $bindings, $boolean)
* @method static mixed orWhereRaw($sql, $bindings)
* @method static mixed whereLike($column, $value, $caseSensitive, $boolean, $not)
* @method static mixed orWhereLike($column, $value, $caseSensitive)
* @method static mixed whereNotLike($column, $value, $caseSensitive, $boolean)
* @method static mixed orWhereNotLike($column, $value, $caseSensitive)
* @method static mixed whereIn($column, $values, $boolean, $not)
* @method static mixed orWhereIn($column, $values)
* @method static mixed whereNotIn($column, $values, $boolean)
* @method static mixed orWhereNotIn($column, $values)
* @method static mixed whereIntegerInRaw($column, $values, $boolean, $not)
* @method static mixed orWhereIntegerInRaw($column, $values)
* @method static mixed whereIntegerNotInRaw($column, $values, $boolean)
* @method static mixed orWhereIntegerNotInRaw($column, $values)
* @method static mixed whereNull($columns, $boolean, $not)
* @method static mixed orWhereNull($column)
* @method static mixed whereNotNull($columns, $boolean)
* @method static mixed whereBetween($column, iterable $values, $boolean, $not)
* @method static mixed whereBetweenColumns($column, array $values, $boolean, $not)
* @method static mixed orWhereBetween($column, iterable $values)
* @method static mixed orWhereBetweenColumns($column, array $values)
* @method static mixed whereNotBetween($column, iterable $values, $boolean)
* @method static mixed whereNotBetweenColumns($column, array $values, $boolean)
* @method static mixed orWhereNotBetween($column, iterable $values)
* @method static mixed orWhereNotBetweenColumns($column, array $values)
* @method static mixed orWhereNotNull($column)
* @method static mixed whereDate($column, $operator, $value, $boolean)
* @method static mixed orWhereDate($column, $operator, $value)
* @method static mixed whereTime($column, $operator, $value, $boolean)
* @method static mixed orWhereTime($column, $operator, $value)
* @method static mixed whereDay($column, $operator, $value, $boolean)
* @method static mixed orWhereDay($column, $operator, $value)
* @method static mixed whereMonth($column, $operator, $value, $boolean)
* @method static mixed orWhereMonth($column, $operator, $value)
* @method static mixed whereYear($column, $operator, $value, $boolean)
* @method static mixed orWhereYear($column, $operator, $value)
* @method static mixed whereNested(Closure $callback, $boolean)
* @method static mixed forNestedWhere()
* @method static mixed addNestedWhereQuery($query, $boolean)
* @method static mixed whereExists($callback, $boolean, $not)
* @method static mixed orWhereExists($callback, $not)
* @method static mixed whereNotExists($callback, $boolean)
* @method static mixed orWhereNotExists($callback)
* @method static mixed addWhereExistsQuery(self $query, $boolean, $not)
* @method static mixed whereRowValues($columns, $operator, $values, $boolean)
* @method static mixed orWhereRowValues($columns, $operator, $values)
* @method static mixed whereJsonContains($column, $value, $boolean, $not)
* @method static mixed orWhereJsonContains($column, $value)
* @method static mixed whereJsonDoesntContain($column, $value, $boolean)
* @method static mixed orWhereJsonDoesntContain($column, $value)
* @method static mixed whereJsonOverlaps($column, $value, $boolean, $not)
* @method static mixed orWhereJsonOverlaps($column, $value)
* @method static mixed whereJsonDoesntOverlap($column, $value, $boolean)
* @method static mixed orWhereJsonDoesntOverlap($column, $value)
* @method static mixed whereJsonContainsKey($column, $boolean, $not)
* @method static mixed orWhereJsonContainsKey($column)
* @method static mixed whereJsonDoesntContainKey($column, $boolean)
* @method static mixed orWhereJsonDoesntContainKey($column)
* @method static mixed whereJsonLength($column, $operator, $value, $boolean)
* @method static mixed orWhereJsonLength($column, $operator, $value)
* @method static mixed dynamicWhere($method, $parameters)
* @method static mixed whereFullText($columns, $value, array $options, $boolean)
* @method static mixed orWhereFullText($columns, $value, array $options)
* @method static mixed whereAll($columns, $operator, $value, $boolean)
* @method static mixed orWhereAll($columns, $operator, $value)
* @method static mixed whereAny($columns, $operator, $value, $boolean)
* @method static mixed orWhereAny($columns, $operator, $value)
* @method static mixed whereNone($columns, $operator, $value, $boolean)
* @method static mixed orWhereNone($columns, $operator, $value)
* @method static mixed groupBy($groups)
* @method static mixed groupByRaw($sql, array $bindings)
* @method static mixed having($column, $operator, $value, $boolean)
* @method static mixed orHaving($column, $operator, $value)
* @method static mixed havingNested(Closure $callback, $boolean)
* @method static mixed addNestedHavingQuery($query, $boolean)
* @method static mixed havingNull($columns, $boolean, $not)
* @method static mixed orHavingNull($column)
* @method static mixed havingNotNull($columns, $boolean)
* @method static mixed orHavingNotNull($column)
* @method static mixed havingBetween($column, iterable $values, $boolean, $not)
* @method static mixed havingRaw($sql, array $bindings, $boolean)
* @method static mixed orHavingRaw($sql, array $bindings)
* @method static mixed orderBy($column, $direction)
* @method static mixed orderByDesc($column)
* @method static mixed latest($column)
* @method static mixed oldest($column)
* @method static mixed inRandomOrder($seed)
* @method static mixed orderByRaw($sql, $bindings)
* @method static mixed skip($value)
* @method static mixed offset($value)
* @method static mixed take($value)
* @method static mixed limit($value)
* @method static mixed groupLimit($value, $column)
* @method static mixed forPage($page, $perPage)
* @method static mixed forPageBeforeId($perPage, $lastId, $column)
* @method static mixed forPageAfterId($perPage, $lastId, $column)
* @method static mixed reorder($column, $direction)
* @method static mixed union($query, $all)
* @method static mixed unionAll($query)
* @method static mixed lock($value)
* @method static mixed lockForUpdate()
* @method static mixed sharedLock()
* @method static mixed beforeQuery(callable $callback)
* @method static mixed applyBeforeQueryCallbacks()
* @method static mixed afterQuery(Closure $callback)
* @method static mixed applyAfterQueryCallbacks($result)
* @method static mixed toSql()
* @method static mixed toRawSql()
* @method static mixed find($id, $columns)
* @method static mixed findOr($id, $columns, Closure $callback)
* @method static mixed value($column)
* @method static mixed rawValue(string $expression, array $bindings)
* @method static mixed soleValue($column)
* @method static mixed get($columns)
* @method static mixed paginate($perPage, $columns, $pageName, $page, $total)
* @method static mixed simplePaginate($perPage, $columns, $pageName, $page)
* @method static mixed cursorPaginate($perPage, $columns, $cursorName, $cursor)
* @method static mixed getCountForPagination($columns)
* @method static mixed cursor()
* @method static mixed pluck($column, $key)
* @method static mixed implode($column, $glue)
* @method static mixed exists()
* @method static mixed doesntExist()
* @method static mixed existsOr(Closure $callback)
* @method static mixed doesntExistOr(Closure $callback)
* @method static mixed count($columns)
* @method static mixed min($column)
* @method static mixed max($column)
* @method static mixed sum($column)
* @method static mixed avg($column)
* @method static mixed average($column)
* @method static mixed aggregate($function, $columns)
* @method static mixed numericAggregate($function, $columns)
* @method static mixed insert(array $values)
* @method static mixed insertOrIgnore(array $values)
* @method static mixed insertGetId(array $values, $sequence)
* @method static mixed insertUsing(array $columns, $query)
* @method static mixed insertOrIgnoreUsing(array $columns, $query)
* @method static mixed update(array $values)
* @method static mixed updateFrom(array $values)
* @method static mixed updateOrInsert(array $attributes, callable|array $values)
* @method static mixed upsert(array $values, $uniqueBy, $update)
* @method static mixed increment($column, $amount, array $extra)
* @method static mixed incrementEach(array $columns, array $extra)
* @method static mixed decrement($column, $amount, array $extra)
* @method static mixed decrementEach(array $columns, array $extra)
* @method static mixed delete($id)
* @method static mixed truncate()
* @method static mixed newQuery()
* @method static mixed getColumns()
* @method static mixed raw($value)
* @method static mixed getBindings()
* @method static mixed getRawBindings()
* @method static mixed setBindings(array $bindings, $type)
* @method static mixed addBinding($value, $type)
* @method static mixed castBinding($value)
* @method static mixed mergeBindings(self $query)
* @method static mixed cleanBindings(array $bindings)
* @method static mixed getConnection()
* @method static mixed getProcessor()
* @method static mixed getGrammar()
* @method static mixed useWritePdo()
* @method static mixed clone()
* @method static mixed cloneWithout(array $properties)
* @method static mixed cloneWithoutBindings(array $except)
* @method static mixed dump($args)
* @method static mixed dumpRawSql()
* @method static mixed dd()
* @method static mixed ddRawSql()
* @method static mixed chunk($count, callable $callback)
* @method static mixed chunkMap(callable $callback, $count)
* @method static mixed each(callable $callback, $count)
* @method static mixed chunkById($count, callable $callback, $column, $alias)
* @method static mixed chunkByIdDesc($count, callable $callback, $column, $alias)
* @method static mixed orderedChunkById($count, callable $callback, $column, $alias, $descending)
* @method static mixed eachById(callable $callback, $count, $column, $alias)
* @method static mixed lazy($chunkSize)
* @method static mixed lazyById($chunkSize, $column, $alias)
* @method static mixed lazyByIdDesc($chunkSize, $column, $alias)
* @method static mixed first($columns)
* @method static mixed firstOrFail($columns, $message)
* @method static mixed sole($columns)
* @method static mixed tap($callback)
* @method static mixed when($value, callable $callback, callable $default)
* @method static mixed unless($value, callable $callback, callable $default)
* @method static mixed explain()
* @method static mixed macro($name, $macro)
* @method static mixed mixin($mixin, $replace)
* @method static mixed hasMacro($name)
* @method static mixed flushMacros()
* @method static mixed macroCall($method, $parameters)
* @mixin \Illuminate\Database\Query\Builder
*/
class Wallet extends \Illuminate\Database\Eloquent\Model
{
//
}
}