fixes
This commit is contained in:
@@ -10,7 +10,7 @@ class CustomerAddressController extends Controller
|
||||
{
|
||||
public function index(CustomerAddressesDataTable $dataTable)
|
||||
{
|
||||
return $dataTable->render('Admin.Shop.Customers.list');
|
||||
return $dataTable->render('Admin.Shop.CustomerAddresses.list');
|
||||
}
|
||||
|
||||
public function create()
|
||||
|
||||
Reference in New Issue
Block a user