mirror of
				https://github.com/cp6/my-idlers.git
				synced 2025-11-03 23:59:09 +00:00 
			
		
		
		
	Removed .idea
Removed .idea
This commit is contained in:
		
							parent
							
								
									edf11fed8a
								
							
						
					
					
						commit
						ff3d840b65
					
				
					 15 changed files with 0 additions and 4595 deletions
				
			
		
							
								
								
									
										8
									
								
								.idea/.gitignore
									
										
									
										generated
									
									
										vendored
									
									
								
							
							
						
						
									
										8
									
								
								.idea/.gitignore
									
										
									
										generated
									
									
										vendored
									
									
								
							| 
						 | 
					@ -1,8 +0,0 @@
 | 
				
			||||||
# Default ignored files
 | 
					 | 
				
			||||||
/shelf/
 | 
					 | 
				
			||||||
/workspace.xml
 | 
					 | 
				
			||||||
# Editor-based HTTP Client requests
 | 
					 | 
				
			||||||
/httpRequests/
 | 
					 | 
				
			||||||
# Datasource local storage ignored files
 | 
					 | 
				
			||||||
/dataSources/
 | 
					 | 
				
			||||||
/dataSources.local.xml
 | 
					 | 
				
			||||||
							
								
								
									
										101
									
								
								.idea/blade.xml
									
										
									
										generated
									
									
									
								
							
							
						
						
									
										101
									
								
								.idea/blade.xml
									
										
									
										generated
									
									
									
								
							| 
						 | 
					@ -1,101 +0,0 @@
 | 
				
			||||||
<?xml version="1.0" encoding="UTF-8"?>
 | 
					 | 
				
			||||||
<project version="4">
 | 
					 | 
				
			||||||
  <component name="BladeInjectionConfiguration" default="false">
 | 
					 | 
				
			||||||
    <directives>
 | 
					 | 
				
			||||||
      <data directive="@append" />
 | 
					 | 
				
			||||||
      <data directive="@auth" injection="true" prefix="<?php if(auth()->guard(" suffix=")->check()): ?>" />
 | 
					 | 
				
			||||||
      <data directive="@aware" injection="true" prefix="<?php $attributes = $attributes->exceptProps(" suffix="); ?>" />
 | 
					 | 
				
			||||||
      <data directive="@break" injection="true" prefix="<?php if(" suffix=") break; ?>" />
 | 
					 | 
				
			||||||
      <data directive="@can" injection="true" prefix="<?php if (app(\Illuminate\Contracts\Auth\Access\Gate::class)->check(" suffix=")): ?>" />
 | 
					 | 
				
			||||||
      <data directive="@canany" injection="true" prefix="<?php if (app(\Illuminate\Contracts\Auth\Access\Gate::class)->any(" suffix=")): ?>" />
 | 
					 | 
				
			||||||
      <data directive="@cannot" injection="true" prefix="<?php if (app(\Illuminate\Contracts\Auth\Access\Gate::class)->denies(" suffix=")): ?>" />
 | 
					 | 
				
			||||||
      <data directive="@case" injection="true" prefix="<?php case (" suffix="): ?>" />
 | 
					 | 
				
			||||||
      <data directive="@checked" injection="true" prefix="<?php if(" suffix=") {echo 'checked';}?>" />
 | 
					 | 
				
			||||||
      <data directive="@choice" injection="true" prefix="<?php echo app('translator')->choice(" suffix="); ?>" />
 | 
					 | 
				
			||||||
      <data directive="@class" injection="true" prefix="class="<?php echo \Illuminate\Support\Arr::toCssClasses(" suffix=")?>"" />
 | 
					 | 
				
			||||||
      <data directive="@component" injection="true" prefix="<?php $__env->startComponent(" suffix="); ?>" />
 | 
					 | 
				
			||||||
      <data directive="@componentfirst" injection="true" prefix="<?php $__env->startComponentFirst(" suffix="); ?>" />
 | 
					 | 
				
			||||||
      <data directive="@continue" injection="true" prefix="<?php if(" suffix=") continue; ?>" />
 | 
					 | 
				
			||||||
      <data directive="@csrf" />
 | 
					 | 
				
			||||||
      <data directive="@dd" injection="true" prefix="<?php dd(" suffix="); ?>" />
 | 
					 | 
				
			||||||
      <data directive="@default" />
 | 
					 | 
				
			||||||
      <data directive="@dump" injection="true" prefix="<?php dump(" suffix="); ?>" />
 | 
					 | 
				
			||||||
      <data directive="@each" injection="true" prefix="<?php echo $__env->renderEach(" suffix="); ?>" />
 | 
					 | 
				
			||||||
      <data directive="@else" />
 | 
					 | 
				
			||||||
      <data directive="@elseauth" injection="true" prefix="<?php elseif(auth()->guard(" suffix=")->check()): ?>" />
 | 
					 | 
				
			||||||
      <data directive="@elsecan" injection="true" prefix="<?php elseif (app(\Illuminate\Contracts\Auth\Access\Gate::class)->check(" suffix=")): ?>" />
 | 
					 | 
				
			||||||
      <data directive="@elsecanany" injection="true" prefix="<?php elseif (app(\Illuminate\Contracts\Auth\Access\Gate::class)->any(" suffix=")): ?>" />
 | 
					 | 
				
			||||||
      <data directive="@elsecannot" injection="true" prefix="<?php elseif (app(\Illuminate\Contracts\Auth\Access\Gate::class)->denies(" suffix=")): ?>" />
 | 
					 | 
				
			||||||
      <data directive="@elseguest" injection="true" prefix="<?php elseif(auth()->guard(" suffix=")->guest()): ?>" />
 | 
					 | 
				
			||||||
      <data directive="@elseif" injection="true" prefix="<?php elseif(" suffix="): ?>" />
 | 
					 | 
				
			||||||
      <data directive="@empty" injection="true" prefix="<?php if(empty(" suffix=")): ?>" />
 | 
					 | 
				
			||||||
      <data directive="@endauth" />
 | 
					 | 
				
			||||||
      <data directive="@endcan" />
 | 
					 | 
				
			||||||
      <data directive="@endcanany" />
 | 
					 | 
				
			||||||
      <data directive="@endcannot" />
 | 
					 | 
				
			||||||
      <data directive="@endcomponent" />
 | 
					 | 
				
			||||||
      <data directive="@endcomponentClass" />
 | 
					 | 
				
			||||||
      <data directive="@endcomponentfirst" />
 | 
					 | 
				
			||||||
      <data directive="@endempty" />
 | 
					 | 
				
			||||||
      <data directive="@endenv" />
 | 
					 | 
				
			||||||
      <data directive="@enderror" />
 | 
					 | 
				
			||||||
      <data directive="@endfor" />
 | 
					 | 
				
			||||||
      <data directive="@endforeach" />
 | 
					 | 
				
			||||||
      <data directive="@endforelse" />
 | 
					 | 
				
			||||||
      <data directive="@endguest" />
 | 
					 | 
				
			||||||
      <data directive="@endif" />
 | 
					 | 
				
			||||||
      <data directive="@endisset" />
 | 
					 | 
				
			||||||
      <data directive="@endlang" />
 | 
					 | 
				
			||||||
      <data directive="@endonce" />
 | 
					 | 
				
			||||||
      <data directive="@endphp" />
 | 
					 | 
				
			||||||
      <data directive="@endprepend" />
 | 
					 | 
				
			||||||
      <data directive="@endproduction" />
 | 
					 | 
				
			||||||
      <data directive="@endpush" />
 | 
					 | 
				
			||||||
      <data directive="@endsection" />
 | 
					 | 
				
			||||||
      <data directive="@endslot" />
 | 
					 | 
				
			||||||
      <data directive="@endswitch" />
 | 
					 | 
				
			||||||
      <data directive="@endunless" />
 | 
					 | 
				
			||||||
      <data directive="@endverbatim" />
 | 
					 | 
				
			||||||
      <data directive="@endwhile" />
 | 
					 | 
				
			||||||
      <data directive="@env" injection="true" prefix="<?php if(app()->environment(" suffix=")): ?>" />
 | 
					 | 
				
			||||||
      <data directive="@error" injection="true" prefix="<?php $__errorArgs = [" suffix="];
$__bag = $errors->getBag($__errorArgs[1] ?? 'default');
if ($__bag->has($__errorArgs[0])) :
if (isset($message)) { $__messageOriginal = $message; }
$message = $__bag->first($__errorArgs[0]); ?>" />
 | 
					 | 
				
			||||||
      <data directive="@extends" injection="true" prefix="<?php echo $__env->make(" suffix=", \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>" />
 | 
					 | 
				
			||||||
      <data directive="@extendsfirst" injection="true" prefix="<?php echo $__env->first(" suffix=", \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>" />
 | 
					 | 
				
			||||||
      <data directive="@for" injection="true" prefix="<?php for(" suffix="): ?>" />
 | 
					 | 
				
			||||||
      <data directive="@foreach" injection="true" prefix="<?php foreach(" suffix="): ?>" />
 | 
					 | 
				
			||||||
      <data directive="@forelse" injection="true" prefix="<?php foreach(" suffix="): ?>" />
 | 
					 | 
				
			||||||
      <data directive="@guest" injection="true" prefix="<?php if(auth()->guard(" suffix=")->guest()): ?>" />
 | 
					 | 
				
			||||||
      <data directive="@hasSection" injection="true" prefix="<?php if (! empty(trim($__env->yieldContent(" suffix=")))): ?>" />
 | 
					 | 
				
			||||||
      <data directive="@if" injection="true" prefix="<?php if(" suffix="): ?>" />
 | 
					 | 
				
			||||||
      <data directive="@include" injection="true" prefix="<?php echo $__env->make(" suffix=", \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>" />
 | 
					 | 
				
			||||||
      <data directive="@includeFirst" injection="true" prefix="<?php echo $__env->first(" suffix=", \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>" />
 | 
					 | 
				
			||||||
      <data directive="@includeUnless" injection="true" prefix="<?php echo $__env->renderWhen(! " suffix=", \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path'])); ?>" />
 | 
					 | 
				
			||||||
      <data directive="@includeWhen" injection="true" prefix="<?php echo $__env->renderWhen(" suffix=", \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path'])); ?>" />
 | 
					 | 
				
			||||||
      <data directive="@isset" injection="true" prefix="<?php if(isset(" suffix=")): ?>" />
 | 
					 | 
				
			||||||
      <data directive="@json" injection="true" prefix="<?php echo json_encode(" suffix=") ?>" />
 | 
					 | 
				
			||||||
      <data directive="@lang" injection="true" prefix="<?php echo app('translator')->get(" suffix="); ?>" />
 | 
					 | 
				
			||||||
      <data directive="@method" injection="true" prefix="<?php echo method_field(" suffix="); ?>" />
 | 
					 | 
				
			||||||
      <data directive="@once" />
 | 
					 | 
				
			||||||
      <data directive="@overwrite" />
 | 
					 | 
				
			||||||
      <data directive="@parent" />
 | 
					 | 
				
			||||||
      <data directive="@php" injection="true" prefix="<?php (" suffix="); ?>" />
 | 
					 | 
				
			||||||
      <data directive="@prepend" injection="true" prefix="<?php $__env->startPrepend(" suffix="); ?>" />
 | 
					 | 
				
			||||||
      <data directive="@production" />
 | 
					 | 
				
			||||||
      <data directive="@props" injection="true" prefix="<?php $attributes = $attributes->exceptProps(" suffix="); ?>" />
 | 
					 | 
				
			||||||
      <data directive="@push" injection="true" prefix="<?php $__env->startPush(" suffix="); ?>" />
 | 
					 | 
				
			||||||
      <data directive="@section" injection="true" prefix="<?php $__env->startSection(" suffix="); ?>" />
 | 
					 | 
				
			||||||
      <data directive="@sectionMissing" injection="true" prefix="<?php if (empty(trim($__env->yieldContent(" suffix=")))): ?>" />
 | 
					 | 
				
			||||||
      <data directive="@selected" injection="true" prefix="<?php if(" suffix=") {echo 'selected';}?>" />
 | 
					 | 
				
			||||||
      <data directive="@show" />
 | 
					 | 
				
			||||||
      <data directive="@slot" injection="true" prefix="<?php $__env->slot(" suffix="); ?>" />
 | 
					 | 
				
			||||||
      <data directive="@stack" injection="true" prefix="<?php echo $__env->yieldPushContent(" suffix="); ?>" />
 | 
					 | 
				
			||||||
      <data directive="@stop" />
 | 
					 | 
				
			||||||
      <data directive="@switch" injection="true" prefix="<?php switch(" suffix="): ?>" />
 | 
					 | 
				
			||||||
      <data directive="@unless" injection="true" prefix="<?php if (! (" suffix=")): ?>" />
 | 
					 | 
				
			||||||
      <data directive="@unset" injection="true" prefix="<?php unset(" suffix="); ?>" />
 | 
					 | 
				
			||||||
      <data directive="@verbatim" />
 | 
					 | 
				
			||||||
      <data directive="@while" injection="true" prefix="<?php while(" suffix="): ?>" />
 | 
					 | 
				
			||||||
      <data directive="@yield" injection="true" prefix="<?php echo $__env->yieldContent(" suffix="); ?>" />
 | 
					 | 
				
			||||||
    </directives>
 | 
					 | 
				
			||||||
  </component>
 | 
					 | 
				
			||||||
</project>
 | 
					 | 
				
			||||||
							
								
								
									
										3490
									
								
								.idea/commandlinetools/Laravel_1_30_22__1_00_PM.xml
									
										
									
										generated
									
									
									
								
							
							
						
						
									
										3490
									
								
								.idea/commandlinetools/Laravel_1_30_22__1_00_PM.xml
									
										
									
										generated
									
									
									
								
							
										
											
												File diff suppressed because it is too large
												Load diff
											
										
									
								
							| 
						 | 
					@ -1,47 +0,0 @@
 | 
				
			||||||
