datatable.directory codebase https://datatable.directory/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
datatable.directory/vendor_patches/10_error_unknown_permission...

16 lines
629 B

Index: vendor/laravel/framework/src/Illuminate/Auth/Access/Gate.php
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
--- vendor/laravel/framework/src/Illuminate/Auth/Access/Gate.php (date 1520624733000)
+++ vendor/laravel/framework/src/Illuminate/Auth/Access/Gate.php (date 1520624733000)
@@ -395,6 +395,8 @@
return $this->abilities[$ability];
}
+ throw new \LogicException("Permission/ability \"$ability\" not defined.");
+
return function () {
return false;
};