Updated directorytree/ldaprecord-laravel to v2

This commit is contained in:
Deon George
2021-12-10 17:31:03 +11:00
parent a80a2725bc
commit dabca67fc8
5 changed files with 175 additions and 177 deletions

View File

@@ -3,6 +3,7 @@
namespace App\Providers;
use Illuminate\Support\ServiceProvider;
use LdapRecord\Configuration\DomainConfiguration;
class AppServiceProvider extends ServiceProvider
{
@@ -13,7 +14,8 @@ class AppServiceProvider extends ServiceProvider
*/
public function register()
{
//
// Add a new option available to be set in the configuration:
DomainConfiguration::extend('name', $default = null);
}
/**