Upgrade to rc5
This commit is contained in:
@@ -201,6 +201,7 @@ class Blueprint
|
||||
|
||||
try {
|
||||
$mixin = static::find($extends);
|
||||
$mixin = static::extend($mixin);
|
||||
$props = A::merge($mixin, $props, A::MERGE_REPLACE);
|
||||
} catch (Exception $e) {
|
||||
// keep the props unextended if the snippet wasn't found
|
||||
|
Reference in New Issue
Block a user