File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 5252} catch (LockTimeoutException $e) {
5353 // Unable to acquire lock...
5454} finally {
55- optional( $lock) ->release();
55+ $lock->release();
5656}
5757
5858lock('foo', 10)->block(5, function () {
Original file line number Diff line number Diff line change 5252} catch (LockTimeoutException $e) {
5353 // 无法获取锁...
5454} finally {
55- optional( $lock) ->release();
55+ $lock->release();
5656}
5757
5858lock('foo', 10)->block(5, function () {
Original file line number Diff line number Diff line change 5252} catch (LockTimeoutException $e) {
5353 // 無法獲取鎖...
5454} finally {
55- optional( $lock) ->release();
55+ $lock->release();
5656}
5757
5858lock('foo', 10)->block(5, function () {
Original file line number Diff line number Diff line change 5252} catch (LockTimeoutException $e) {
5353 // 無法獲取鎖...
5454} finally {
55- optional( $lock) ->release();
55+ $lock->release();
5656}
5757
5858lock('foo', 10)->block(5, function () {
You can’t perform that action at this time.
0 commit comments