You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
trigger_deprecation('area17/twill', '3.3', __FUNCTION__ . ' is deprecated and will be removed in 4.x, use TwillBlocks::generateListOfAvailableBlocks instead');
265
228
266
-
// Sort them by the original definition
267
-
return$finalBlockList->sortBy(function (Block$b) use ($blocks) {
268
-
returncollect($blocks)->search(function ($id, $key) use ($b) {
0 commit comments