Skip to content

Instantly share code, notes, and snippets.

@tobyokeke
Created April 19, 2020 20:10
Show Gist options
  • Save tobyokeke/47400ebc2c8031f5e81783c23b985553 to your computer and use it in GitHub Desktop.
Save tobyokeke/47400ebc2c8031f5e81783c23b985553 to your computer and use it in GitHub Desktop.
<?php
'providers' => [
'customer' => [
'driver' => 'eloquent',
'model' => App\customer::class,
],
'staff' => [
'driver' => 'eloquent',
'model' => App\staff::class,
],
],
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment