Skip to content
This repository has been archived by the owner on Feb 4, 2024. It is now read-only.

Commit

Permalink
Fix names
Browse files Browse the repository at this point in the history
  • Loading branch information
curtisdelicata committed Oct 14, 2023
1 parent ceea341 commit 32df7ce
Show file tree
Hide file tree
Showing 389 changed files with 629 additions and 629 deletions.
2 changes: 1 addition & 1 deletion .phpunit.cache/test-results

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions app/DynamicRelations/Company/Comments.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
namespace App\DynamicRelations\Company;

use Closure;
use LaravelEnso\Comments\Models\Comment;
use LaravelEnso\DynamicMethods\Contracts\Method;
use LaravelLiberu\Comments\Models\Comment;
use LaravelLiberu\DynamicMethods\Contracts\Method;

class Comments implements Method
{
Expand Down
4 changes: 2 additions & 2 deletions app/DynamicRelations/Company/Discussions.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
namespace App\DynamicRelations\Company;

use Closure;
use LaravelEnso\Discussions\Models\Discussion;
use LaravelEnso\DynamicMethods\Contracts\Method;
use LaravelLiberu\Discussions\Models\Discussion;
use LaravelLiberu\DynamicMethods\Contracts\Method;

class Discussions implements Method
{
Expand Down
4 changes: 2 additions & 2 deletions app/DynamicRelations/Company/Documents.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
namespace App\DynamicRelations\Company;

use Closure;
use LaravelEnso\Documents\Models\Document;
use LaravelEnso\DynamicMethods\Contracts\Method;
use LaravelLiberu\Documents\Models\Document;
use LaravelLiberu\DynamicMethods\Contracts\Method;

class Documents implements Method
{
Expand Down
2 changes: 1 addition & 1 deletion app/Enums/Privacy.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

namespace App\Enums;

use LaravelEnso\Enums\Services\Enum;
use LaravelLiberu\Enums\Services\Enum;

class Privacy extends Enum
{
Expand Down
2 changes: 1 addition & 1 deletion app/Forms/Builders/AddrForm.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
namespace App\Forms\Builders;

use App\Models\Addr;
use LaravelEnso\Forms\Services\Form;
use LaravelLiberu\Forms\Services\Form;

class AddrForm
{
Expand Down
2 changes: 1 addition & 1 deletion app/Forms/Builders/AuthorForm.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
namespace App\Forms\Builders;

use App\Models\Author;
use LaravelEnso\Forms\Services\Form;
use LaravelLiberu\Forms\Services\Form;

class AuthorForm
{
Expand Down
2 changes: 1 addition & 1 deletion app/Forms/Builders/CategoryForm.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
namespace App\Forms\Builders;

use App\Models\Category;
use LaravelEnso\Forms\Services\Form;
use LaravelLiberu\Forms\Services\Form;

class CategoryForm
{
Expand Down
2 changes: 1 addition & 1 deletion app/Forms/Builders/ChanForm.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
namespace App\Forms\Builders;

use App\Models\Chan;
use LaravelEnso\Forms\Services\Form;
use LaravelLiberu\Forms\Services\Form;

class ChanForm
{
Expand Down
2 changes: 1 addition & 1 deletion app/Forms/Builders/CitationForm.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

use App\Models\Citation;
use App\Models\Source;
use LaravelEnso\Forms\Services\Form;
use LaravelLiberu\Forms\Services\Form;

class CitationForm
{
Expand Down
6 changes: 3 additions & 3 deletions app/Forms/Builders/CompaniesPerson.php
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<?php

namespace LaravelEnso\Companies\Forms\Builders;
namespace LaravelLiberu\Companies\Forms\Builders;

use App\Models\Company;
use LaravelEnso\Forms\Services\Form;
use LaravelEnso\People\Models\Person as Model;
use LaravelLiberu\Forms\Services\Form;
use LaravelLiberu\People\Models\Person as Model;

class CompaniesPerson
{
Expand Down
4 changes: 2 additions & 2 deletions app/Forms/Builders/Company.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

use App\Enums\Privacy;
use App\Models\Company as Model;
use LaravelEnso\Companies\Enums\Statuses;
use LaravelEnso\Forms\Services\Form;
use LaravelLiberu\Companies\Enums\Statuses;
use LaravelLiberu\Forms\Services\Form;

class Company
{
Expand Down
2 changes: 1 addition & 1 deletion app/Forms/Builders/FamilyEventForm.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
use App\Models\Family;
use App\Models\FamilyEvent;
use App\Models\Place;
use LaravelEnso\Forms\Services\Form;
use LaravelLiberu\Forms\Services\Form;

class FamilyEventForm
{
Expand Down
2 changes: 1 addition & 1 deletion app/Forms/Builders/FamilyForm.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
use App\Models\Family;
use App\Models\Person;
// use App\Models\Type;
use LaravelEnso\Forms\Services\Form;
use LaravelLiberu\Forms\Services\Form;

class FamilyForm
{
Expand Down
2 changes: 1 addition & 1 deletion app/Forms/Builders/FamilySlgsForm.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
namespace App\Forms\Builders;

use App\Models\FamilySlgs;
use LaravelEnso\Forms\Services\Form;
use LaravelLiberu\Forms\Services\Form;

class FamilySlgsForm
{
Expand Down
2 changes: 1 addition & 1 deletion app/Forms/Builders/MediaObjectForm.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
namespace App\Forms\Builders;

use App\Models\MediaObject;
use LaravelEnso\Forms\Services\Form;
use LaravelLiberu\Forms\Services\Form;

class MediaObjectForm
{
Expand Down
2 changes: 1 addition & 1 deletion app/Forms/Builders/NoteForm.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

use App\Models\Note;
// use App\Models\Type;
use LaravelEnso\Forms\Services\Form;
use LaravelLiberu\Forms\Services\Form;

class NoteForm
{
Expand Down
2 changes: 1 addition & 1 deletion app/Forms/Builders/PersonAliaForm.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
namespace App\Forms\Builders;

use App\Models\PersonAlia;
use LaravelEnso\Forms\Services\Form;
use LaravelLiberu\Forms\Services\Form;

class PersonAliaForm
{
Expand Down
2 changes: 1 addition & 1 deletion app/Forms/Builders/PersonAnciForm.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
namespace App\Forms\Builders;

use App\Models\PersonAnci;
use LaravelEnso\Forms\Services\Form;
use LaravelLiberu\Forms\Services\Form;

class PersonAnciForm
{
Expand Down
2 changes: 1 addition & 1 deletion app/Forms/Builders/PersonAssoForm.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
namespace App\Forms\Builders;

use App\Models\PersonAsso;
use LaravelEnso\Forms\Services\Form;
use LaravelLiberu\Forms\Services\Form;

class PersonAssoForm
{
Expand Down
2 changes: 1 addition & 1 deletion app/Forms/Builders/PersonEventForm.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
namespace App\Forms\Builders;

use App\Models\PersonEvent;
use LaravelEnso\Forms\Services\Form;
use LaravelLiberu\Forms\Services\Form;

class PersonEventForm
{
Expand Down
6 changes: 3 additions & 3 deletions app/Forms/Builders/PersonForm.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
namespace App\Forms\Builders;

// use App\Models\Person;
use LaravelEnso\Forms\Services\Form;
use LaravelEnso\People\Models\Person;
use LaravelLiberu\Forms\Services\Form;
use LaravelLiberu\People\Models\Person;

class PersonForm //extends \LaravelEnso\People\Forms\Builders\PersonForm
class PersonForm //extends \LaravelLiberu\People\Forms\Builders\PersonForm
{
protected const TemplatePath = __DIR__.'/../Templates/person.json';

Expand Down
2 changes: 1 addition & 1 deletion app/Forms/Builders/PersonFormIndi.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
namespace App\Forms\Builders;

use App\Models\Person;
use LaravelEnso\Forms\Services\Form;
use LaravelLiberu\Forms\Services\Form;

class PersonFormIndi
{
Expand Down
2 changes: 1 addition & 1 deletion app/Forms/Builders/PersonLdsForm.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
namespace App\Forms\Builders;

use App\Models\PersonLds;
use LaravelEnso\Forms\Services\Form;
use LaravelLiberu\Forms\Services\Form;

class PersonLdsForm
{
Expand Down
2 changes: 1 addition & 1 deletion app/Forms/Builders/PersonSubmForm.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
namespace App\Forms\Builders;

use App\Models\PersonSubm;
use LaravelEnso\Forms\Services\Form;
use LaravelLiberu\Forms\Services\Form;

class PersonSubmForm
{
Expand Down
2 changes: 1 addition & 1 deletion app/Forms/Builders/PlaceForm.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
namespace App\Forms\Builders;

use App\Models\Place;
use LaravelEnso\Forms\Services\Form;
use LaravelLiberu\Forms\Services\Form;

class PlaceForm
{
Expand Down
4 changes: 2 additions & 2 deletions app/Forms/Builders/PostForm.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

namespace App\Forms\Builders;

use LaravelEnso\Discussions\Models\Discussion;
use LaravelEnso\Forms\Services\Form;
use LaravelLiberu\Discussions\Models\Discussion;
use LaravelLiberu\Forms\Services\Form;

class PostForm
{
Expand Down
2 changes: 1 addition & 1 deletion app/Forms/Builders/PublicationForm.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
namespace App\Forms\Builders;

use App\Models\Publication;
use LaravelEnso\Forms\Services\Form;
use LaravelLiberu\Forms\Services\Form;

class PublicationForm
{
Expand Down
2 changes: 1 addition & 1 deletion app/Forms/Builders/RefnForm.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
namespace App\Forms\Builders;

use App\Models\Refn;
use LaravelEnso\Forms\Services\Form;
use LaravelLiberu\Forms\Services\Form;

class RefnForm
{
Expand Down
2 changes: 1 addition & 1 deletion app/Forms/Builders/RepositoryForm.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

use App\Models\Repository;
// use App\Models\Type;
use LaravelEnso\Forms\Services\Form;
use LaravelLiberu\Forms\Services\Form;

class RepositoryForm
{
Expand Down
2 changes: 1 addition & 1 deletion app/Forms/Builders/SourceDataEvenForm.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
namespace App\Forms\Builders;

use App\Models\SourceDataEven;
use LaravelEnso\Forms\Services\Form;
use LaravelLiberu\Forms\Services\Form;

class SourceDataEvenForm
{
Expand Down
2 changes: 1 addition & 1 deletion app/Forms/Builders/SourceDataForm.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
namespace App\Forms\Builders;

use App\Models\SourceData;
use LaravelEnso\Forms\Services\Form;
use LaravelLiberu\Forms\Services\Form;

class SourceDataForm
{
Expand Down
2 changes: 1 addition & 1 deletion app/Forms/Builders/SourceForm.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
use App\Models\Repository;
use App\Models\Source;
// use App\Models\Type;
use LaravelEnso\Forms\Services\Form;
use LaravelLiberu\Forms\Services\Form;

class SourceForm
{
Expand Down
2 changes: 1 addition & 1 deletion app/Forms/Builders/SourceRefEvenForm.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
namespace App\Forms\Builders;

use App\Models\SourceRefEven;
use LaravelEnso\Forms\Services\Form;
use LaravelLiberu\Forms\Services\Form;

class SourceRefEvenForm
{
Expand Down
2 changes: 1 addition & 1 deletion app/Forms/Builders/SubmForm.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
namespace App\Forms\Builders;

use App\Models\Subm;
use LaravelEnso\Forms\Services\Form;
use LaravelLiberu\Forms\Services\Form;

class SubmForm
{
Expand Down
2 changes: 1 addition & 1 deletion app/Forms/Builders/SubnForm.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
namespace App\Forms\Builders;

use App\Models\Subn;
use LaravelEnso\Forms\Services\Form;
use LaravelLiberu\Forms\Services\Form;

class SubnForm
{
Expand Down
2 changes: 1 addition & 1 deletion app/Forms/Builders/TopicForm.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
namespace App\Forms\Builders;

use App\Models\Topic;
use LaravelEnso\Forms\Services\Form;
use LaravelLiberu\Forms\Services\Form;

class TopicForm
{
Expand Down
2 changes: 1 addition & 1 deletion app/Forms/Builders/TypeForm.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
namespace App\Forms\Builders;

use App\Models\Type;
use LaravelEnso\Forms\Services\Form;
use LaravelLiberu\Forms\Services\Form;

class TypeForm
{
Expand Down
2 changes: 1 addition & 1 deletion app/Forms/Builders/UserForm.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

use App\Models\User;
use Illuminate\Support\Facades\Auth;
use LaravelEnso\Forms\Services\Form;
use LaravelLiberu\Forms\Services\Form;

class UserForm
{
Expand Down
2 changes: 1 addition & 1 deletion app/Forms/Templates/company.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"value": null,
"meta": {
"type": "select",
"options": "LaravelEnso\\Companies\\Enums\\Statuses"
"options": "LaravelLiberu\\Companies\\Enums\\Statuses"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion app/Forms/Templates/person.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"column": 2,
"meta": {
"type": "select",
"options": "LaravelEnso\\People\\Enums\\Titles"
"options": "LaravelLiberu\\People\\Enums\\Titles"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion app/Forms/Templates/personindi.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"column": 2,
"meta": {
"type": "select",
"options": "LaravelEnso\\People\\Enums\\Titles"
"options": "LaravelLiberu\\People\\Enums\\Titles"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion app/Http/Controllers/Addrs/ExportExcel.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

use App\Tables\Builders\AddrTable;
use Illuminate\Routing\Controller;
use LaravelEnso\Tables\Traits\Excel;
use LaravelLiberu\Tables\Traits\Excel;

class ExportExcel extends Controller
{
Expand Down
Loading

0 comments on commit 32df7ce

Please sign in to comment.