<?xml version="1.0" encoding="UTF-8"?>
 | 
					 | 
				
			||||||
<xs:schema attributeFormDefault="unqualified" elementFormDefault="qualified"
 | 
					 | 
				
			||||||
           xmlns:xs="http://www.w3.org/2001/XMLSchema">
 | 
					 | 
				
			||||||
  <xs:element name="framework" type="frameworkType"/>
 | 
					 | 
				
			||||||
  <xs:complexType name="commandType">
 | 
					 | 
				
			||||||
    <xs:all>
 | 
					 | 
				
			||||||
      <xs:element type="xs:string" name="name" minOccurs="1" maxOccurs="1"/>
 | 
					 | 
				
			||||||
      <xs:element type="xs:string" name="params" minOccurs="0" maxOccurs="1"/>
 | 
					 | 
				
			||||||
      <xs:element type="xs:string" name="help" minOccurs="0" maxOccurs="1"/>
 | 
					 | 
				
			||||||
      <xs:element type="optionsBeforeType" name="optionsBefore" minOccurs="0" maxOccurs="1"/>
 | 
					 | 
				
			||||||
    </xs:all>
 | 
					 | 
				
			||||||
  </xs:complexType>
 | 
					 | 
				
			||||||
  <xs:complexType name="frameworkType">
 | 
					 | 
				
			||||||
    <xs:sequence>
 | 
					 | 
				
			||||||
      <xs:element type="xs:string" name="extraData" minOccurs="0" maxOccurs="1"/>
 | 
					 | 
				
			||||||
      <xs:element type="commandType" name="command" maxOccurs="unbounded" minOccurs="0"/>
 | 
					 | 
				
			||||||
      <xs:element type="xs:string" name="help" minOccurs="0" maxOccurs="1"/>
 | 
					 | 
				
			||||||
    </xs:sequence>
 | 
					 | 
				
			||||||
    <xs:attribute type="xs:string" name="name" use="required"/>
 | 
					 | 
				
			||||||
    <xs:attribute type="xs:string" name="invoke" use="required"/>
 | 
					 | 
				
			||||||
    <xs:attribute type="xs:string" name="alias" use="required"/>
 | 
					 | 
				
			||||||
    <xs:attribute type="xs:boolean" name="enabled" use="required"/>
 | 
					 | 
				
			||||||
    <xs:attribute type="xs:integer" name="version" use="required"/>
 | 
					 | 
				
			||||||
    <xs:attribute type="xs:string" name="frameworkId" use="optional"/>
 | 
					 | 
				
			||||||
  </xs:complexType>
 | 
					 | 
				
			||||||
  <xs:complexType name="optionsBeforeType">
 | 
					 | 
				
			||||||
    <xs:sequence>
 | 
					 | 
				
			||||||
      <xs:element type="optionType" name="option" maxOccurs="unbounded" minOccurs="0"/>
 | 
					 | 
				
			||||||
    </xs:sequence>
 | 
					 | 
				
			||||||
  </xs:complexType>
 | 
					 | 
				
			||||||
  <xs:complexType name="optionType">
 | 
					 | 
				
			||||||
    <xs:sequence>
 | 
					 | 
				
			||||||
      <xs:element type="xs:string" name="help" minOccurs="0" maxOccurs="1"/>
 | 
					 | 
				
			||||||
    </xs:sequence>
 | 
					 | 
				
			||||||
    <xs:attribute type="xs:string" name="name" use="required"/>
 | 
					 | 
				
			||||||
    <xs:attribute type="xs:string" name="shortcut" use="optional"/>
 | 
					 | 
				
			||||||
    <xs:attribute name="pattern" use="optional">
 | 
					 | 
				
			||||||
      <xs:simpleType>
 | 
					 | 
				
			||||||
        <xs:restriction base="xs:string">
 | 
					 | 
				
			||||||
             <xs:enumeration value="space"/>
 | 
					 | 
				
			||||||
             <xs:enumeration value="equals"/>
 | 
					 | 
				
			||||||
             <xs:enumeration value="unknown"/>
 | 
					 | 
				
			||||||
           </xs:restriction>
 | 
					 | 
				
			||||||
      </xs:simpleType>
 | 
					 | 
				
			||||||
    </xs:attribute>
 | 
					 | 
				
			||||||
  </xs:complexType>
 | 
					 | 
				
			||||||
</xs:schema>
 | 
					 | 
				
			||||||
							
								
								
									
										459
									
								
								.idea/dbnavigator.xml
									
										
									
										generated
									
									
									
								
							
							
						
						
									
										459
									
								
								.idea/dbnavigator.xml
									
										
									
										generated
									
									
									
								
							| 
						 | 
					@ -1,459 +0,0 @@
 | 
				
			||||||
<?xml version="1.0" encoding="UTF-8"?>
 | 
					 | 
				
			||||||
