Larval framework upated to v5.6.33
Updated laravel frameowrk version to as suggested for security patch update which was released in v5.6.30
This commit is contained in:
0
vendor/laravel/framework/src/Illuminate/Auth/AuthManager.php
vendored
Normal file → Executable file
0
vendor/laravel/framework/src/Illuminate/Auth/AuthManager.php
vendored
Normal file → Executable file
0
vendor/laravel/framework/src/Illuminate/Auth/AuthServiceProvider.php
vendored
Normal file → Executable file
0
vendor/laravel/framework/src/Illuminate/Auth/AuthServiceProvider.php
vendored
Normal file → Executable file
0
vendor/laravel/framework/src/Illuminate/Auth/DatabaseUserProvider.php
vendored
Normal file → Executable file
0
vendor/laravel/framework/src/Illuminate/Auth/DatabaseUserProvider.php
vendored
Normal file → Executable file
0
vendor/laravel/framework/src/Illuminate/Auth/EloquentUserProvider.php
vendored
Normal file → Executable file
0
vendor/laravel/framework/src/Illuminate/Auth/EloquentUserProvider.php
vendored
Normal file → Executable file
0
vendor/laravel/framework/src/Illuminate/Auth/GenericUser.php
vendored
Normal file → Executable file
0
vendor/laravel/framework/src/Illuminate/Auth/GenericUser.php
vendored
Normal file → Executable file
0
vendor/laravel/framework/src/Illuminate/Auth/Passwords/DatabaseTokenRepository.php
vendored
Normal file → Executable file
0
vendor/laravel/framework/src/Illuminate/Auth/Passwords/DatabaseTokenRepository.php
vendored
Normal file → Executable file
0
vendor/laravel/framework/src/Illuminate/Auth/Passwords/PasswordBroker.php
vendored
Normal file → Executable file
0
vendor/laravel/framework/src/Illuminate/Auth/Passwords/PasswordBroker.php
vendored
Normal file → Executable file
0
vendor/laravel/framework/src/Illuminate/Auth/Passwords/PasswordResetServiceProvider.php
vendored
Normal file → Executable file
0
vendor/laravel/framework/src/Illuminate/Auth/Passwords/PasswordResetServiceProvider.php
vendored
Normal file → Executable file
0
vendor/laravel/framework/src/Illuminate/Auth/Passwords/TokenRepositoryInterface.php
vendored
Normal file → Executable file
0
vendor/laravel/framework/src/Illuminate/Auth/Passwords/TokenRepositoryInterface.php
vendored
Normal file → Executable file
@@ -21,7 +21,7 @@ class Recaller
|
||||
*/
|
||||
public function __construct($recaller)
|
||||
{
|
||||
$this->recaller = $recaller;
|
||||
$this->recaller = @unserialize($recaller, ['allowed_classes' => false]) ?: $recaller;
|
||||
}
|
||||
|
||||
/**
|
||||
|
0
vendor/laravel/framework/src/Illuminate/Cache/ApcStore.php
vendored
Normal file → Executable file
0
vendor/laravel/framework/src/Illuminate/Cache/ApcStore.php
vendored
Normal file → Executable file
0
vendor/laravel/framework/src/Illuminate/Cache/ApcWrapper.php
vendored
Normal file → Executable file
0
vendor/laravel/framework/src/Illuminate/Cache/ApcWrapper.php
vendored
Normal file → Executable file
0
vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php
vendored
Normal file → Executable file
0
vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php
vendored
Normal file → Executable file
0
vendor/laravel/framework/src/Illuminate/Cache/CacheServiceProvider.php
vendored
Normal file → Executable file
0
vendor/laravel/framework/src/Illuminate/Cache/CacheServiceProvider.php
vendored
Normal file → Executable file
0
vendor/laravel/framework/src/Illuminate/Cache/Console/ClearCommand.php
vendored
Normal file → Executable file
0
vendor/laravel/framework/src/Illuminate/Cache/Console/ClearCommand.php
vendored
Normal file → Executable file
0
vendor/laravel/framework/src/Illuminate/Cache/Console/ForgetCommand.php
vendored
Normal file → Executable file
0
vendor/laravel/framework/src/Illuminate/Cache/Console/ForgetCommand.php
vendored
Normal file → Executable file
0
vendor/laravel/framework/src/Illuminate/Cache/DatabaseStore.php
vendored
Normal file → Executable file
0
vendor/laravel/framework/src/Illuminate/Cache/DatabaseStore.php
vendored
Normal file → Executable file
0
vendor/laravel/framework/src/Illuminate/Cache/FileStore.php
vendored
Normal file → Executable file
0
vendor/laravel/framework/src/Illuminate/Cache/FileStore.php
vendored
Normal file → Executable file
0
vendor/laravel/framework/src/Illuminate/Cache/MemcachedConnector.php
vendored
Normal file → Executable file
0
vendor/laravel/framework/src/Illuminate/Cache/MemcachedConnector.php
vendored
Normal file → Executable file
0
vendor/laravel/framework/src/Illuminate/Cache/MemcachedStore.php
vendored
Normal file → Executable file
0
vendor/laravel/framework/src/Illuminate/Cache/MemcachedStore.php
vendored
Normal file → Executable file
0
vendor/laravel/framework/src/Illuminate/Cache/NullStore.php
vendored
Normal file → Executable file
0
vendor/laravel/framework/src/Illuminate/Cache/NullStore.php
vendored
Normal file → Executable file
0
vendor/laravel/framework/src/Illuminate/Cache/RedisStore.php
vendored
Normal file → Executable file
0
vendor/laravel/framework/src/Illuminate/Cache/RedisStore.php
vendored
Normal file → Executable file
0
vendor/laravel/framework/src/Illuminate/Cache/Repository.php
vendored
Normal file → Executable file
0
vendor/laravel/framework/src/Illuminate/Cache/Repository.php
vendored
Normal file → Executable file
0
vendor/laravel/framework/src/Illuminate/Cache/composer.json
vendored
Normal file → Executable file
0
vendor/laravel/framework/src/Illuminate/Cache/composer.json
vendored
Normal file → Executable file
0
vendor/laravel/framework/src/Illuminate/Config/composer.json
vendored
Normal file → Executable file
0
vendor/laravel/framework/src/Illuminate/Config/composer.json
vendored
Normal file → Executable file
0
vendor/laravel/framework/src/Illuminate/Console/Application.php
vendored
Normal file → Executable file
0
vendor/laravel/framework/src/Illuminate/Console/Application.php
vendored
Normal file → Executable file
0
vendor/laravel/framework/src/Illuminate/Console/Command.php
vendored
Normal file → Executable file
0
vendor/laravel/framework/src/Illuminate/Console/Command.php
vendored
Normal file → Executable file
@@ -35,6 +35,8 @@ class Parser
|
||||
*
|
||||
* @param string $expression
|
||||
* @return string
|
||||
*
|
||||
* @throws \InvalidArgumentException
|
||||
*/
|
||||
protected static function name($expression)
|
||||
{
|
||||
|
0
vendor/laravel/framework/src/Illuminate/Console/composer.json
vendored
Normal file → Executable file
0
vendor/laravel/framework/src/Illuminate/Console/composer.json
vendored
Normal file → Executable file
0
vendor/laravel/framework/src/Illuminate/Container/Container.php
vendored
Normal file → Executable file
0
vendor/laravel/framework/src/Illuminate/Container/Container.php
vendored
Normal file → Executable file
0
vendor/laravel/framework/src/Illuminate/Container/composer.json
vendored
Normal file → Executable file
0
vendor/laravel/framework/src/Illuminate/Container/composer.json
vendored
Normal file → Executable file
0
vendor/laravel/framework/src/Illuminate/Contracts/Support/Arrayable.php
vendored
Normal file → Executable file
0
vendor/laravel/framework/src/Illuminate/Contracts/Support/Arrayable.php
vendored
Normal file → Executable file
0
vendor/laravel/framework/src/Illuminate/Contracts/Support/Jsonable.php
vendored
Normal file → Executable file
0
vendor/laravel/framework/src/Illuminate/Contracts/Support/Jsonable.php
vendored
Normal file → Executable file
0
vendor/laravel/framework/src/Illuminate/Contracts/Support/MessageProvider.php
vendored
Normal file → Executable file
0
vendor/laravel/framework/src/Illuminate/Contracts/Support/MessageProvider.php
vendored
Normal file → Executable file
0
vendor/laravel/framework/src/Illuminate/Contracts/Support/Renderable.php
vendored
Normal file → Executable file
0
vendor/laravel/framework/src/Illuminate/Contracts/Support/Renderable.php
vendored
Normal file → Executable file
0
vendor/laravel/framework/src/Illuminate/Contracts/Translation/Loader.php
vendored
Normal file → Executable file
0
vendor/laravel/framework/src/Illuminate/Contracts/Translation/Loader.php
vendored
Normal file → Executable file
@@ -23,7 +23,7 @@ interface Validator extends MessageProvider
|
||||
/**
|
||||
* Add conditions to a given field based on a Closure.
|
||||
*
|
||||
* @param string $attribute
|
||||
* @param string|array $attribute
|
||||
* @param string|array $rules
|
||||
* @param callable $callback
|
||||
* @return $this
|
||||
|
0
vendor/laravel/framework/src/Illuminate/Contracts/View/Engine.php
vendored
Normal file → Executable file
0
vendor/laravel/framework/src/Illuminate/Contracts/View/Engine.php
vendored
Normal file → Executable file
0
vendor/laravel/framework/src/Illuminate/Cookie/CookieJar.php
vendored
Normal file → Executable file
0
vendor/laravel/framework/src/Illuminate/Cookie/CookieJar.php
vendored
Normal file → Executable file
0
vendor/laravel/framework/src/Illuminate/Cookie/CookieServiceProvider.php
vendored
Normal file → Executable file
0
vendor/laravel/framework/src/Illuminate/Cookie/CookieServiceProvider.php
vendored
Normal file → Executable file
@@ -25,6 +25,13 @@ class EncryptCookies
|
||||
*/
|
||||
protected $except = [];
|
||||
|
||||
/**
|
||||
* Indicates if cookies should be serialized.
|
||||
*
|
||||
* @var bool
|
||||
*/
|
||||
protected static $serialize = false;
|
||||
|
||||
/**
|
||||
* Create a new CookieGuard instance.
|
||||
*
|
||||
@@ -73,7 +80,7 @@ class EncryptCookies
|
||||
}
|
||||
|
||||
try {
|
||||
$request->cookies->set($key, $this->decryptCookie($cookie));
|
||||
$request->cookies->set($key, $this->decryptCookie($key, $cookie));
|
||||
} catch (DecryptException $e) {
|
||||
$request->cookies->set($key, null);
|
||||
}
|
||||
@@ -85,14 +92,15 @@ class EncryptCookies
|
||||
/**
|
||||
* Decrypt the given cookie and return the value.
|
||||
*
|
||||
* @param string $name
|
||||
* @param string|array $cookie
|
||||
* @return string|array
|
||||
*/
|
||||
protected function decryptCookie($cookie)
|
||||
protected function decryptCookie($name, $cookie)
|
||||
{
|
||||
return is_array($cookie)
|
||||
? $this->decryptArray($cookie)
|
||||
: $this->encrypter->decrypt($cookie);
|
||||
: $this->encrypter->decrypt($cookie, static::serialized($name));
|
||||
}
|
||||
|
||||
/**
|
||||
@@ -107,7 +115,7 @@ class EncryptCookies
|
||||
|
||||
foreach ($cookie as $key => $value) {
|
||||
if (is_string($value)) {
|
||||
$decrypted[$key] = $this->encrypter->decrypt($value);
|
||||
$decrypted[$key] = $this->encrypter->decrypt($value, static::serialized($key));
|
||||
}
|
||||
}
|
||||
|
||||
@@ -128,7 +136,7 @@ class EncryptCookies
|
||||
}
|
||||
|
||||
$response->headers->setCookie($this->duplicate(
|
||||
$cookie, $this->encrypter->encrypt($cookie->getValue())
|
||||
$cookie, $this->encrypter->encrypt($cookie->getValue(), static::serialized($cookie->getName()))
|
||||
));
|
||||
}
|
||||
|
||||
@@ -161,4 +169,15 @@ class EncryptCookies
|
||||
{
|
||||
return in_array($name, $this->except);
|
||||
}
|
||||
|
||||
/**
|
||||
* Determine if the cookie contents should be serialized.
|
||||
*
|
||||
* @param string $name
|
||||
* @return bool
|
||||
*/
|
||||
public static function serialized($name)
|
||||
{
|
||||
return static::$serialize;
|
||||
}
|
||||
}
|
||||
|
0
vendor/laravel/framework/src/Illuminate/Cookie/composer.json
vendored
Normal file → Executable file
0
vendor/laravel/framework/src/Illuminate/Cookie/composer.json
vendored
Normal file → Executable file
0
vendor/laravel/framework/src/Illuminate/Database/Capsule/Manager.php
vendored
Normal file → Executable file
0
vendor/laravel/framework/src/Illuminate/Database/Capsule/Manager.php
vendored
Normal file → Executable file
@@ -83,7 +83,7 @@ trait BuildsQueries
|
||||
* @param mixed $value
|
||||
* @param callable $callback
|
||||
* @param callable $default
|
||||
* @return mixed
|
||||
* @return mixed|$this
|
||||
*/
|
||||
public function when($value, $callback, $default = null)
|
||||
{
|
||||
@@ -113,7 +113,7 @@ trait BuildsQueries
|
||||
* @param mixed $value
|
||||
* @param callable $callback
|
||||
* @param callable $default
|
||||
* @return mixed
|
||||
* @return mixed|$this
|
||||
*/
|
||||
public function unless($value, $callback, $default = null)
|
||||
{
|
||||
|
0
vendor/laravel/framework/src/Illuminate/Database/Connection.php
vendored
Normal file → Executable file
0
vendor/laravel/framework/src/Illuminate/Database/Connection.php
vendored
Normal file → Executable file
0
vendor/laravel/framework/src/Illuminate/Database/ConnectionInterface.php
vendored
Normal file → Executable file
0
vendor/laravel/framework/src/Illuminate/Database/ConnectionInterface.php
vendored
Normal file → Executable file
0
vendor/laravel/framework/src/Illuminate/Database/ConnectionResolver.php
vendored
Normal file → Executable file
0
vendor/laravel/framework/src/Illuminate/Database/ConnectionResolver.php
vendored
Normal file → Executable file
0
vendor/laravel/framework/src/Illuminate/Database/ConnectionResolverInterface.php
vendored
Normal file → Executable file
0
vendor/laravel/framework/src/Illuminate/Database/ConnectionResolverInterface.php
vendored
Normal file → Executable file
0
vendor/laravel/framework/src/Illuminate/Database/Connectors/ConnectionFactory.php
vendored
Normal file → Executable file
0
vendor/laravel/framework/src/Illuminate/Database/Connectors/ConnectionFactory.php
vendored
Normal file → Executable file
0
vendor/laravel/framework/src/Illuminate/Database/Connectors/Connector.php
vendored
Normal file → Executable file
0
vendor/laravel/framework/src/Illuminate/Database/Connectors/Connector.php
vendored
Normal file → Executable file
0
vendor/laravel/framework/src/Illuminate/Database/Connectors/ConnectorInterface.php
vendored
Normal file → Executable file
0
vendor/laravel/framework/src/Illuminate/Database/Connectors/ConnectorInterface.php
vendored
Normal file → Executable file
0
vendor/laravel/framework/src/Illuminate/Database/Connectors/MySqlConnector.php
vendored
Normal file → Executable file
0
vendor/laravel/framework/src/Illuminate/Database/Connectors/MySqlConnector.php
vendored
Normal file → Executable file
0
vendor/laravel/framework/src/Illuminate/Database/Connectors/PostgresConnector.php
vendored
Normal file → Executable file
0
vendor/laravel/framework/src/Illuminate/Database/Connectors/PostgresConnector.php
vendored
Normal file → Executable file
0
vendor/laravel/framework/src/Illuminate/Database/Connectors/SQLiteConnector.php
vendored
Normal file → Executable file
0
vendor/laravel/framework/src/Illuminate/Database/Connectors/SQLiteConnector.php
vendored
Normal file → Executable file
0
vendor/laravel/framework/src/Illuminate/Database/Connectors/SqlServerConnector.php
vendored
Normal file → Executable file
0
vendor/laravel/framework/src/Illuminate/Database/Connectors/SqlServerConnector.php
vendored
Normal file → Executable file
0
vendor/laravel/framework/src/Illuminate/Database/Console/Migrations/BaseCommand.php
vendored
Normal file → Executable file
0
vendor/laravel/framework/src/Illuminate/Database/Console/Migrations/BaseCommand.php
vendored
Normal file → Executable file
0
vendor/laravel/framework/src/Illuminate/Database/Console/Migrations/InstallCommand.php
vendored
Normal file → Executable file
0
vendor/laravel/framework/src/Illuminate/Database/Console/Migrations/InstallCommand.php
vendored
Normal file → Executable file
0
vendor/laravel/framework/src/Illuminate/Database/Console/Migrations/MigrateCommand.php
vendored
Normal file → Executable file
0
vendor/laravel/framework/src/Illuminate/Database/Console/Migrations/MigrateCommand.php
vendored
Normal file → Executable file
0
vendor/laravel/framework/src/Illuminate/Database/Console/Migrations/RefreshCommand.php
vendored
Normal file → Executable file
0
vendor/laravel/framework/src/Illuminate/Database/Console/Migrations/RefreshCommand.php
vendored
Normal file → Executable file
0
vendor/laravel/framework/src/Illuminate/Database/Console/Migrations/ResetCommand.php
vendored
Normal file → Executable file
0
vendor/laravel/framework/src/Illuminate/Database/Console/Migrations/ResetCommand.php
vendored
Normal file → Executable file
0
vendor/laravel/framework/src/Illuminate/Database/Console/Migrations/RollbackCommand.php
vendored
Normal file → Executable file
0
vendor/laravel/framework/src/Illuminate/Database/Console/Migrations/RollbackCommand.php
vendored
Normal file → Executable file
0
vendor/laravel/framework/src/Illuminate/Database/DatabaseManager.php
vendored
Normal file → Executable file
0
vendor/laravel/framework/src/Illuminate/Database/DatabaseManager.php
vendored
Normal file → Executable file
0
vendor/laravel/framework/src/Illuminate/Database/DatabaseServiceProvider.php
vendored
Normal file → Executable file
0
vendor/laravel/framework/src/Illuminate/Database/DatabaseServiceProvider.php
vendored
Normal file → Executable file
4
vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php
vendored
Normal file → Executable file
4
vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php
vendored
Normal file → Executable file
@@ -312,7 +312,7 @@ class Builder
|
||||
*
|
||||
* @param mixed $id
|
||||
* @param array $columns
|
||||
* @return \Illuminate\Database\Eloquent\Model|\Illuminate\Database\Eloquent\Collection
|
||||
* @return \Illuminate\Database\Eloquent\Model|\Illuminate\Database\Eloquent\Collection|static|static[]
|
||||
*
|
||||
* @throws \Illuminate\Database\Eloquent\ModelNotFoundException
|
||||
*/
|
||||
@@ -612,7 +612,7 @@ class Builder
|
||||
*
|
||||
* @param int $count
|
||||
* @param callable $callback
|
||||
* @param string $column
|
||||
* @param string|null $column
|
||||
* @param string|null $alias
|
||||
* @return bool
|
||||
*/
|
||||
|
0
vendor/laravel/framework/src/Illuminate/Database/Eloquent/Collection.php
vendored
Normal file → Executable file
0
vendor/laravel/framework/src/Illuminate/Database/Eloquent/Collection.php
vendored
Normal file → Executable file
0
vendor/laravel/framework/src/Illuminate/Database/Eloquent/MassAssignmentException.php
vendored
Normal file → Executable file
0
vendor/laravel/framework/src/Illuminate/Database/Eloquent/MassAssignmentException.php
vendored
Normal file → Executable file
0
vendor/laravel/framework/src/Illuminate/Database/Eloquent/ModelNotFoundException.php
vendored
Normal file → Executable file
0
vendor/laravel/framework/src/Illuminate/Database/Eloquent/ModelNotFoundException.php
vendored
Normal file → Executable file
0
vendor/laravel/framework/src/Illuminate/Database/Eloquent/RelationNotFoundException.php
vendored
Normal file → Executable file
0
vendor/laravel/framework/src/Illuminate/Database/Eloquent/RelationNotFoundException.php
vendored
Normal file → Executable file
0
vendor/laravel/framework/src/Illuminate/Database/Eloquent/Relations/BelongsTo.php
vendored
Normal file → Executable file
0
vendor/laravel/framework/src/Illuminate/Database/Eloquent/Relations/BelongsTo.php
vendored
Normal file → Executable file
0
vendor/laravel/framework/src/Illuminate/Database/Eloquent/Relations/BelongsToMany.php
vendored
Normal file → Executable file
0
vendor/laravel/framework/src/Illuminate/Database/Eloquent/Relations/BelongsToMany.php
vendored
Normal file → Executable file
0
vendor/laravel/framework/src/Illuminate/Database/Eloquent/Relations/HasMany.php
vendored
Normal file → Executable file
0
vendor/laravel/framework/src/Illuminate/Database/Eloquent/Relations/HasMany.php
vendored
Normal file → Executable file
@@ -425,6 +425,16 @@ class HasManyThrough extends Relation
|
||||
return $this->prepareQueryBuilder()->chunk($count, $callback);
|
||||
}
|
||||
|
||||
/**
|
||||
* Get a generator for the given query.
|
||||
*
|
||||
* @return \Generator
|
||||
*/
|
||||
public function cursor()
|
||||
{
|
||||
return $this->prepareQueryBuilder()->cursor();
|
||||
}
|
||||
|
||||
/**
|
||||
* Execute a callback over each item while chunking.
|
||||
*
|
||||
|
0
vendor/laravel/framework/src/Illuminate/Database/Eloquent/Relations/HasOne.php
vendored
Normal file → Executable file
0
vendor/laravel/framework/src/Illuminate/Database/Eloquent/Relations/HasOne.php
vendored
Normal file → Executable file
0
vendor/laravel/framework/src/Illuminate/Database/Eloquent/Relations/HasOneOrMany.php
vendored
Normal file → Executable file
0
vendor/laravel/framework/src/Illuminate/Database/Eloquent/Relations/HasOneOrMany.php
vendored
Normal file → Executable file
0
vendor/laravel/framework/src/Illuminate/Database/Eloquent/Relations/MorphMany.php
vendored
Normal file → Executable file
0
vendor/laravel/framework/src/Illuminate/Database/Eloquent/Relations/MorphMany.php
vendored
Normal file → Executable file
0
vendor/laravel/framework/src/Illuminate/Database/Eloquent/Relations/MorphOne.php
vendored
Normal file → Executable file
0
vendor/laravel/framework/src/Illuminate/Database/Eloquent/Relations/MorphOne.php
vendored
Normal file → Executable file
0
vendor/laravel/framework/src/Illuminate/Database/Eloquent/Relations/MorphOneOrMany.php
vendored
Normal file → Executable file
0
vendor/laravel/framework/src/Illuminate/Database/Eloquent/Relations/MorphOneOrMany.php
vendored
Normal file → Executable file
0
vendor/laravel/framework/src/Illuminate/Database/Eloquent/Relations/Pivot.php
vendored
Normal file → Executable file
0
vendor/laravel/framework/src/Illuminate/Database/Eloquent/Relations/Pivot.php
vendored
Normal file → Executable file
0
vendor/laravel/framework/src/Illuminate/Database/Eloquent/Relations/Relation.php
vendored
Normal file → Executable file
0
vendor/laravel/framework/src/Illuminate/Database/Eloquent/Relations/Relation.php
vendored
Normal file → Executable file
0
vendor/laravel/framework/src/Illuminate/Database/Grammar.php
vendored
Normal file → Executable file
0
vendor/laravel/framework/src/Illuminate/Database/Grammar.php
vendored
Normal file → Executable file
0
vendor/laravel/framework/src/Illuminate/Database/MigrationServiceProvider.php
vendored
Normal file → Executable file
0
vendor/laravel/framework/src/Illuminate/Database/MigrationServiceProvider.php
vendored
Normal file → Executable file
0
vendor/laravel/framework/src/Illuminate/Database/Migrations/DatabaseMigrationRepository.php
vendored
Normal file → Executable file
0
vendor/laravel/framework/src/Illuminate/Database/Migrations/DatabaseMigrationRepository.php
vendored
Normal file → Executable file
0
vendor/laravel/framework/src/Illuminate/Database/Migrations/Migration.php
vendored
Normal file → Executable file
0
vendor/laravel/framework/src/Illuminate/Database/Migrations/Migration.php
vendored
Normal file → Executable file
0
vendor/laravel/framework/src/Illuminate/Database/Migrations/MigrationCreator.php
vendored
Normal file → Executable file
0
vendor/laravel/framework/src/Illuminate/Database/Migrations/MigrationCreator.php
vendored
Normal file → Executable file
0
vendor/laravel/framework/src/Illuminate/Database/Migrations/MigrationRepositoryInterface.php
vendored
Normal file → Executable file
0
vendor/laravel/framework/src/Illuminate/Database/Migrations/MigrationRepositoryInterface.php
vendored
Normal file → Executable file
0
vendor/laravel/framework/src/Illuminate/Database/Migrations/Migrator.php
vendored
Normal file → Executable file
0
vendor/laravel/framework/src/Illuminate/Database/Migrations/Migrator.php
vendored
Normal file → Executable file
0
vendor/laravel/framework/src/Illuminate/Database/Migrations/stubs/blank.stub
vendored
Normal file → Executable file
0
vendor/laravel/framework/src/Illuminate/Database/Migrations/stubs/blank.stub
vendored
Normal file → Executable file
0
vendor/laravel/framework/src/Illuminate/Database/Migrations/stubs/create.stub
vendored
Normal file → Executable file
0
vendor/laravel/framework/src/Illuminate/Database/Migrations/stubs/create.stub
vendored
Normal file → Executable file
0
vendor/laravel/framework/src/Illuminate/Database/Migrations/stubs/update.stub
vendored
Normal file → Executable file
0
vendor/laravel/framework/src/Illuminate/Database/Migrations/stubs/update.stub
vendored
Normal file → Executable file
0
vendor/laravel/framework/src/Illuminate/Database/MySqlConnection.php
vendored
Normal file → Executable file
0
vendor/laravel/framework/src/Illuminate/Database/MySqlConnection.php
vendored
Normal file → Executable file
0
vendor/laravel/framework/src/Illuminate/Database/PostgresConnection.php
vendored
Normal file → Executable file
0
vendor/laravel/framework/src/Illuminate/Database/PostgresConnection.php
vendored
Normal file → Executable file
4
vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php
vendored
Normal file → Executable file
4
vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php
vendored
Normal file → Executable file
@@ -1415,7 +1415,7 @@ class Builder
|
||||
|
||||
$this->wheres[] = compact('type', 'columns', 'operator', 'values', 'boolean');
|
||||
|
||||
$this->addBinding($values);
|
||||
$this->addBinding($this->cleanBindings($values));
|
||||
|
||||
return $this;
|
||||
}
|
||||
@@ -2084,7 +2084,7 @@ class Builder
|
||||
* @param int $count
|
||||
* @param callable $callback
|
||||
* @param string $column
|
||||
* @param string $alias
|
||||
* @param string|null $alias
|
||||
* @return bool
|
||||
*/
|
||||
public function chunkById($count, callable $callback, $column = 'id', $alias = null)
|
||||
|
0
vendor/laravel/framework/src/Illuminate/Database/Query/Expression.php
vendored
Normal file → Executable file
0
vendor/laravel/framework/src/Illuminate/Database/Query/Expression.php
vendored
Normal file → Executable file
0
vendor/laravel/framework/src/Illuminate/Database/Query/Grammars/Grammar.php
vendored
Normal file → Executable file
0
vendor/laravel/framework/src/Illuminate/Database/Query/Grammars/Grammar.php
vendored
Normal file → Executable file
0
vendor/laravel/framework/src/Illuminate/Database/Query/Grammars/MySqlGrammar.php
vendored
Normal file → Executable file
0
vendor/laravel/framework/src/Illuminate/Database/Query/Grammars/MySqlGrammar.php
vendored
Normal file → Executable file
0
vendor/laravel/framework/src/Illuminate/Database/Query/Grammars/PostgresGrammar.php
vendored
Normal file → Executable file
0
vendor/laravel/framework/src/Illuminate/Database/Query/Grammars/PostgresGrammar.php
vendored
Normal file → Executable file
0
vendor/laravel/framework/src/Illuminate/Database/Query/Grammars/SQLiteGrammar.php
vendored
Normal file → Executable file
0
vendor/laravel/framework/src/Illuminate/Database/Query/Grammars/SQLiteGrammar.php
vendored
Normal file → Executable file
2
vendor/laravel/framework/src/Illuminate/Database/Query/Grammars/SqlServerGrammar.php
vendored
Normal file → Executable file
2
vendor/laravel/framework/src/Illuminate/Database/Query/Grammars/SqlServerGrammar.php
vendored
Normal file → Executable file
@@ -185,7 +185,7 @@ class SqlServerGrammar extends Grammar
|
||||
{
|
||||
$constraint = $this->compileRowConstraint($query);
|
||||
|
||||
return "select * from ({$sql}) as temp_table where row_num {$constraint}";
|
||||
return "select * from ({$sql}) as temp_table where row_num {$constraint} order by row_num";
|
||||
}
|
||||
|
||||
/**
|
||||
|
0
vendor/laravel/framework/src/Illuminate/Database/Query/JoinClause.php
vendored
Normal file → Executable file
0
vendor/laravel/framework/src/Illuminate/Database/Query/JoinClause.php
vendored
Normal file → Executable file
0
vendor/laravel/framework/src/Illuminate/Database/Query/Processors/PostgresProcessor.php
vendored
Normal file → Executable file
0
vendor/laravel/framework/src/Illuminate/Database/Query/Processors/PostgresProcessor.php
vendored
Normal file → Executable file
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user