Skip to content

Commit f7a717a

Browse files
committed
Merge branches 'development' of https://github.com/LaravelRUS/SleepingOwlAdmin into development
1 parent 8fbf25d commit f7a717a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Traits/VisibleCondition.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ trait VisibleCondition
1616
*/
1717
public function isVisible()
1818
{
19-
2019
if (is_callable($this->visibleCondition)) {
2120
return (bool) call_user_func($this->visibleCondition, $this->getModel());
2221
}

0 commit comments

Comments
 (0)