<project version="4">
 | 
					 | 
				
			||||||
  <component name="DBNavigator.Project.DataEditorManager">
 | 
					 | 
				
			||||||
    <record-view-column-sorting-type value="BY_INDEX" />
 | 
					 | 
				
			||||||
    <value-preview-text-wrapping value="true" />
 | 
					 | 
				
			||||||
    <value-preview-pinned value="false" />
 | 
					 | 
				
			||||||
  </component>
 | 
					 | 
				
			||||||
  <component name="DBNavigator.Project.DataExportManager">
 | 
					 | 
				
			||||||
    <export-instructions>
 | 
					 | 
				
			||||||
      <create-header value="true" />
 | 
					 | 
				
			||||||
      <friendly-headers value="false" />
 | 
					 | 
				
			||||||
      <quote-values-containing-separator value="true" />
 | 
					 | 
				
			||||||
      <quote-all-values value="false" />
 | 
					 | 
				
			||||||
      <value-separator value="" />
 | 
					 | 
				
			||||||
      <file-name value="" />
 | 
					 | 
				
			||||||
      <file-location value="" />
 | 
					 | 
				
			||||||
      <scope value="GLOBAL" />
 | 
					 | 
				
			||||||
      <destination value="FILE" />
 | 
					 | 
				
			||||||
      <format value="EXCEL" />
 | 
					 | 
				
			||||||
      <charset value="windows-1252" />
 | 
					 | 
				
			||||||
    </export-instructions>
 | 
					 | 
				
			||||||
  </component>
 | 
					 | 
				
			||||||
  <component name="DBNavigator.Project.DatabaseBrowserManager">
 | 
					 | 
				
			||||||
    <autoscroll-to-editor value="false" />
 | 
					 | 
				
			||||||
    <autoscroll-from-editor value="true" />
 | 
					 | 
				
			||||||
    <show-object-properties value="true" />
 | 
					 | 
				
			||||||
    <loaded-nodes />
 | 
					 | 
				
			||||||
  </component>
 | 
					 | 
				
			||||||
  <component name="DBNavigator.Project.DatabaseFileManager">
 | 
					 | 
				
			||||||
    <open-files />
 | 
					 | 
				
			||||||
  </component>
 | 
					 | 
				
			||||||
  <component name="DBNavigator.Project.EditorStateManager">
 | 
					 | 
				
			||||||
    <last-used-providers />
 | 
					 | 
				
			||||||
  </component>
 | 
					 | 
				
			||||||
  <component name="DBNavigator.Project.ExecutionManager">
 | 
					 | 
				
			||||||
    <retain-sticky-names value="false" />
 | 
					 | 
				
			||||||
  </component>
 | 
					 | 
				
			||||||
  <component name="DBNavigator.Project.MethodExecutionManager">
 | 
					 | 
				
			||||||
    <method-browser />
 | 
					 | 
				
			||||||
    <execution-history>
 | 
					 | 
				
			||||||
      <group-entries value="true" />
 | 
					 | 
				
			||||||
      <execution-inputs />
 | 
					 | 
				
			||||||
    </execution-history>
 | 
					 | 
				
			||||||
    <argument-values-cache />
 | 
					 | 
				
			||||||
  </component>
 | 
					 | 
				
			||||||
  <component name="DBNavigator.Project.ObjectDependencyManager">
 | 
					 | 
				
			||||||
    <last-used-dependency-type value="INCOMING" />
 | 
					 | 
				
			||||||
  </component>
 | 
					 | 
				
			||||||
  <component name="DBNavigator.Project.ObjectQuickFilterManager">
 | 
					 | 
				
			||||||
    <last-used-operator value="EQUAL" />
 | 
					 | 
				
			||||||
    <filters />
 | 
					 | 
				
			||||||
  </component>
 | 
					 | 
				
			||||||
  <component name="DBNavigator.Project.ParserDiagnosticsManager">
 | 
					 | 
				
			||||||
    <diagnostics-history />
 | 
					 | 
				
			||||||
  </component>
 | 
					 | 
				
			||||||
  <component name="DBNavigator.Project.ScriptExecutionManager" clear-outputs="true">
 | 
					 | 
				
			||||||
    <recently-used-interfaces />
 | 
					 | 
				
			||||||
  </component>
 | 
					 | 
				
			||||||
  <component name="DBNavigator.Project.Settings">
 | 
					 | 
				
			||||||
    <connections />
 | 
					 | 
				
			||||||
    <browser-settings>
 | 
					 | 
				
			||||||
      <general>
 | 
					 | 
				
			||||||
        <display-mode value="TABBED" />
 | 
					 | 
				
			||||||
        <navigation-history-size value="100" />
 | 
					 | 
				
			||||||
        <show-object-details value="false" />
 | 
					 | 
				
			||||||
      </general>
 | 
					 | 
				
			||||||
      <filters>
 | 
					 | 
				
			||||||
        <object-type-filter>
 | 
					 | 
				
			||||||
          <object-type name="SCHEMA" enabled="true" />
 | 
					 | 
				
			||||||
          <object-type name="USER" enabled="true" />
 | 
					 | 
				
			||||||
          <object-type name="ROLE" enabled="true" />
 | 
					 | 
				
			||||||
          <object-type name="PRIVILEGE" enabled="true" />
 | 
					 | 
				
			||||||
          <object-type name="CHARSET" enabled="true" />
 | 
					 | 
				
			||||||
          <object-type name="TABLE" enabled="true" />
 | 
					 | 
				
			||||||
          <object-type name="VIEW" enabled="true" />
 | 
					 | 
				
			||||||
          <object-type name="MATERIALIZED_VIEW" enabled="true" />
 | 
					 | 
				
			||||||
          <object-type name="NESTED_TABLE" enabled="true" />
 | 
					 | 
				
			||||||
          <object-type name="COLUMN" enabled="true" />
 | 
					 | 
				
			||||||
          <object-type name="INDEX" enabled="true" />
 | 
					 | 
				
			||||||
          <object-type name="CONSTRAINT" enabled="true" />
 | 
					 | 
				
			||||||
          <object-type name="DATASET_TRIGGER" enabled="true" />
 | 
					 | 
				
			||||||
          <object-type name="DATABASE_TRIGGER" enabled="true" />
 | 
					 | 
				
			||||||
          <object-type name="SYNONYM" enabled="true" />
 | 
					 | 
				
			||||||
          <object-type name="SEQUENCE" enabled="true" />
 | 
					 | 
				
			||||||
          <object-type name="PROCEDURE" enabled="true" />
 | 
					 | 
				
			||||||
          <object-type name="FUNCTION" enabled="true" />
 | 
					 | 
				
			||||||
          <object-type name="PACKAGE" enabled="true" />
 | 
					 | 
				
			||||||
          <object-type name="TYPE" enabled="true" />
 | 
					 | 
				
			||||||
          <object-type name="TYPE_ATTRIBUTE" enabled="true" />
 | 
					 | 
				
			||||||
          <object-type name="ARGUMENT" enabled="true" />
 | 
					 | 
				
			||||||
          <object-type name="DIMENSION" enabled="true" />
 | 
					 | 
				
			||||||
          <object-type name="CLUSTER" enabled="true" />
 | 
					 | 
				
			||||||
          <object-type name="DBLINK" enabled="true" />
 | 
					 | 
				
			||||||
        </object-type-filter>
 | 
					 | 
				
			||||||
      </filters>
 | 
					 | 
				
			||||||
      <sorting>
 | 
					 | 
				
			||||||
        <object-type name="COLUMN" sorting-type="NAME" />
 | 
					 | 
				
			||||||
        <object-type name="FUNCTION" sorting-type="NAME" />
 | 
					 | 
				
			||||||
        <object-type name="PROCEDURE" sorting-type="NAME" />
 | 
					 | 
				
			||||||
        <object-type name="ARGUMENT" sorting-type="POSITION" />
 | 
					 | 
				
			||||||
      </sorting>
 | 
					 | 
				
			||||||
      <default-editors>
 | 
					 | 
				
			||||||
        <object-type name="VIEW" editor-type="SELECTION" />
 | 
					 | 
				
			||||||
        <object-type name="PACKAGE" editor-type="SELECTION" />
 | 
					 | 
				
			||||||
        <object-type name="TYPE" editor-type="SELECTION" />
 | 
					 | 
				
			||||||
      </default-editors>
 | 
					 | 
				
			||||||
    </browser-settings>
 | 
					 | 
				
			||||||
    <navigation-settings>
 | 
					 | 
				
			||||||
      <lookup-filters>
 | 
					 | 
				
			||||||
        <lookup-objects>
 | 
					 | 
				
			||||||
          <object-type name="SCHEMA" enabled="true" />
 | 
					 | 
				
			||||||
          <object-type name="USER" enabled="false" />
 | 
					 | 
				
			||||||
          <object-type name="ROLE" enabled="false" />
 | 
					 | 
				
			||||||
          <object-type name="PRIVILEGE" enabled="false" />
 | 
					 | 
				
			||||||
          <object-type name="CHARSET" enabled="false" />
 | 
					 | 
				
			||||||
          <object-type name="TABLE" enabled="true" />
 | 
					 | 
				
			||||||
          <object-type name="VIEW" enabled="true" />
 | 
					 | 
				
			||||||
          <object-type name="MATERIALIZED VIEW" enabled="true" />
 | 
					 | 
				
			||||||
          <object-type name="INDEX" enabled="true" />
 | 
					 | 
				
			||||||
          <object-type name="CONSTRAINT" enabled="true" />
 | 
					 | 
				
			||||||
          <object-type name="DATASET TRIGGER" enabled="true" />
 | 
					 | 
				
			||||||
          <object-type name="DATABASE TRIGGER" enabled="true" />
 | 
					 | 
				
			||||||
          <object-type name="SYNONYM" enabled="false" />
 | 
					 | 
				
			||||||
          <object-type name="SEQUENCE" enabled="true" />
 | 
					 | 
				
			||||||
          <object-type name="PROCEDURE" enabled="true" />
 | 
					 | 
				
			||||||
          <object-type name="FUNCTION" enabled="true" />
 | 
					 | 
				
			||||||
          <object-type name="PACKAGE" enabled="true" />
 | 
					 | 
				
			||||||
          <object-type name="TYPE" enabled="true" />
 | 
					 | 
				
			||||||
          <object-type name="DIMENSION" enabled="false" />
 | 
					 | 
				
			||||||
          <object-type name="CLUSTER" enabled="false" />
 | 
					 | 
				
			||||||
          <object-type name="DBLINK" enabled="true" />
 | 
					 | 
				
			||||||
        </lookup-objects>
 | 
					 | 
				
			||||||
        <force-database-load value="false" />
 | 
					 | 
				
			||||||
        <prompt-connection-selection value="true" />
 | 
					 | 
				
			||||||
        <prompt-schema-selection value="true" />
 | 
					 | 
				
			||||||
      </lookup-filters>
 | 
					 | 
				
			||||||
    </navigation-settings>
 | 
					 | 
				
			||||||
    <dataset-grid-settings>
 | 
					 | 
				
			||||||
      <general>
 | 
					 | 
				
			||||||
        <enable-zooming value="true" />
 | 
					 | 
				
			||||||
        <enable-column-tooltip value="true" />
 | 
					 | 
				
			||||||
      </general>
 | 
					 | 
				
			||||||
      <sorting>
 | 
					 | 
				
			||||||
        <nulls-first value="true" />
 | 
					 | 
				
			||||||
        <max-sorting-columns value="4" />
 | 
					 | 
				
			||||||
      </sorting>
 | 
					 | 
				
			||||||
      <tracking-columns>
 | 
					 | 
				
			||||||
        <columnNames value="" />
 | 
					 | 
				
			||||||
        <visible value="true" />
 | 
					 | 
				
			||||||
        <editable value="false" />
 | 
					 | 
				
			||||||
      </tracking-columns>
 | 
					 | 
				
			||||||
    </dataset-grid-settings>
 | 
					 | 
				
			||||||
    <dataset-editor-settings>
 | 
					 | 
				
			||||||
      <text-editor-popup>
 | 
					 | 
				
			||||||
        <active value="false" />
 | 
					 | 
				
			||||||
        <active-if-empty value="false" />
 | 
					 | 
				
			||||||
        <data-length-threshold value="100" />
 | 
					 | 
				
			||||||
        <popup-delay value="1000" />
 | 
					 | 
				
			||||||
      </text-editor-popup>
 | 
					 | 
				
			||||||
      <values-actions-popup>
 | 
					 | 
				
			||||||
        <show-popup-button value="true" />
 | 
					 | 
				
			||||||
        <element-count-threshold value="1000" />
 | 
					 | 
				
			||||||
        <data-length-threshold value="250" />
 | 
					 | 
				
			||||||
      </values-actions-popup>
 | 
					 | 
				
			||||||
      <general>
 | 
					 | 
				
			||||||
        <fetch-block-size value="100" />
 | 
					 | 
				
			||||||
        <fetch-timeout value="30" />
 | 
					 | 
				
			||||||
        <trim-whitespaces value="true" />
 | 
					 | 
				
			||||||
        <convert-empty-strings-to-null value="true" />
 | 
					 | 
				
			||||||
        <select-content-on-cell-edit value="true" />
 | 
					 | 
				
			||||||
        <large-value-preview-active value="true" />
 | 
					 | 
				
			||||||
      </general>
 | 
					 | 
				
			||||||
      <filters>
 | 
					 | 
				
			||||||
        <prompt-filter-dialog value="true" />
 | 
					 | 
				
			||||||
        <default-filter-type value="BASIC" />
 | 
					 | 
				
			||||||
      </filters>
 | 
					 | 
				
			||||||
      <qualified-text-editor text-length-threshold="300">
 | 
					 | 
				
			||||||
        <content-types>
 | 
					 | 
				
			||||||
          <content-type name="Text" enabled="true" />
 | 
					 | 
				
			||||||
          <content-type name="XML" enabled="true" />
 | 
					 | 
				
			||||||
          <content-type name="DTD" enabled="true" />
 | 
					 | 
				
			||||||
          <content-type name="HTML" enabled="true" />
 | 
					 | 
				
			||||||
          <content-type name="XHTML" enabled="true" />
 | 
					 | 
				
			||||||
          <content-type name="CSS" enabled="true" />
 | 
					 | 
				
			||||||
          <content-type name="SQL" enabled="true" />
 | 
					 | 
				
			||||||
          <content-type name="PL/SQL" enabled="true" />
 | 
					 | 
				
			||||||
          <content-type name="JavaScript" enabled="true" />
 | 
					 | 
				
			||||||
          <content-type name="JSON" enabled="true" />
 | 
					 | 
				
			||||||
          <content-type name="JSON5" enabled="true" />
 | 
					 | 
				
			||||||
          <content-type name="PHP" enabled="true" />
 | 
					 | 
				
			||||||
          <content-type name="YAML" enabled="true" />
 | 
					 | 
				
			||||||
        </content-types>
 | 
					 | 
				
			||||||
      </qualified-text-editor>
 | 
					 | 
				
			||||||
      <record-navigation>
 | 
					 | 
				
			||||||
        <navigation-target value="VIEWER" />
 | 
					 | 
				
			||||||
      </record-navigation>
 | 
					 | 
				
			||||||
    </dataset-editor-settings>
 | 
					 | 
				
			||||||
    <code-editor-settings>
 | 
					 | 
				
			||||||
      <general>
 | 
					 | 
				
			||||||
        <show-object-navigation-gutter value="false" />
 | 
					 | 
				
			||||||
        <show-spec-declaration-navigation-gutter value="true" />
 | 
					 | 
				
			||||||
        <enable-spellchecking value="true" />
 | 
					 | 
				
			||||||
        <enable-reference-spellchecking value="false" />
 | 
					 | 
				
			||||||
      </general>
 | 
					 | 
				
			||||||
      <confirmations>
 | 
					 | 
				
			||||||
        <save-changes value="false" />
 | 
					 | 
				
			||||||
        <revert-changes value="true" />
 | 
					 | 
				
			||||||
      </confirmations>
 | 
					 | 
				
			||||||
    </code-editor-settings>
 | 
					 | 
				
			||||||
    <code-completion-settings>
 | 
					 | 
				
			||||||
      <filters>
 | 
					 | 
				
			||||||
        <basic-filter>
 | 
					 | 
				
			||||||
          <filter-element type="RESERVED_WORD" id="keyword" selected="true" />
 | 
					 | 
				
			||||||
          <filter-element type="RESERVED_WORD" id="function" selected="true" />
 | 
					 | 
				
			||||||
          <filter-element type="RESERVED_WORD" id="parameter" selected="true" />
 | 
					 | 
				
			||||||
          <filter-element type="RESERVED_WORD" id="datatype" selected="true" />
 | 
					 | 
				
			||||||
          <filter-element type="RESERVED_WORD" id="exception" selected="true" />
 | 
					 | 
				
			||||||
          <filter-element type="OBJECT" id="schema" selected="true" />
 | 
					 | 
				
			||||||
          <filter-element type="OBJECT" id="role" selected="true" />
 | 
					 | 
				
			||||||
          <filter-element type="OBJECT" id="user" selected="true" />
 | 
					 | 
				
			||||||
          <filter-element type="OBJECT" id="privilege" selected="true" />
 | 
					 | 
				
			||||||
          <user-schema>
 | 
					 | 
				
			||||||
            <filter-element type="OBJECT" id="table" selected="true" />
 | 
					 | 
				
			||||||
            <filter-element type="OBJECT" id="view" selected="true" />
 | 
					 | 
				
			||||||
            <filter-element type="OBJECT" id="materialized view" selected="true" />
 | 
					 | 
				
			||||||
            <filter-element type="OBJECT" id="index" selected="true" />
 | 
					 | 
				
			||||||
            <filter-element type="OBJECT" id="constraint" selected="true" />
 | 
					 | 
				
			||||||
            <filter-element type="OBJECT" id="trigger" selected="true" />
 | 
					 | 
				
			||||||
            <filter-element type="OBJECT" id="synonym" selected="false" />
 | 
					 | 
				
			||||||
            <filter-element type="OBJECT" id="sequence" selected="true" />
 | 
					 | 
				
			||||||
            <filter-element type="OBJECT" id="procedure" selected="true" />
 | 
					 | 
				
			||||||
            <filter-element type="OBJECT" id="function" selected="true" />
 | 
					 | 
				
			||||||
            <filter-element type="OBJECT" id="package" selected="true" />
 | 
					 | 
				
			||||||
            <filter-element type="OBJECT" id="type" selected="true" />
 | 
					 | 
				
			||||||
            <filter-element type="OBJECT" id="dimension" selected="true" />
 | 
					 | 
				
			||||||
            <filter-element type="OBJECT" id="cluster" selected="true" />
 | 
					 | 
				
			||||||
            <filter-element type="OBJECT" id="dblink" selected="true" />
 | 
					 | 
				
			||||||
          </user-schema>
 | 
					 | 
				
			||||||
          <public-schema>
 | 
					 | 
				
			||||||
            <filter-element type="OBJECT" id="table" selected="false" />
 | 
					 | 
				
			||||||
            <filter-element type="OBJECT" id="view" selected="false" />
 | 
					 | 
				
			||||||
            <filter-element type="OBJECT" id="materialized view" selected="false" />
 | 
					 | 
				
			||||||
            <filter-element type="OBJECT" id="index" selected="false" />
 | 
					 | 
				
			||||||
            <filter-element type="OBJECT" id="constraint" selected="false" />
 | 
					 | 
				
			||||||
            <filter-element type="OBJECT" id="trigger" selected="false" />
 | 
					 | 
				
			||||||
            <filter-element type="OBJECT" id="synonym" selected="false" />
 | 
					 | 
				
			||||||
            <filter-element type="OBJECT" id="sequence" selected="false" />
 | 
					 | 
				
			||||||
            <filter-element type="OBJECT" id="procedure" selected="false" />
 | 
					 | 
				
			||||||
            <filter-element type="OBJECT" id="function" selected="false" />
 | 
					 | 
				
			||||||
            <filter-element type="OBJECT" id="package" selected="false" />
 | 
					 | 
				
			||||||
            <filter-element type="OBJECT" id="type" selected="false" />
 | 
					 | 
				
			||||||
            <filter-element type="OBJECT" id="dimension" selected="false" />
 | 
					 | 
				
			||||||
            <filter-element type="OBJECT" id="cluster" selected="false" />
 | 
					 | 
				
			||||||
            <filter-element type="OBJECT" id="dblink" selected="false" />
 | 
					 | 
				
			||||||
          </public-schema>
 | 
					 | 
				
			||||||
          <any-schema>
 | 
					 | 
				
			||||||
            <filter-element type="OBJECT" id="table" selected="true" />
 | 
					 | 
				
			||||||
            <filter-element type="OBJECT" id="view" selected="true" />
 | 
					 | 
				
			||||||
            <filter-element type="OBJECT" id="materialized view" selected="true" />
 | 
					 | 
				
			||||||
            <filter-element type="OBJECT" id="index" selected="true" />
 | 
					 | 
				
			||||||
            <filter-element type="OBJECT" id="constraint" selected="true" />
 | 
					 | 
				
			||||||
            <filter-element type="OBJECT" id="trigger" selected="true" />
 | 
					 | 
				
			||||||
            <filter-element type="OBJECT" id="synonym" selected="true" />
 | 
					 | 
				
			||||||
            <filter-element type="OBJECT" id="sequence" selected="true" />
 | 
					 | 
				
			||||||
            <filter-element type="OBJECT" id="procedure" selected="true" />
 | 
					 | 
				
			||||||
            <filter-element type="OBJECT" id="function" selected="true" />
 | 
					 | 
				
			||||||
            <filter-element type="OBJECT" id="package" selected="true" />
 | 
					 | 
				
			||||||
            <filter-element type="OBJECT" id="type" selected="true" />
 | 
					 | 
				
			||||||
            <filter-element type="OBJECT" id="dimension" selected="true" />
 | 
					 | 
				
			||||||
            <filter-element type="OBJECT" id="cluster" selected="true" />
 | 
					 | 
				
			||||||
            <filter-element type="OBJECT" id="dblink" selected="true" />
 | 
					 | 
				
			||||||
          </any-schema>
 | 
					 | 
				
			||||||
        </basic-filter>
 | 
					 | 
				
			||||||
        <extended-filter>
 | 
					 | 
				
			||||||
          <filter-element type="RESERVED_WORD" id="keyword" selected="true" />
 | 
					 | 
				
			||||||
          <filter-element type="RESERVED_WORD" id="function" selected="true" />
 | 
					 | 
				
			||||||
          <filter-element type="RESERVED_WORD" id="parameter" selected="true" />
 | 
					 | 
				
			||||||
          <filter-element type="RESERVED_WORD" id="datatype" selected="true" />
 | 
					 | 
				
			||||||
          <filter-element type="RESERVED_WORD" id="exception" selected="true" />
 | 
					 | 
				
			||||||
          <filter-element type="OBJECT" id="schema" selected="true" />
 | 
					 | 
				
			||||||
          <filter-element type="OBJECT" id="user" selected="true" />
 | 
					 | 
				
			||||||
          <filter-element type="OBJECT" id="role" selected="true" />
 | 
					 | 
				
			||||||
          <filter-element type="OBJECT" id="privilege" selected="true" />
 | 
					 | 
				
			||||||
          <user-schema>
 | 
					 | 
				
			||||||
            <filter-element type="OBJECT" id="table" selected="true" />
 | 
					 | 
				
			||||||
            <filter-element type="OBJECT" id="view" selected="true" />
 | 
					 | 
				
			||||||
            <filter-element type="OBJECT" id="materialized view" selected="true" />
 | 
					 | 
				
			||||||
            <filter-element type="OBJECT" id="index" selected="true" />
 | 
					 | 
				
			||||||
            <filter-element type="OBJECT" id="constraint" selected="true" />
 | 
					 | 
				
			||||||
            <filter-element type="OBJECT" id="trigger" selected="true" />
 | 
					 | 
				
			||||||
            <filter-element type="OBJECT" id="synonym" selected="true" />
 | 
					 | 
				
			||||||
            <filter-element type="OBJECT" id="sequence" selected="true" />
 | 
					 | 
				
			||||||
            <filter-element type="OBJECT" id="procedure" selected="true" />
 | 
					 | 
				
			||||||
            <filter-element type="OBJECT" id="function" selected="true" />
 | 
					 | 
				
			||||||
            <filter-element type="OBJECT" id="package" selected="true" />
 | 
					 | 
				
			||||||
            <filter-element type="OBJECT" id="type" selected="true" />
 | 
					 | 
				
			||||||
            <filter-element type="OBJECT" id="dimension" selected="true" />
 | 
					 | 
				
			||||||
            <filter-element type="OBJECT" id="cluster" selected="true" />
 | 
					 | 
				
			||||||
            <filter-element type="OBJECT" id="dblink" selected="true" />
 | 
					 | 
				
			||||||
          </user-schema>
 | 
					 | 
				
			||||||
          <public-schema>
 | 
					 | 
				
			||||||
            <filter-element type="OBJECT" id="table" selected="true" />
 | 
					 | 
				
			||||||
            <filter-element type="OBJECT" id="view" selected="true" />
 | 
					 | 
				
			||||||
            <filter-element type="OBJECT" id="materialized view" selected="true" />
 | 
					 | 
				
			||||||
            <filter-element type="OBJECT" id="index" selected="true" />
 | 
					 | 
				
			||||||
            <filter-element type="OBJECT" id="constraint" selected="true" />
 | 
					 | 
				
			||||||
            <filter-element type="OBJECT" id="trigger" selected="true" />
 | 
					 | 
				
			||||||
            <filter-element type="OBJECT" id="synonym" selected="true" />
 | 
					 | 
				
			||||||
            <filter-element type="OBJECT" id="sequence" selected="true" />
 | 
					 | 
				
			||||||
            <filter-element type="OBJECT" id="procedure" selected="true" />
 | 
					 | 
				
			||||||
            <filter-element type="OBJECT" id="function" selected="true" />
 | 
					 | 
				
			||||||
            <filter-element type="OBJECT" id="package" selected="true" />
 | 
					 | 
				
			||||||
            <filter-element type="OBJECT" id="type" selected="true" />
 | 
					 | 
				
			||||||
            <filter-element type="OBJECT" id="dimension" selected="true" />
 | 
					 | 
				
			||||||
            <filter-element type="OBJECT" id="cluster" selected="true" />
 | 
					 | 
				
			||||||
            <filter-element type="OBJECT" id="dblink" selected="true" />
 | 
					 | 
				
			||||||
          </public-schema>
 | 
					 | 
				
			||||||
          <any-schema>
 | 
					 | 
				
			||||||
            <filter-element type="OBJECT" id="table" selected="true" />
 | 
					 | 
				
			||||||
            <filter-element type="OBJECT" id="view" selected="true" />
 | 
					 | 
				
			||||||
            <filter-element type="OBJECT" id="materialized view" selected="true" />
 | 
					 | 
				
			||||||
            <filter-element type="OBJECT" id="index" selected="true" />
 | 
					 | 
				
			||||||
            <filter-element type="OBJECT" id="constraint" selected="true" />
 | 
					 | 
				
			||||||
            <filter-element type="OBJECT" id="trigger" selected="true" />
 | 
					 | 
				
			||||||
            <filter-element type="OBJECT" id="synonym" selected="true" />
 | 
					 | 
				
			||||||
            <filter-element type="OBJECT" id="sequence" selected="true" />
 | 
					 | 
				
			||||||
            <filter-element type="OBJECT" id="procedure" selected="true" />
 | 
					 | 
				
			||||||
            <filter-element type="OBJECT" id="function" selected="true" />
 | 
					 | 
				
			||||||
            <filter-element type="OBJECT" id="package" selected="true" />
 | 
					 | 
				
			||||||
            <filter-element type="OBJECT" id="type" selected="true" />
 | 
					 | 
				
			||||||
            <filter-element type="OBJECT" id="dimension" selected="true" />
 | 
					 | 
				
			||||||
            <filter-element type="OBJECT" id="cluster" selected="true" />
 | 
					 | 
				
			||||||
            <filter-element type="OBJECT" id="dblink" selected="true" />
 | 
					 | 
				
			||||||
          </any-schema>
 | 
					 | 
				
			||||||
        </extended-filter>
 | 
					 | 
				
			||||||
      </filters>
 | 
					 | 
				
			||||||
      <sorting enabled="true">
 | 
					 | 
				
			||||||
        <sorting-element type="RESERVED_WORD" id="keyword" />
 | 
					 | 
				
			||||||
        <sorting-element type="RESERVED_WORD" id="datatype" />
 | 
					 | 
				
			||||||
        <sorting-element type="OBJECT" id="column" />
 | 
					 | 
				
			||||||
        <sorting-element type="OBJECT" id="table" />
 | 
					 | 
				
			||||||
        <sorting-element type="OBJECT" id="view" />
 | 
					 | 
				
			||||||
        <sorting-element type="OBJECT" id="materialized view" />
 | 
					 | 
				
			||||||
        <sorting-element type="OBJECT" id="index" />
 | 
					 | 
				
			||||||
        <sorting-element type="OBJECT" id="constraint" />
 | 
					 | 
				
			||||||
        <sorting-element type="OBJECT" id="trigger" />
 | 
					 | 
				
			||||||
        <sorting-element type="OBJECT" id="synonym" />
 | 
					 | 
				
			||||||
        <sorting-element type="OBJECT" id="sequence" />
 | 
					 | 
				
			||||||
        <sorting-element type="OBJECT" id="procedure" />
 | 
					 | 
				
			||||||
        <sorting-element type="OBJECT" id="function" />
 | 
					 | 
				
			||||||
        <sorting-element type="OBJECT" id="package" />
 | 
					 | 
				
			||||||
        <sorting-element type="OBJECT" id="type" />
 | 
					 | 
				
			||||||
        <sorting-element type="OBJECT" id="dimension" />
 | 
					 | 
				
			||||||
        <sorting-element type="OBJECT" id="cluster" />
 | 
					 | 
				
			||||||
        <sorting-element type="OBJECT" id="dblink" />
 | 
					 | 
				
			||||||
        <sorting-element type="OBJECT" id="schema" />
 | 
					 | 
				
			||||||
        <sorting-element type="OBJECT" id="role" />
 | 
					 | 
				
			||||||
        <sorting-element type="OBJECT" id="user" />
 | 
					 | 
				
			||||||
        <sorting-element type="RESERVED_WORD" id="function" />
 | 
					 | 
				
			||||||
        <sorting-element type="RESERVED_WORD" id="parameter" />
 | 
					 | 
				
			||||||
      </sorting>
 | 
					 | 
				
			||||||
      <format>
 | 
					 | 
				
			||||||
        <enforce-code-style-case value="true" />
 | 
					 | 
				
			||||||
      </format>
 | 
					 | 
				
			||||||
    </code-completion-settings>
 | 
					 | 
				
			||||||
    <execution-engine-settings>
 | 
					 | 
				
			||||||
      <statement-execution>
 | 
					 | 
				
			||||||
        <fetch-block-size value="100" />
 | 
					 | 
				
			||||||
        <execution-timeout value="20" />
 | 
					 | 
				
			||||||
        <debug-execution-timeout value="600" />
 | 
					 | 
				
			||||||
        <focus-result value="false" />
 | 
					 | 
				
			||||||
        <prompt-execution value="false" />
 | 
					 | 
				
			||||||
      </statement-execution>
 | 
					 | 
				
			||||||
      <script-execution>
 | 
					 | 
				
			||||||
        <command-line-interfaces />
 | 
					 | 
				
			||||||
        <execution-timeout value="300" />
 | 
					 | 
				
			||||||
      </script-execution>
 | 
					 | 
				
			||||||
      <method-execution>
 | 
					 | 
				
			||||||
        <execution-timeout value="30" />
 | 
					 | 
				
			||||||
        <debug-execution-timeout value="600" />
 | 
					 | 
				
			||||||
        <parameter-history-size value="10" />
 | 
					 | 
				
			||||||
      </method-execution>
 | 
					 | 
				
			||||||
    </execution-engine-settings>
 | 
					 | 
				
			||||||
    <operation-settings>
 | 
					 | 
				
			||||||
      <transactions>
 | 
					 | 
				
			||||||
        <uncommitted-changes>
 | 
					 | 
				
			||||||
          <on-project-close value="ASK" />
 | 
					 | 
				
			||||||
          <on-disconnect value="ASK" />
 | 
					 | 
				
			||||||
          <on-autocommit-toggle value="ASK" />
 | 
					 | 
				
			||||||
        </uncommitted-changes>
 | 
					 | 
				
			||||||
        <multiple-uncommitted-changes>
 | 
					 | 
				
			||||||
          <on-commit value="ASK" />
 | 
					 | 
				
			||||||
          <on-rollback value="ASK" />
 | 
					 | 
				
			||||||
        </multiple-uncommitted-changes>
 | 
					 | 
				
			||||||
      </transactions>
 | 
					 | 
				
			||||||
      <session-browser>
 | 
					 | 
				
			||||||
        <disconnect-session value="ASK" />
 | 
					 | 
				
			||||||
        <kill-session value="ASK" />
 | 
					 | 
				
			||||||
        <reload-on-filter-change value="false" />
 | 
					 | 
				
			||||||
      </session-browser>
 | 
					 | 
				
			||||||
      <compiler>
 | 
					 | 
				
			||||||
        <compile-type value="KEEP" />
 | 
					 | 
				
			||||||
        <compile-dependencies value="ASK" />
 | 
					 | 
				
			||||||
        <always-show-controls value="false" />
 | 
					 | 
				
			||||||
      </compiler>
 | 
					 | 
				
			||||||
      <debugger>
 | 
					 | 
				
			||||||
        <debugger-type value="JDBC" />
 | 
					 | 
				
			||||||
        <use-generic-runners value="true" />
 | 
					 | 
				
			||||||
      </debugger>
 | 
					 | 
				
			||||||
    </operation-settings>
 | 
					 | 
				
			||||||
    <ddl-file-settings>
 | 
					 | 
				
			||||||
      <extensions>
 | 
					 | 
				
			||||||
        <mapping file-type-id="VIEW" extensions="vw" />
 | 
					 | 
				
			||||||
        <mapping file-type-id="TRIGGER" extensions="trg" />
 | 
					 | 
				
			||||||
        <mapping file-type-id="PROCEDURE" extensions="prc" />
 | 
					 | 
				
			||||||
        <mapping file-type-id="FUNCTION" extensions="fnc" />
 | 
					 | 
				
			||||||
        <mapping file-type-id="PACKAGE" extensions="pkg" />
 | 
					 | 
				
			||||||
        <mapping file-type-id="PACKAGE_SPEC" extensions="pks" />
 | 
					 | 
				
			||||||
        <mapping file-type-id="PACKAGE_BODY" extensions="pkb" />
 | 
					 | 
				
			||||||
        <mapping file-type-id="TYPE" extensions="tpe" />
 | 
					 | 
				
			||||||
        <mapping file-type-id="TYPE_SPEC" extensions="tps" />
 | 
					 | 
				
			||||||
        <mapping file-type-id="TYPE_BODY" extensions="tpb" />
 | 
					 | 
				
			||||||
      </extensions>
 | 
					 | 
				
			||||||
      <general>
 | 
					 | 
				
			||||||
        <lookup-ddl-files value="true" />
 | 
					 | 
				
			||||||
        <create-ddl-files value="false" />
 | 
					 | 
				
			||||||
        <synchronize-ddl-files value="true" />
 | 
					 | 
				
			||||||
        <use-qualified-names value="false" />
 | 
					 | 
				
			||||||
        <make-scripts-rerunnable value="true" />
 | 
					 | 
				
			||||||
      </general>
 | 
					 | 
				
			||||||
    </ddl-file-settings>
 | 
					 | 
				
			||||||
    <general-settings>
 | 
					 | 
				
			||||||
      <regional-settings>
 | 
					 | 
				
			||||||
        <date-format value="MEDIUM" />
 | 
					 | 
				
			||||||
        <number-format value="UNGROUPED" />
 | 
					 | 
				
			||||||
        <locale value="SYSTEM_DEFAULT" />
 | 
					 | 
				
			||||||
        <use-custom-formats value="false" />
 | 
					 | 
				
			||||||
      </regional-settings>
 | 
					 | 
				
			||||||
      <environment>
 | 
					 | 
				
			||||||
        <environment-types>
 | 
					 | 
				
			||||||
          <environment-type id="development" name="Development" description="Development environment" color="-2430209/-12296320" readonly-code="false" readonly-data="false" />
 | 
					 | 
				
			||||||
          <environment-type id="integration" name="Integration" description="Integration environment" color="-2621494/-12163514" readonly-code="true" readonly-data="false" />
 | 
					 | 
				
			||||||
          <environment-type id="production" name="Production" description="Productive environment" color="-11574/-10271420" readonly-code="true" readonly-data="true" />
 | 
					 | 
				
			||||||
          <environment-type id="other" name="Other" description="" color="-1576/-10724543" readonly-code="false" readonly-data="false" />
 | 
					 | 
				
			||||||
        </environment-types>
 | 
					 | 
				
			||||||
        <visibility-settings>
 | 
					 | 
				
			||||||
          <connection-tabs value="true" />
 | 
					 | 
				
			||||||
          <dialog-headers value="true" />
 | 
					 | 
				
			||||||
          <object-editor-tabs value="true" />
 | 
					 | 
				
			||||||
          <script-editor-tabs value="false" />
 | 
					 | 
				
			||||||
          <execution-result-tabs value="true" />
 | 
					 | 
				
			||||||
        </visibility-settings>
 | 
					 | 
				
			||||||
      </environment>
 | 
					 | 
				
			||||||
    </general-settings>
 | 
					 | 
				
			||||||
  </component>
 | 
					 | 
				
			||||||
  <component name="DBNavigator.Project.StatementExecutionManager">
 | 
					 | 
				
			||||||
    <execution-variables />
 | 
					 | 
				
			||||||
  </component>
 | 
					 | 
				
			||||||
</project>
 | 
					 | 
				
			||||||
							
								
								
									
										131
									
								
								.idea/idlers.iml
									
										
									
										generated
									
									
									
								
							
							
						
						
									
										131
									
								
								.idea/idlers.iml
									
										
									
										generated
									
									
									
								
							| 
						 | 
					@ -1,131 +0,0 @@
 | 
				
			||||||
<?xml version="1.0" encoding="UTF-8"?>
 | 
					 | 
				
			||||||
<module type="WEB_MODULE" version="4">
 | 
					 | 
				
			||||||
  <component name="NewModuleRootManager">
 | 
					 | 
				
			||||||
    <content url="file://$MODULE_DIR$">
 | 
					 | 
				
			||||||
      <sourceFolder url="file://$MODULE_DIR$/app" isTestSource="false" packagePrefix="App\" />
 | 
					 | 
				
			||||||
      <sourceFolder url="file://$MODULE_DIR$/database/factories" isTestSource="false" packagePrefix="Database\Factories\" />
 | 
					 | 
				
			||||||
      <sourceFolder url="file://$MODULE_DIR$/database/seeders" isTestSource="false" packagePrefix="Database\Seeders\" />
 | 
					 | 
				
			||||||
      <sourceFolder url="file://$MODULE_DIR$/spec" isTestSource="true" />
 | 
					 | 
				
			||||||
      <sourceFolder url="file://$MODULE_DIR$/tests" isTestSource="true" packagePrefix="Tests\" />
 | 
					 | 
				
			||||||
      <sourceFolder url="file://$MODULE_DIR$/tests/Feature" isTestSource="true" />
 | 
					 | 
				
			||||||
      <sourceFolder url="file://$MODULE_DIR$/tests/Unit" isTestSource="true" />
 | 
					 | 
				
			||||||
      <excludeFolder url="file://$MODULE_DIR$/vendor/phpdocumentor/reflection-common" />
 | 
					 | 
				
			||||||
      <excludeFolder url="file://$MODULE_DIR$/vendor/ramsey/uuid" />
 | 
					 | 
				
			||||||
      <excludeFolder url="file://$MODULE_DIR$/vendor/ramsey/collection" />
 | 
					 | 
				
			||||||
      <excludeFolder url="file://$MODULE_DIR$/vendor/laravel/serializable-closure" />
 | 
					 | 
				
			||||||
      <excludeFolder url="file://$MODULE_DIR$/vendor/laravel/tinker" />
 | 
					 | 
				
			||||||
      <excludeFolder url="file://$MODULE_DIR$/vendor/laravel/breeze" />
 | 
					 | 
				
			||||||
      <excludeFolder url="file://$MODULE_DIR$/vendor/laravel/sail" />
 | 
					 | 
				
			||||||
      <excludeFolder url="file://$MODULE_DIR$/vendor/vlucas/phpdotenv" />
 | 
					 | 
				
			||||||
      <excludeFolder url="file://$MODULE_DIR$/vendor/fakerphp/faker" />
 | 
					 | 
				
			||||||
      <excludeFolder url="file://$MODULE_DIR$/vendor/facade/ignition-contracts" />
 | 
					 | 
				
			||||||
      <excludeFolder url="file://$MODULE_DIR$/vendor/fruitcake/laravel-cors" />
 | 
					 | 
				
			||||||
      <excludeFolder url="file://$MODULE_DIR$/vendor/phpoption/phpoption" />
 | 
					 | 
				
			||||||
      <excludeFolder url="file://$MODULE_DIR$/vendor/webmozart/assert" />
 | 
					 | 
				
			||||||
      <excludeFolder url="file://$MODULE_DIR$/vendor/egulias/email-validator" />
 | 
					 | 
				
			||||||
      <excludeFolder url="file://$MODULE_DIR$/vendor/ralouphie/getallheaders" />
 | 
					 | 
				
			||||||
      <excludeFolder url="file://$MODULE_DIR$/vendor/league/flysystem" />
 | 
					 | 
				
			||||||
      <excludeFolder url="file://$MODULE_DIR$/vendor/nikic/php-parser" />
 | 
					 | 
				
			||||||
      <excludeFolder url="file://$MODULE_DIR$/vendor/league/mime-type-detection" />
 | 
					 | 
				
			||||||
      <excludeFolder url="file://$MODULE_DIR$/vendor/phar-io/version" />
 | 
					 | 
				
			||||||
      <excludeFolder url="file://$MODULE_DIR$/vendor/league/commonmark" />
 | 
					 | 
				
			||||||
      <excludeFolder url="file://$MODULE_DIR$/vendor/league/config" />
 | 
					 | 
				
			||||||
      <excludeFolder url="file://$MODULE_DIR$/vendor/guzzlehttp/promises" />
 | 
					 | 
				
			||||||
      <excludeFolder url="file://$MODULE_DIR$/vendor/guzzlehttp/guzzle" />
 | 
					 | 
				
			||||||
      <excludeFolder url="file://$MODULE_DIR$/vendor/guzzlehttp/psr7" />
 | 
					 | 
				
			||||||
      <excludeFolder url="file://$MODULE_DIR$/vendor/graham-campbell/result-type" />
 | 
					 | 
				
			||||||
      <excludeFolder url="file://$MODULE_DIR$/vendor/psy/psysh" />
 | 
					 | 
				
			||||||
      <excludeFolder url="file://$MODULE_DIR$/vendor/voku/portable-ascii" />
 | 
					 | 
				
			||||||
      <excludeFolder url="file://$MODULE_DIR$/vendor/hamcrest/hamcrest-php" />
 | 
					 | 
				
			||||||
      <excludeFolder url="file://$MODULE_DIR$/vendor/mockery/mockery" />
 | 
					 | 
				
			||||||
      <excludeFolder url="file://$MODULE_DIR$/vendor/nesbot/carbon" />
 | 
					 | 
				
			||||||
      <excludeFolder url="file://$MODULE_DIR$/vendor/nette/utils" />
 | 
					 | 
				
			||||||
      <excludeFolder url="file://$MODULE_DIR$/vendor/phpspec/prophecy" />
 | 
					 | 
				
			||||||
      <excludeFolder url="file://$MODULE_DIR$/vendor/nette/schema" />
 | 
					 | 
				
			||||||
      <excludeFolder url="file://$MODULE_DIR$/vendor/dflydev/dot-access-data" />
 | 
					 | 
				
			||||||
      <excludeFolder url="file://$MODULE_DIR$/vendor/brick/math" />
 | 
					 | 
				
			||||||
      <excludeFolder url="file://$MODULE_DIR$/vendor/monolog/monolog" />
 | 
					 | 
				
			||||||
      <excludeFolder url="file://$MODULE_DIR$/vendor/asm89/stack-cors" />
 | 
					 | 
				
			||||||
      <excludeFolder url="file://$MODULE_DIR$/vendor/psr/log" />
 | 
					 | 
				
			||||||
      <excludeFolder url="file://$MODULE_DIR$/vendor/psr/event-dispatcher" />
 | 
					 | 
				
			||||||
      <excludeFolder url="file://$MODULE_DIR$/vendor/psr/http-message" />
 | 
					 | 
				
			||||||
      <excludeFolder url="file://$MODULE_DIR$/vendor/psr/container" />
 | 
					 | 
				
			||||||
      <excludeFolder url="file://$MODULE_DIR$/vendor/psr/http-factory" />
 | 
					 | 
				
			||||||
      <excludeFolder url="file://$MODULE_DIR$/vendor/psr/simple-cache" />
 | 
					 | 
				
			||||||
      <excludeFolder url="file://$MODULE_DIR$/vendor/filp/whoops" />
 | 
					 | 
				
			||||||
      <excludeFolder url="file://$MODULE_DIR$/vendor/doctrine/lexer" />
 | 
					 | 
				
			||||||
      <excludeFolder url="file://$MODULE_DIR$/vendor/doctrine/inflector" />
 | 
					 | 
				
			||||||
      <excludeFolder url="file://$MODULE_DIR$/vendor/tijsverkoyen/css-to-inline-styles" />
 | 
					 | 
				
			||||||
      <excludeFolder url="file://$MODULE_DIR$/vendor/symfony/finder" />
 | 
					 | 
				
			||||||
      <excludeFolder url="file://$MODULE_DIR$/vendor/symfony/polyfill-mbstring" />
 | 
					 | 
				
			||||||
      <excludeFolder url="file://$MODULE_DIR$/vendor/symfony/routing" />
 | 
					 | 
				
			||||||
      <excludeFolder url="file://$MODULE_DIR$/vendor/symfony/deprecation-contracts" />
 | 
					 | 
				
			||||||
      <excludeFolder url="file://$MODULE_DIR$/vendor/symfony/css-selector" />
 | 
					 | 
				
			||||||
      <excludeFolder url="file://$MODULE_DIR$/vendor/symfony/polyfill-intl-grapheme" />
 | 
					 | 
				
			||||||
      <excludeFolder url="file://$MODULE_DIR$/vendor/symfony/polyfill-php80" />
 | 
					 | 
				
			||||||
      <excludeFolder url="file://$MODULE_DIR$/vendor/symfony/polyfill-intl-normalizer" />
 | 
					 | 
				
			||||||
      <excludeFolder url="file://$MODULE_DIR$/vendor/symfony/polyfill-ctype" />
 | 
					 | 
				
			||||||
      <excludeFolder url="file://$MODULE_DIR$/vendor/symfony/error-handler" />
 | 
					 | 
				
			||||||
      <excludeFolder url="file://$MODULE_DIR$/vendor/phpunit/phpunit" />
 | 
					 | 
				
			||||||
      <excludeFolder url="file://$MODULE_DIR$/vendor/symfony/polyfill-php72" />
 | 
					 | 
				
			||||||
      <excludeFolder url="file://$MODULE_DIR$/vendor/symfony/event-dispatcher-contracts" />
 | 
					 | 
				
			||||||
      <excludeFolder url="file://$MODULE_DIR$/vendor/symfony/console" />
 | 
					 | 
				
			||||||
      <excludeFolder url="file://$MODULE_DIR$/vendor/symfony/polyfill-intl-idn" />
 | 
					 | 
				
			||||||
      <excludeFolder url="file://$MODULE_DIR$/vendor/dragonmantank/cron-expression" />
 | 
					 | 
				
			||||||
      <excludeFolder url="file://$MODULE_DIR$/vendor/symfony/event-dispatcher" />
 | 
					 | 
				
			||||||
      <excludeFolder url="file://$MODULE_DIR$/vendor/symfony/http-foundation" />
 | 
					 | 
				
			||||||
      <excludeFolder url="file://$MODULE_DIR$/vendor/symfony/var-dumper" />
 | 
					 | 
				
			||||||
      <excludeFolder url="file://$MODULE_DIR$/vendor/symfony/http-kernel" />
 | 
					 | 
				
			||||||
      <excludeFolder url="file://$MODULE_DIR$/vendor/symfony/polyfill-php81" />
 | 
					 | 
				
			||||||
      <excludeFolder url="file://$MODULE_DIR$/vendor/symfony/service-contracts" />
 | 
					 | 
				
			||||||
      <excludeFolder url="file://$MODULE_DIR$/vendor/symfony/translation-contracts" />
 | 
					 | 
				
			||||||
      <excludeFolder url="file://$MODULE_DIR$/vendor/symfony/string" />
 | 
					 | 
				
			||||||
      <excludeFolder url="file://$MODULE_DIR$/vendor/symfony/process" />
 | 
					 | 
				
			||||||
      <excludeFolder url="file://$MODULE_DIR$/vendor/composer" />
 | 
					 | 
				
			||||||
      <excludeFolder url="file://$MODULE_DIR$/vendor/spatie/ignition" />
 | 
					 | 
				
			||||||
      <excludeFolder url="file://$MODULE_DIR$/vendor/spatie/flare-client-php" />
 | 
					 | 
				
			||||||
      <excludeFolder url="file://$MODULE_DIR$/vendor/symfony/mailer" />
 | 
					 | 
				
			||||||
      <excludeFolder url="file://$MODULE_DIR$/storage/app" />
 | 
					 | 
				
			||||||
      <excludeFolder url="file://$MODULE_DIR$/storage/framework" />
 | 
					 | 
				
			||||||
      <excludeFolder url="file://$MODULE_DIR$/vendor/_laravel_idea" />
 | 
					 | 
				
			||||||
      <excludeFolder url="file://$MODULE_DIR$/vendor/yajra/laravel-datatables-oracle" />
 | 
					 | 
				
			||||||
      <excludeFolder url="file://$MODULE_DIR$/vendor/symfony/mime" />
 | 
					 | 
				
			||||||
      <excludeFolder url="file://$MODULE_DIR$/vendor/symfony/translation" />
 | 
					 | 
				
			||||||
      <excludeFolder url="file://$MODULE_DIR$/vendor/laravel/framework" />
 | 
					 | 
				
			||||||
      <excludeFolder url="file://$MODULE_DIR$/vendor/psr/http-client" />
 | 
					 | 
				
			||||||
      <excludeFolder url="file://$MODULE_DIR$/vendor/laravel/ui" />
 | 
					 | 
				
			||||||
      <excludeFolder url="file://$MODULE_DIR$/vendor/nunomaduro/collision" />
 | 
					 | 
				
			||||||
      <excludeFolder url="file://$MODULE_DIR$/vendor/phpdocumentor/type-resolver" />
 | 
					 | 
				
			||||||
      <excludeFolder url="file://$MODULE_DIR$/vendor/phpdocumentor/reflection-docblock" />
 | 
					 | 
				
			||||||
      <excludeFolder url="file://$MODULE_DIR$/vendor/sebastian/version" />
 | 
					 | 
				
			||||||
      <excludeFolder url="file://$MODULE_DIR$/vendor/sebastian/type" />
 | 
					 | 
				
			||||||
      <excludeFolder url="file://$MODULE_DIR$/vendor/sebastian/resource-operations" />
 | 
					 | 
				
			||||||
      <excludeFolder url="file://$MODULE_DIR$/vendor/sebastian/recursion-context" />
 | 
					 | 
				
			||||||
      <excludeFolder url="file://$MODULE_DIR$/vendor/sebastian/object-reflector" />
 | 
					 | 
				
			||||||
      <excludeFolder url="file://$MODULE_DIR$/vendor/sebastian/object-enumerator" />
 | 
					 | 
				
			||||||
      <excludeFolder url="file://$MODULE_DIR$/vendor/sebastian/global-state" />
 | 
					 | 
				
			||||||
      <excludeFolder url="file://$MODULE_DIR$/vendor/sebastian/exporter" />
 | 
					 | 
				
			||||||
      <excludeFolder url="file://$MODULE_DIR$/vendor/sebastian/environment" />
 | 
					 | 
				
			||||||
      <excludeFolder url="file://$MODULE_DIR$/vendor/sebastian/diff" />
 | 
					 | 
				
			||||||
      <excludeFolder url="file://$MODULE_DIR$/vendor/sebastian/comparator" />
 | 
					 | 
				
			||||||
      <excludeFolder url="file://$MODULE_DIR$/vendor/sebastian/code-unit" />
 | 
					 | 
				
			||||||
      <excludeFolder url="file://$MODULE_DIR$/vendor/sebastian/cli-parser" />
 | 
					 | 
				
			||||||
      <excludeFolder url="file://$MODULE_DIR$/vendor/phpunit/php-timer" />
 | 
					 | 
				
			||||||
      <excludeFolder url="file://$MODULE_DIR$/vendor/phpunit/php-text-template" />
 | 
					 | 
				
			||||||
      <excludeFolder url="file://$MODULE_DIR$/vendor/phpunit/php-invoker" />
 | 
					 | 
				
			||||||
      <excludeFolder url="file://$MODULE_DIR$/vendor/phpunit/php-file-iterator" />
 | 
					 | 
				
			||||||
      <excludeFolder url="file://$MODULE_DIR$/vendor/theseer/tokenizer" />
 | 
					 | 
				
			||||||
      <excludeFolder url="file://$MODULE_DIR$/vendor/sebastian/lines-of-code" />
 | 
					 | 
				
			||||||
      <excludeFolder url="file://$MODULE_DIR$/vendor/sebastian/complexity" />
 | 
					 | 
				
			||||||
      <excludeFolder url="file://$MODULE_DIR$/vendor/sebastian/code-unit-reverse-lookup" />
 | 
					 | 
				
			||||||
      <excludeFolder url="file://$MODULE_DIR$/vendor/phpunit/php-code-coverage" />
 | 
					 | 
				
			||||||
      <excludeFolder url="file://$MODULE_DIR$/vendor/doctrine/instantiator" />
 | 
					 | 
				
			||||||
      <excludeFolder url="file://$MODULE_DIR$/vendor/phar-io/manifest" />
 | 
					 | 
				
			||||||
      <excludeFolder url="file://$MODULE_DIR$/vendor/myclabs/deep-copy" />
 | 
					 | 
				
			||||||
      <excludeFolder url="file://$MODULE_DIR$/vendor/spatie/backtrace" />
 | 
					 | 
				
			||||||
      <excludeFolder url="file://$MODULE_DIR$/vendor/spatie/laravel-ignition" />
 | 
					 | 
				
			||||||
    </content>
 | 
					 | 
				
			||||||
    <orderEntry type="inheritedJdk" />
 | 
					 | 
				
			||||||
    <orderEntry type="sourceFolder" forTests="false" />
 | 
					 | 
				
			||||||
  </component>
 | 
					 | 
				
			||||||
</module>
 | 
					 | 
				
			||||||
							
								
								
									
										166
									
								
								.idea/inspectionProfiles/Project_Default.xml
									
										
									
										generated
									
									
									
								
							
							
						
						
									
										166
									
								
								.idea/inspectionProfiles/Project_Default.xml
									
										
									
										generated
									
									
									
								
							| 
						 | 
					@ -1,166 +0,0 @@
 | 
				
			||||||
<component name="InspectionProjectProfileManager">
 | 
					 | 
				
			||||||
  <profile version="1.0">
 | 
					 | 
				
			||||||
    <option name="myName" value="Project Default" />
 | 
					 | 
				
			||||||
    <inspection_tool class="ForgottenDebugOutputInspection" enabled="true" level="ERROR" enabled_by_default="true">
 | 
					 | 
				
			||||||
      <option name="configuration">
 | 
					 | 
				
			||||||
        <list>
 | 
					 | 
				
			||||||
          <option value="\Codeception\Util\Debug::debug" />
 | 
					 | 
				
			||||||
          <option value="\Codeception\Util\Debug::pause" />
 | 
					 | 
				
			||||||
          <option value="\Doctrine\Common\Util\Debug::dump" />
 | 
					 | 
				
			||||||
          <option value="\Doctrine\Common\Util\Debug::export" />
 | 
					 | 
				
			||||||
          <option value="\Illuminate\Support\Debug\Dumper::dump" />
 | 
					 | 
				
			||||||
          <option value="\Symfony\Component\Debug\Debug::enable" />
 | 
					 | 
				
			||||||
          <option value="\Symfony\Component\Debug\DebugClassLoader::enable" />
 | 
					 | 
				
			||||||
          <option value="\Symfony\Component\Debug\ErrorHandler::register" />
 | 
					 | 
				
			||||||
          <option value="\Symfony\Component\Debug\ExceptionHandler::register" />
 | 
					 | 
				
			||||||
          <option value="\TYPO3\CMS\Core\Utility\DebugUtility::debug" />
 | 
					 | 
				
			||||||
          <option value="\Zend\Debug\Debug::dump" />
 | 
					 | 
				
			||||||
          <option value="\Zend\Di\Display\Console::export" />
 | 
					 | 
				
			||||||
          <option value="dd" />
 | 
					 | 
				
			||||||
          <option value="debug_print_backtrace" />
 | 
					 | 
				
			||||||
          <option value="debug_zval_dump" />
 | 
					 | 
				
			||||||
          <option value="dpm" />
 | 
					 | 
				
			||||||
          <option value="dpq" />
 | 
					 | 
				
			||||||
          <option value="dsm" />
 | 
					 | 
				
			||||||
          <option value="dump" />
 | 
					 | 
				
			||||||
          <option value="dvm" />
 | 
					 | 
				
			||||||
          <option value="error_log" />
 | 
					 | 
				
			||||||
          <option value="kpr" />
 | 
					 | 
				
			||||||
          <option value="phpinfo" />
 | 
					 | 
				
			||||||
          <option value="print_r" />
 | 
					 | 
				
			||||||
          <option value="var_dump" />
 | 
					 | 
				
			||||||
          <option value="var_export" />
 | 
					 | 
				
			||||||
          <option value="wp_die" />
 | 
					 | 
				
			||||||
          <option value="xdebug_break" />
 | 
					 | 
				
			||||||
          <option value="xdebug_call_class" />
 | 
					 | 
				
			||||||
          <option value="xdebug_call_file" />
 | 
					 | 
				
			||||||
          <option value="xdebug_call_function" />
 | 
					 | 
				
			||||||
          <option value="xdebug_call_line" />
 | 
					 | 
				
			||||||
          <option value="xdebug_code_coverage_started" />
 | 
					 | 
				
			||||||
          <option value="xdebug_debug_zval" />
 | 
					 | 
				
			||||||
          <option value="xdebug_debug_zval_stdout" />
 | 
					 | 
				
			||||||
          <option value="xdebug_dump_superglobals" />
 | 
					 | 
				
			||||||
          <option value="xdebug_enable" />
 | 
					 | 
				
			||||||
          <option value="xdebug_get_code_coverage" />
 | 
					 | 
				
			||||||
          <option value="xdebug_get_collected_errors" />
 | 
					 | 
				
			||||||
          <option value="xdebug_get_declared_vars" />
 | 
					 | 
				
			||||||
          <option value="xdebug_get_function_stack" />
 | 
					 | 
				
			||||||
          <option value="xdebug_get_headers" />
 | 
					 | 
				
			||||||
          <option value="xdebug_get_monitored_functions" />
 | 
					 | 
				
			||||||
          <option value="xdebug_get_profiler_filename" />
 | 
					 | 
				
			||||||
          <option value="xdebug_get_stack_depth" />
 | 
					 | 
				
			||||||
          <option value="xdebug_get_tracefile_name" />
 | 
					 | 
				
			||||||
          <option value="xdebug_is_enabled" />
 | 
					 | 
				
			||||||
          <option value="xdebug_memory_usage" />
 | 
					 | 
				
			||||||
          <option value="xdebug_peak_memory_usage" />
 | 
					 | 
				
			||||||
          <option value="xdebug_print_function_stack" />
 | 
					 | 
				
			||||||
          <option value="xdebug_start_code_coverage" />
 | 
					 | 
				
			||||||
          <option value="xdebug_start_error_collection" />
 | 
					 | 
				
			||||||
          <option value="xdebug_start_function_monitor" />
 | 
					 | 
				
			||||||
          <option value="xdebug_start_trace" />
 | 
					 | 
				
			||||||
          <option value="xdebug_stop_code_coverage" />
 | 
					 | 
				
			||||||
          <option value="xdebug_stop_error_collection" />
 | 
					 | 
				
			||||||
          <option value="xdebug_stop_function_monitor" />
 | 
					 | 
				
			||||||
          <option value="xdebug_stop_trace" />
 | 
					 | 
				
			||||||
          <option value="xdebug_time_index" />
 | 
					 | 
				
			||||||
          <option value="xdebug_var_dump" />
 | 
					 | 
				
			||||||
        </list>
 | 
					 | 
				
			||||||
      </option>
 | 
					 | 
				
			||||||
      <option name="migratedIntoUserSpace" value="true" />
 | 
					 | 
				
			||||||
    </inspection_tool>
 | 
					 | 
				
			||||||
    <inspection_tool class="HtmlUnknownAttribute" enabled="true" level="WARNING" enabled_by_default="true">
 | 
					 | 
				
			||||||
      <option name="myValues">
 | 
					 | 
				
			||||||
        <value>
 | 
					 | 
				
			||||||
          <list size="2">
 | 
					 | 
				
			||||||
            <item index="0" class="java.lang.String" itemvalue="name" />
 | 
					 | 
				
			||||||
            <item index="1" class="java.lang.String" itemvalue="placeholder" />
 | 
					 | 
				
			||||||
          </list>
 | 
					 | 
				
			||||||
        </value>
 | 
					 | 
				
			||||||
      </option>
 | 
					 | 
				
			||||||
      <option name="myCustomValuesEnabled" value="true" />
 | 
					 | 
				
			||||||
    </inspection_tool>
 | 
					 | 
				
			||||||
    <inspection_tool class="HtmlUnknownTag" enabled="true" level="WARNING" enabled_by_default="true">
 | 
					 | 
				
			||||||
      <option name="myValues">
 | 
					 | 
				
			||||||
        <value>
 | 
					 | 
				
			||||||
          <list size="13">
 | 
					 | 
				
			||||||
            <item index="0" class="java.lang.String" itemvalue="nobr" />
 | 
					 | 
				
			||||||
            <item index="1" class="java.lang.String" itemvalue="noembed" />
 | 
					 | 
				
			||||||
            <item index="2" class="java.lang.String" itemvalue="comment" />
 | 
					 | 
				
			||||||
            <item index="3" class="java.lang.String" itemvalue="noscript" />
 | 
					 | 
				
			||||||
            <item index="4" class="java.lang.String" itemvalue="embed" />
 | 
					 | 
				
			||||||
            <item index="5" class="java.lang.String" itemvalue="script" />
 | 
					 | 
				
			||||||
            <item index="6" class="java.lang.String" itemvalue="x-slot" />
 | 
					 | 
				
			||||||
            <item index="7" class="java.lang.String" itemvalue="x-login-card" />
 | 
					 | 
				
			||||||
            <item index="8" class="java.lang.String" itemvalue="x-labels-select" />
 | 
					 | 
				
			||||||
            <item index="9" class="java.lang.String" itemvalue="x-currency-select" />
 | 
					 | 
				
			||||||
            <item index="10" class="java.lang.String" itemvalue="x-term-select" />
 | 
					 | 
				
			||||||
            <item index="11" class="java.lang.String" itemvalue="x-providers-select" />
 | 
					 | 
				
			||||||
            <item index="12" class="java.lang.String" itemvalue="x-locations-select" />
 | 
					 | 
				
			||||||
          </list>
 | 
					 | 
				
			||||||
        </value>
 | 
					 | 
				
			||||||
      </option>
 | 
					 | 
				
			||||||
      <option name="myCustomValuesEnabled" value="true" />
 | 
					 | 
				
			||||||
    </inspection_tool>
 | 
					 | 
				
			||||||
    <inspection_tool class="Json5StandardCompliance" enabled="false" level="ERROR" enabled_by_default="false" />
 | 
					 | 
				
			||||||
    <inspection_tool class="JsonDuplicatePropertyKeys" enabled="false" level="WARNING" enabled_by_default="false" />
 | 
					 | 
				
			||||||
    <inspection_tool class="JsonSchemaCompliance" enabled="false" level="WARNING" enabled_by_default="false" />
 | 
					 | 
				
			||||||
    <inspection_tool class="JsonSchemaDeprecation" enabled="false" level="WEAK WARNING" enabled_by_default="false" />
 | 
					 | 
				
			||||||
    <inspection_tool class="JsonSchemaRefReference" enabled="false" level="WARNING" enabled_by_default="false" />
 | 
					 | 
				
			||||||
    <inspection_tool class="JsonStandardCompliance" enabled="false" level="ERROR" enabled_by_default="false" />
 | 
					 | 
				
			||||||
    <inspection_tool class="SecurityAdvisoriesInspection" enabled="true" level="WARNING" enabled_by_default="true">
 | 
					 | 
				
			||||||
      <option name="optionConfiguration">
 | 
					 | 
				
			||||||
        <list>
 | 
					 | 
				
			||||||
          <option value="barryvdh/laravel-debugbar" />
 | 
					 | 
				
			||||||
          <option value="behat/behat" />
 | 
					 | 
				
			||||||
          <option value="brianium/paratest" />
 | 
					 | 
				
			||||||
          <option value="codeception/codeception" />
 | 
					 | 
				
			||||||
          <option value="codedungeon/phpunit-result-printer" />
 | 
					 | 
				
			||||||
          <option value="composer/composer" />
 | 
					 | 
				
			||||||
          <option value="doctrine/coding-standard" />
 | 
					 | 
				
			||||||
          <option value="filp/whoops" />
 | 
					 | 
				
			||||||
          <option value="friendsofphp/php-cs-fixer" />
 | 
					 | 
				
			||||||
          <option value="humbug/humbug" />
 | 
					 | 
				
			||||||
          <option value="infection/infection" />
 | 
					 | 
				
			||||||
          <option value="jakub-onderka/php-parallel-lint" />
 | 
					 | 
				
			||||||
          <option value="johnkary/phpunit-speedtrap" />
 | 
					 | 
				
			||||||
          <option value="kalessil/production-dependencies-guard" />
 | 
					 | 
				
			||||||
          <option value="mikey179/vfsStream" />
 | 
					 | 
				
			||||||
          <option value="mockery/mockery" />
 | 
					 | 
				
			||||||
          <option value="mybuilder/phpunit-accelerator" />
 | 
					 | 
				
			||||||
          <option value="orchestra/testbench" />
 | 
					 | 
				
			||||||
          <option value="pdepend/pdepend" />
 | 
					 | 
				
			||||||
          <option value="phan/phan" />
 | 
					 | 
				
			||||||
          <option value="phing/phing" />
 | 
					 | 
				
			||||||
          <option value="phpcompatibility/php-compatibility" />
 | 
					 | 
				
			||||||
          <option value="phpmd/phpmd" />
 | 
					 | 
				
			||||||
          <option value="phpro/grumphp" />
 | 
					 | 
				
			||||||
          <option value="phpspec/phpspec" />
 | 
					 | 
				
			||||||
          <option value="phpspec/prophecy" />
 | 
					 | 
				
			||||||
          <option value="phpstan/phpstan" />
 | 
					 | 
				
			||||||
          <option value="phpunit/phpunit" />
 | 
					 | 
				
			||||||
          <option value="povils/phpmnd" />
 | 
					 | 
				
			||||||
          <option value="roave/security-advisories" />
 | 
					 | 
				
			||||||
          <option value="satooshi/php-coveralls" />
 | 
					 | 
				
			||||||
          <option value="sebastian/phpcpd" />
 | 
					 | 
				
			||||||
          <option value="slevomat/coding-standard" />
 | 
					 | 
				
			||||||
          <option value="spatie/phpunit-watcher" />
 | 
					 | 
				
			||||||
          <option value="squizlabs/php_codesniffer" />
 | 
					 | 
				
			||||||
          <option value="sstalle/php7cc" />
 | 
					 | 
				
			||||||
          <option value="symfony/debug" />
 | 
					 | 
				
			||||||
          <option value="symfony/maker-bundle" />
 | 
					 | 
				
			||||||
          <option value="symfony/phpunit-bridge" />
 | 
					 | 
				
			||||||
          <option value="symfony/var-dumper" />
 | 
					 | 
				
			||||||
          <option value="vimeo/psalm" />
 | 
					 | 
				
			||||||
          <option value="wimg/php-compatibility" />
 | 
					 | 
				
			||||||
          <option value="wp-coding-standards/wpcs" />
 | 
					 | 
				
			||||||
          <option value="yiisoft/yii2-coding-standards" />
 | 
					 | 
				
			||||||
          <option value="yiisoft/yii2-debug" />
 | 
					 | 
				
			||||||
          <option value="yiisoft/yii2-gii" />
 | 
					 | 
				
			||||||
          <option value="zendframework/zend-coding-standard" />
 | 
					 | 
				
			||||||
          <option value="zendframework/zend-debug" />
 | 
					 | 
				
			||||||
          <option value="zendframework/zend-test" />
 | 
					 | 
				
			||||||
        </list>
 | 
					 | 
				
			||||||
      </option>
 | 
					 | 
				
			||||||
    </inspection_tool>
 | 
					 | 
				
			||||||
  </profile>
 | 
					 | 
				
			||||||
</component>
 | 
					 | 
				
			||||||
							
								
								
									
										13
									
								
								.idea/laravel-idea.xml
									
										
									
										generated
									
									
									
								
							
							
						
						
									
										13
									
								
								.idea/laravel-idea.xml
									
										
									
										generated
									
									
									
								
							| 
						 | 
					@ -1,13 +0,0 @@
 | 
				
			||||||
<?xml version="1.0" encoding="UTF-8"?>
 | 
					 | 
				
			||||||
<project version="4">
 | 
					 | 
				
			||||||
  <component name="LaravelIdeaMainSettings">
 | 
					 | 
				
			||||||
    <option name="frameworkFound" value="true" />
 | 
					 | 
				
			||||||
    <option name="generationStringSettings">
 | 
					 | 
				
			||||||
      <map>
 | 
					 | 
				
			||||||
        <entry key="createEloquentScope:namespace" value="Models\Scopes" />
 | 
					 | 
				
			||||||
        <entry key="createModel:namespace" value="Models" />
 | 
					 | 
				
			||||||
      </map>
 | 
					 | 
				
			||||||
    </option>
 | 
					 | 
				
			||||||
    <option name="userClassName" value="App\Models\User" />
 | 
					 | 
				
			||||||
  </component>
 | 
					 | 
				
			||||||
</project>
 | 
					 | 
				
			||||||
							
								
								
									
										6
									
								
								.idea/laravel-plugin.xml
									
										
									
										generated
									
									
									
								
							
							
						
						
									
										6
									
								
								.idea/laravel-plugin.xml
									
										
									
										generated
									
									
									
								
							| 
						 | 
					@ -1,6 +0,0 @@
 | 
				
			||||||
<?xml version="1.0" encoding="UTF-8"?>
 | 
					 | 
				
			||||||
<project version="4">
 | 
					 | 
				
			||||||
  <component name="LaravelPluginSettings">
 | 
					 | 
				
			||||||
    <option name="pluginEnabled" value="true" />
 | 
					 | 
				
			||||||
  </component>
 | 
					 | 
				
			||||||
</project>
 | 
					 | 
				
			||||||
							
								
								
									
										14
									
								
								.idea/laravel-query-settings.xml
									
										
									
										generated
									
									
									
								
							
							
						
						
									
										14
									
								
								.idea/laravel-query-settings.xml
									
										
									
										generated
									
									
									
								
							| 
						 | 
					@ -1,14 +0,0 @@
 | 
				
			||||||
<?xml version="1.0" encoding="UTF-8"?>
 | 
					 | 
				
			||||||
<project version="4">
 | 
					 | 
				
			||||||
  <component name="LaravelQuerySettings">
 | 
					 | 
				
			||||||
    <option name="filterDataSources" value="true" />
 | 
					 | 
				
			||||||
    <option name="filteredDataSources">
 | 
					 | 
				
			||||||
      <set>
 | 
					 | 
				
			||||||
        <option value="efc7de96-2071-4420-9d95-422a64f97449<-/lq/->myidlers" />
 | 
					 | 
				
			||||||
        <option value="efc7de96-2071-4420-9d95-422a64f97449<-/lq/->laravel" />
 | 
					 | 
				
			||||||
        <option value="efc7de96-2071-4420-9d95-422a64f97449<-/lq/->idlers" />
 | 
					 | 
				
			||||||
        <option value="efc7de96-2071-4420-9d95-422a64f97449<-/lq/->first-project" />
 | 
					 | 
				
			||||||
      </set>
 | 
					 | 
				
			||||||
    </option>
 | 
					 | 
				
			||||||
  </component>
 | 
					 | 
				
			||||||
</project>
 | 
					 | 
				
			||||||
							
								
								
									
										9
									
								
								.idea/markdown.xml
									
										
									
										generated
									
									
									
								
							
							
						
						
									
										9
									
								
								.idea/markdown.xml
									
										
									
										generated
									
									
									
								
							| 
						 | 
					@ -1,9 +0,0 @@
 | 
				
			||||||
<?xml version="1.0" encoding="UTF-8"?>
 | 
					 | 
				
			||||||
<project version="4">
 | 
					 | 
				
			||||||
  <component name="MarkdownSettings">
 | 
					 | 
				
			||||||
    <enabledExtensions>
 | 
					 | 
				
			||||||
      <entry key="MermaidLanguageExtension" value="false" />
 | 
					 | 
				
			||||||
      <entry key="PlantUMLLanguageExtension" value="false" />
 | 
					 | 
				
			||||||
    </enabledExtensions>
 | 
					 | 
				
			||||||
  </component>
 | 
					 | 
				
			||||||
</project>
 | 
					 | 
				
			||||||
							
								
								
									
										8
									
								
								.idea/modules.xml
									
										
									
										generated
									
									
									
								
							
							
						
						
									
										8
									
								
								.idea/modules.xml
									
										
									
										generated
									
									
									
								
							| 
						 | 
					@ -1,8 +0,0 @@
 | 
				
			||||||
<?xml version="1.0" encoding="UTF-8"?>
 | 
					 | 
				
			||||||
<project version="4">
 | 
					 | 
				
			||||||
  <component name="ProjectModuleManager">
 | 
					 | 
				
			||||||
    <modules>
 | 
					 | 
				
			||||||
      <module fileurl="file://$PROJECT_DIR$/.idea/idlers.iml" filepath="$PROJECT_DIR$/.idea/idlers.iml" />
 | 
					 | 
				
			||||||
    </modules>
 | 
					 | 
				
			||||||
  </component>
 | 
					 | 
				
			||||||
</project>
 | 
					 | 
				
			||||||
							
								
								
									
										126
									
								
								.idea/php.xml
									
										
									
										generated
									
									
									
								
							
							
						
						
									
										126
									
								
								.idea/php.xml
									
										
									
										generated
									
									
									
								
							| 
						 | 
					@ -1,126 +0,0 @@
 | 
				
			||||||
<?xml version="1.0" encoding="UTF-8"?>
 | 
					 | 
				
			||||||
<project version="4">
 | 
					 | 
				
			||||||
  <component name="PhpIncludePathManager">
 | 
					 | 
				
			||||||
    <include_path>
 | 
					 | 
				
			||||||
      <path value="$PROJECT_DIR$/vendor/phpdocumentor/reflection-common" />
 | 
					 | 
				
			||||||
      <path value="$PROJECT_DIR$/vendor/ramsey/uuid" />
 | 
					 | 
				
			||||||
      <path value="$PROJECT_DIR$/vendor/ramsey/collection" />
 | 
					 | 
				
			||||||
      <path value="$PROJECT_DIR$/vendor/laravel/serializable-closure" />
 | 
					 | 
				
			||||||
      <path value="$PROJECT_DIR$/vendor/laravel/tinker" />
 | 
					 | 
				
			||||||
      <path value="$PROJECT_DIR$/vendor/laravel/breeze" />
 | 
					 | 
				
			||||||
      <path value="$PROJECT_DIR$/vendor/laravel/sail" />
 | 
					 | 
				
			||||||
      <path value="$PROJECT_DIR$/vendor/vlucas/phpdotenv" />
 | 
					 | 
				
			||||||
      <path value="$PROJECT_DIR$/vendor/fakerphp/faker" />
 | 
					 | 
				
			||||||
      <path value="$PROJECT_DIR$/vendor/facade/ignition-contracts" />
 | 
					 | 
				
			||||||
      <path value="$PROJECT_DIR$/vendor/fruitcake/laravel-cors" />
 | 
					 | 
				
			||||||
      <path value="$PROJECT_DIR$/vendor/phpoption/phpoption" />
 | 
					 | 
				
			||||||
      <path value="$PROJECT_DIR$/vendor/webmozart/assert" />
 | 
					 | 
				
			||||||
      <path value="$PROJECT_DIR$/vendor/egulias/email-validator" />
 | 
					 | 
				
			||||||
      <path value="$PROJECT_DIR$/vendor/ralouphie/getallheaders" />
 | 
					 | 
				
			||||||
      <path value="$PROJECT_DIR$/vendor/league/flysystem" />
 | 
					 | 
				
			||||||
      <path value="$PROJECT_DIR$/vendor/nikic/php-parser" />
 | 
					 | 
				
			||||||
      <path value="$PROJECT_DIR$/vendor/league/mime-type-detection" />
 | 
					 | 
				
			||||||
      <path value="$PROJECT_DIR$/vendor/phar-io/version" />
 | 
					 | 
				
			||||||
      <path value="$PROJECT_DIR$/vendor/league/commonmark" />
 | 
					 | 
				
			||||||
      <path value="$PROJECT_DIR$/vendor/league/config" />
 | 
					 | 
				
			||||||
      <path value="$PROJECT_DIR$/vendor/guzzlehttp/promises" />
 | 
					 | 
				
			||||||
      <path value="$PROJECT_DIR$/vendor/guzzlehttp/guzzle" />
 | 
					 | 
				
			||||||
      <path value="$PROJECT_DIR$/vendor/guzzlehttp/psr7" />
 | 
					 | 
				
			||||||
      <path value="$PROJECT_DIR$/vendor/graham-campbell/result-type" />
 | 
					 | 
				
			||||||
      <path value="$PROJECT_DIR$/vendor/psy/psysh" />
 | 
					 | 
				
			||||||
      <path value="$PROJECT_DIR$/vendor/voku/portable-ascii" />
 | 
					 | 
				
			||||||
      <path value="$PROJECT_DIR$/vendor/hamcrest/hamcrest-php" />
 | 
					 | 
				
			||||||
      <path value="$PROJECT_DIR$/vendor/mockery/mockery" />
 | 
					 | 
				
			||||||
      <path value="$PROJECT_DIR$/vendor/nesbot/carbon" />
 | 
					 | 
				
			||||||
      <path value="$PROJECT_DIR$/vendor/nette/utils" />
 | 
					 | 
				
			||||||
      <path value="$PROJECT_DIR$/vendor/phpspec/prophecy" />
 | 
					 | 
				
			||||||
      <path value="$PROJECT_DIR$/vendor/nette/schema" />
 | 
					 | 
				
			||||||
      <path value="$PROJECT_DIR$/vendor/dflydev/dot-access-data" />
 | 
					 | 
				
			||||||
      <path value="$PROJECT_DIR$/vendor/brick/math" />
 | 
					 | 
				
			||||||
      <path value="$PROJECT_DIR$/vendor/monolog/monolog" />
 | 
					 | 
				
			||||||
      <path value="$PROJECT_DIR$/vendor/asm89/stack-cors" />
 | 
					 | 
				
			||||||
      <path value="$PROJECT_DIR$/vendor/psr/log" />
 | 
					 | 
				
			||||||
      <path value="$PROJECT_DIR$/vendor/psr/event-dispatcher" />
 | 
					 | 
				
			||||||
      <path value="$PROJECT_DIR$/vendor/psr/http-message" />
 | 
					 | 
				
			||||||
      <path value="$PROJECT_DIR$/vendor/psr/container" />
 | 
					 | 
				
			||||||
      <path value="$PROJECT_DIR$/vendor/psr/http-factory" />
 | 
					 | 
				
			||||||
      <path value="$PROJECT_DIR$/vendor/psr/simple-cache" />
 | 
					 | 
				
			||||||
      <path value="$PROJECT_DIR$/vendor/filp/whoops" />
 | 
					 | 
				
			||||||
      <path value="$PROJECT_DIR$/vendor/doctrine/lexer" />
 | 
					 | 
				
			||||||
      <path value="$PROJECT_DIR$/vendor/doctrine/inflector" />
 | 
					 | 
				
			||||||
      <path value="$PROJECT_DIR$/vendor/tijsverkoyen/css-to-inline-styles" />
 | 
					 | 
				
			||||||
      <path value="$PROJECT_DIR$/vendor/symfony/finder" />
 | 
					 | 
				
			||||||
      <path value="$PROJECT_DIR$/vendor/symfony/polyfill-mbstring" />
 | 
					 | 
				
			||||||
      <path value="$PROJECT_DIR$/vendor/symfony/routing" />
 | 
					 | 
				
			||||||
      <path value="$PROJECT_DIR$/vendor/symfony/deprecation-contracts" />
 | 
					 | 
				
			||||||
      <path value="$PROJECT_DIR$/vendor/symfony/css-selector" />
 | 
					 | 
				
			||||||
      <path value="$PROJECT_DIR$/vendor/symfony/polyfill-intl-grapheme" />
 | 
					 | 
				
			||||||
      <path value="$PROJECT_DIR$/vendor/symfony/polyfill-php80" />
 | 
					 | 
				
			||||||
      <path value="$PROJECT_DIR$/vendor/symfony/polyfill-intl-normalizer" />
 | 
					 | 
				
			||||||
      <path value="$PROJECT_DIR$/vendor/symfony/polyfill-ctype" />
 | 
					 | 
				
			||||||
      <path value="$PROJECT_DIR$/vendor/symfony/error-handler" />
 | 
					 | 
				
			||||||
      <path value="$PROJECT_DIR$/vendor/phpunit/phpunit" />
 | 
					 | 
				
			||||||
      <path value="$PROJECT_DIR$/vendor/symfony/polyfill-php72" />
 | 
					 | 
				
			||||||
      <path value="$PROJECT_DIR$/vendor/symfony/event-dispatcher-contracts" />
 | 
					 | 
				
			||||||
      <path value="$PROJECT_DIR$/vendor/symfony/console" />
 | 
					 | 
				
			||||||
      <path value="$PROJECT_DIR$/vendor/symfony/polyfill-intl-idn" />
 | 
					 | 
				
			||||||
      <path value="$PROJECT_DIR$/vendor/dragonmantank/cron-expression" />
 | 
					 | 
				
			||||||
      <path value="$PROJECT_DIR$/vendor/symfony/event-dispatcher" />
 | 
					 | 
				
			||||||
      <path value="$PROJECT_DIR$/vendor/symfony/http-foundation" />
 | 
					 | 
				
			||||||
      <path value="$PROJECT_DIR$/vendor/symfony/var-dumper" />
 | 
					 | 
				
			||||||
      <path value="$PROJECT_DIR$/vendor/symfony/http-kernel" />
 | 
					 | 
				
			||||||
      <path value="$PROJECT_DIR$/vendor/symfony/polyfill-php81" />
 | 
					 | 
				
			||||||
      <path value="$PROJECT_DIR$/vendor/symfony/service-contracts" />
 | 
					 | 
				
			||||||
      <path value="$PROJECT_DIR$/vendor/symfony/translation-contracts" />
 | 
					 | 
				
			||||||
      <path value="$PROJECT_DIR$/vendor/symfony/string" />
 | 
					 | 
				
			||||||
      <path value="$PROJECT_DIR$/vendor/symfony/process" />
 | 
					 | 
				
			||||||
      <path value="$PROJECT_DIR$/vendor/composer" />
 | 
					 | 
				
			||||||
      <path value="$PROJECT_DIR$/vendor/spatie/ignition" />
 | 
					 | 
				
			||||||
      <path value="$PROJECT_DIR$/vendor/spatie/flare-client-php" />
 | 
					 | 
				
			||||||
      <path value="$PROJECT_DIR$/vendor/symfony/mailer" />
 | 
					 | 
				
			||||||
      <path value="$PROJECT_DIR$/vendor/_laravel_idea" />
 | 
					 | 
				
			||||||
      <path value="$PROJECT_DIR$/vendor/yajra/laravel-datatables-oracle" />
 | 
					 | 
				
			||||||
      <path value="$PROJECT_DIR$/vendor/symfony/mime" />
 | 
					 | 
				
			||||||
      <path value="$PROJECT_DIR$/vendor/symfony/translation" />
 | 
					 | 
				
			||||||
      <path value="$PROJECT_DIR$/vendor/laravel/framework" />
 | 
					 | 
				
			||||||
      <path value="$PROJECT_DIR$/vendor/psr/http-client" />
 | 
					 | 
				
			||||||
      <path value="$PROJECT_DIR$/vendor/laravel/ui" />
 | 
					 | 
				
			||||||
      <path value="$PROJECT_DIR$/vendor/nunomaduro/collision" />
 | 
					 | 
				
			||||||
      <path value="$PROJECT_DIR$/vendor/phpdocumentor/type-resolver" />
 | 
					 | 
				
			||||||
      <path value="$PROJECT_DIR$/vendor/phpdocumentor/reflection-docblock" />
 | 
					 | 
				
			||||||
      <path value="$PROJECT_DIR$/vendor/sebastian/version" />
 | 
					 | 
				
			||||||
      <path value="$PROJECT_DIR$/vendor/sebastian/type" />
 | 
					 | 
				
			||||||
      <path value="$PROJECT_DIR$/vendor/sebastian/resource-operations" />
 | 
					 | 
				
			||||||
      <path value="$PROJECT_DIR$/vendor/sebastian/recursion-context" />
 | 
					 | 
				
			||||||
      <path value="$PROJECT_DIR$/vendor/sebastian/object-reflector" />
 | 
					 | 
				
			||||||
      <path value="$PROJECT_DIR$/vendor/sebastian/object-enumerator" />
 | 
					 | 
				
			||||||
      <path value="$PROJECT_DIR$/vendor/sebastian/global-state" />
 | 
					 | 
				
			||||||
      <path value="$PROJECT_DIR$/vendor/sebastian/exporter" />
 | 
					 | 
				
			||||||
      <path value="$PROJECT_DIR$/vendor/sebastian/environment" />
 | 
					 | 
				
			||||||
      <path value="$PROJECT_DIR$/vendor/sebastian/diff" />
 | 
					 | 
				
			||||||
      <path value="$PROJECT_DIR$/vendor/sebastian/comparator" />
 | 
					 | 
				
			||||||
      <path value="$PROJECT_DIR$/vendor/sebastian/code-unit" />
 | 
					 | 
				
			||||||
      <path value="$PROJECT_DIR$/vendor/sebastian/cli-parser" />
 | 
					 | 
				
			||||||
      <path value="$PROJECT_DIR$/vendor/phpunit/php-timer" />
 | 
					 | 
				
			||||||
      <path value="$PROJECT_DIR$/vendor/phpunit/php-text-template" />
 | 
					 | 
				
			||||||
      <path value="$PROJECT_DIR$/vendor/phpunit/php-invoker" />
 | 
					 | 
				
			||||||
      <path value="$PROJECT_DIR$/vendor/phpunit/php-file-iterator" />
 | 
					 | 
				
			||||||
      <path value="$PROJECT_DIR$/vendor/theseer/tokenizer" />
 | 
					 | 
				
			||||||
      <path value="$PROJECT_DIR$/vendor/sebastian/lines-of-code" />
 | 
					 | 
				
			||||||
      <path value="$PROJECT_DIR$/vendor/sebastian/complexity" />
 | 
					 | 
				
			||||||
      <path value="$PROJECT_DIR$/vendor/sebastian/code-unit-reverse-lookup" />
 | 
					 | 
				
			||||||
      <path value="$PROJECT_DIR$/vendor/phpunit/php-code-coverage" />
 | 
					 | 
				
			||||||
      <path value="$PROJECT_DIR$/vendor/doctrine/instantiator" />
 | 
					 | 
				
			||||||
      <path value="$PROJECT_DIR$/vendor/phar-io/manifest" />
 | 
					 | 
				
			||||||
      <path value="$PROJECT_DIR$/vendor/myclabs/deep-copy" />
 | 
					 | 
				
			||||||
      <path value="$PROJECT_DIR$/vendor/spatie/backtrace" />
 | 
					 | 
				
			||||||
      <path value="$PROJECT_DIR$/vendor/spatie/laravel-ignition" />
 | 
					 | 
				
			||||||
    </include_path>
 | 
					 | 
				
			||||||
  </component>
 | 
					 | 
				
			||||||
  <component name="PhpProjectSharedConfiguration" php_language_level="7.4" />
 | 
					 | 
				
			||||||
  <component name="PhpUnit">
 | 
					 | 
				
			||||||
    <phpunit_settings>
 | 
					 | 
				
			||||||
      <PhpUnitSettings configuration_file_path="$PROJECT_DIR$/phpunit.xml" custom_loader_path="$PROJECT_DIR$/vendor/autoload.php" use_configuration_file="true" />
 | 
					 | 
				
			||||||
    </phpunit_settings>
 | 
					 | 
				
			||||||
  </component>
 | 
					 | 
				
			||||||
</project>
 | 
					 | 
				
			||||||
							
								
								
									
										11
									
								
								.idea/phpunit.xml
									
										
									
										generated
									
									
									
								
							
							
						
						
									
										11
									
								
								.idea/phpunit.xml
									
										
									
										generated
									
									
									
								
							| 
						 | 
					@ -1,11 +0,0 @@
 | 
				
			||||||
<?xml version="1.0" encoding="UTF-8"?>
 | 
					 | 
				
			||||||
<project version="4">
 | 
					 | 
				
			||||||
  <component name="PHPUnit">
 | 
					 | 
				
			||||||
    <option name="directories">
 | 
					 | 
				
			||||||
      <list>
 | 
					 | 
				
			||||||
        <option value="$PROJECT_DIR$/tests/Unit" />
 | 
					 | 
				
			||||||
        <option value="$PROJECT_DIR$/tests/Feature" />
 | 
					 | 
				
			||||||
      </list>
 | 
					 | 
				
			||||||
    </option>
 | 
					 | 
				
			||||||
  </component>
 | 
					 | 
				
			||||||
</project>
 | 
					 | 
				
			||||||
							
								
								
									
										6
									
								
								.idea/vcs.xml
									
										
									
										generated
									
									
									
								
							
							
						
						
									
										6
									
								
								.idea/vcs.xml
									
										
									
										generated
									
									
									
								
							| 
						 | 
					@ -1,6 +0,0 @@
 | 
				
			||||||
<?xml version="1.0" encoding="UTF-8"?>
 | 
					 | 
				
			||||||
<project version="4">
 | 
					 | 
				
			||||||
  <component name="VcsDirectoryMappings">
 | 
					 | 
				
			||||||
    <mapping directory="$PROJECT_DIR$" vcs="Git" />
 | 
					 | 
				
			||||||
  </component>
 | 
					 | 
				
			||||||
</project>
 | 
					 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue