Skip to content

Commit

Permalink
📝 (Models): Update namespace and class names to use Xot instead of Id…
Browse files Browse the repository at this point in the history
…oteca for better clarity and consistency.
  • Loading branch information
marco76tv committed Aug 29, 2024
1 parent c970174 commit 421ddfb
Show file tree
Hide file tree
Showing 14 changed files with 28 additions and 28 deletions.
4 changes: 2 additions & 2 deletions Models/Export.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@
* @method static Builder|Export whereUpdatedAt($value)
* @method static Builder|Export whereUpdatedBy($value)
* @method static Builder|Export whereUserId($value)
* @property-read \Modules\Idoteca\Models\Profile|null $creator
* @property-read \Modules\Idoteca\Models\Profile|null $updater
* @property-read \Modules\Xot\Contracts\ProfileContract|null $creator
* @property-read \Modules\Xot\Contracts\ProfileContract|null $updater
* @mixin \Eloquent
*/
class Export extends BaseModel
Expand Down
4 changes: 2 additions & 2 deletions Models/FailedImportRow.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
* @method static Builder|FailedImportRow whereUpdatedAt($value)
* @method static Builder|FailedImportRow whereUpdatedBy($value)
* @method static Builder|FailedImportRow whereValidationError($value)
* @property-read \Modules\Idoteca\Models\Profile|null $creator
* @property-read \Modules\Idoteca\Models\Profile|null $updater
* @property-read \Modules\Xot\Contracts\ProfileContract|null $creator
* @property-read \Modules\Xot\Contracts\ProfileContract|null $updater
* @mixin \Eloquent
*/
class FailedImportRow extends BaseModel
Expand Down
4 changes: 2 additions & 2 deletions Models/FailedJob.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
* @method static Builder|FailedJob wherePayload($value)
* @method static Builder|FailedJob whereQueue($value)
* @method static Builder|FailedJob whereUuid($value)
* @property-read \Modules\Idoteca\Models\Profile|null $creator
* @property-read \Modules\Idoteca\Models\Profile|null $updater
* @property-read \Modules\Xot\Contracts\ProfileContract|null $creator
* @property-read \Modules\Xot\Contracts\ProfileContract|null $updater
* @mixin \Eloquent
*/
class FailedJob extends BaseModel
Expand Down
4 changes: 2 additions & 2 deletions Models/Frequency.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
* @method static Builder|Frequency whereTaskId($value)
* @method static Builder|Frequency whereUpdatedAt($value)
* @method static Builder|Frequency whereUpdatedBy($value)
* @property-read \Modules\Idoteca\Models\Profile|null $creator
* @property-read \Modules\Idoteca\Models\Profile|null $updater
* @property-read \Modules\Xot\Contracts\ProfileContract|null $creator
* @property-read \Modules\Xot\Contracts\ProfileContract|null $updater
* @mixin \Eloquent
*/
class Frequency extends BaseModel
Expand Down
4 changes: 2 additions & 2 deletions Models/Import.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@
* @method static Builder|Import whereUserId($value)
* @property string|null $user_type
* @method static Builder|Import whereUserType($value)
* @property-read \Modules\Idoteca\Models\Profile|null $creator
* @property-read \Modules\Idoteca\Models\Profile|null $updater
* @property-read \Modules\Xot\Contracts\ProfileContract|null $creator
* @property-read \Modules\Xot\Contracts\ProfileContract|null $updater
* @mixin \Eloquent
*/
class Import extends BaseModel
Expand Down
4 changes: 2 additions & 2 deletions Models/Job.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@
* @method static Builder|Job whereUpdatedBy($value)
* @property mixed $display_name
* @property mixed $status
* @property-read \Modules\Idoteca\Models\Profile|null $creator
* @property-read \Modules\Idoteca\Models\Profile|null $updater
* @property-read \Modules\Xot\Contracts\ProfileContract|null $creator
* @property-read \Modules\Xot\Contracts\ProfileContract|null $updater
* @mixin \Eloquent
*/
class Job extends BaseModel
Expand Down
4 changes: 2 additions & 2 deletions Models/JobBatch.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@
* @method static Builder|JobBatch whereOptions($value)
* @method static Builder|JobBatch wherePendingJobs($value)
* @method static Builder|JobBatch whereTotalJobs($value)
* @property-read \Modules\Idoteca\Models\Profile|null $creator
* @property-read \Modules\Idoteca\Models\Profile|null $updater
* @property-read \Modules\Xot\Contracts\ProfileContract|null $creator
* @property-read \Modules\Xot\Contracts\ProfileContract|null $updater
* @mixin \Eloquent
*/
class JobBatch extends BaseModel
Expand Down
4 changes: 2 additions & 2 deletions Models/JobManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@
* @method static \Illuminate\Database\Eloquent\Builder|JobManager whereQueue($value)
* @method static \Illuminate\Database\Eloquent\Builder|JobManager whereStartedAt($value)
* @method static \Illuminate\Database\Eloquent\Builder|JobManager whereUpdatedAt($value)
* @property-read \Modules\Idoteca\Models\Profile|null $creator
* @property-read \Modules\Idoteca\Models\Profile|null $updater
* @property-read \Modules\Xot\Contracts\ProfileContract|null $creator
* @property-read \Modules\Xot\Contracts\ProfileContract|null $updater
* @mixin \Eloquent
*/
class JobManager extends BaseModel
Expand Down
4 changes: 2 additions & 2 deletions Models/JobsWaiting.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
* @method static \Illuminate\Database\Eloquent\Builder|JobsWaiting whereUpdatedAt($value)
* @method static \Illuminate\Database\Eloquent\Builder|JobsWaiting whereUpdatedBy($value)
* @property mixed $status
* @property-read \Modules\Idoteca\Models\Profile|null $creator
* @property-read \Modules\Idoteca\Models\Profile|null $updater
* @property-read \Modules\Xot\Contracts\ProfileContract|null $creator
* @property-read \Modules\Xot\Contracts\ProfileContract|null $updater
* @mixin \Eloquent
*/
class JobsWaiting extends Job {}
4 changes: 2 additions & 2 deletions Models/Parameter.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
* @method static Builder|Parameter whereUpdatedAt($value)
* @method static Builder|Parameter whereUpdatedBy($value)
* @method static Builder|Parameter whereValue($value)
* @property-read \Modules\Idoteca\Models\Profile|null $creator
* @property-read \Modules\Idoteca\Models\Profile|null $updater
* @property-read \Modules\Xot\Contracts\ProfileContract|null $creator
* @property-read \Modules\Xot\Contracts\ProfileContract|null $updater
* @mixin \Eloquent
*/
class Parameter extends BaseModel
Expand Down
4 changes: 2 additions & 2 deletions Models/Result.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
* @method static \Illuminate\Database\Eloquent\Builder|Result whereTaskId($value)
* @method static \Illuminate\Database\Eloquent\Builder|Result whereUpdatedAt($value)
* @method static \Illuminate\Database\Eloquent\Builder|Result whereUpdatedBy($value)
* @property-read \Modules\Idoteca\Models\Profile|null $creator
* @property-read \Modules\Idoteca\Models\Profile|null $updater
* @property-read \Modules\Xot\Contracts\ProfileContract|null $creator
* @property-read \Modules\Xot\Contracts\ProfileContract|null $updater
* @mixin \Eloquent
*/
class Result extends BaseModel
Expand Down
4 changes: 2 additions & 2 deletions Models/Schedule.php
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@
* @method static Builder|Schedule whereWebhookAfter($value)
* @method static Builder|Schedule whereWebhookBefore($value)
* @method static Builder|Schedule whereWithoutOverlapping($value)
* @property-read \Modules\Idoteca\Models\Profile|null $creator
* @property-read \Modules\Idoteca\Models\Profile|null $updater
* @property-read \Modules\Xot\Contracts\ProfileContract|null $creator
* @property-read \Modules\Xot\Contracts\ProfileContract|null $updater
* @mixin \Eloquent
*/
class Schedule extends BaseModel
Expand Down
4 changes: 2 additions & 2 deletions Models/ScheduleHistory.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@
* @method static \Illuminate\Database\Eloquent\Builder|ScheduleHistory whereScheduleId($value)
* @method static \Illuminate\Database\Eloquent\Builder|ScheduleHistory whereUpdatedAt($value)
* @method static \Illuminate\Database\Eloquent\Builder|ScheduleHistory whereUpdatedBy($value)
* @property-read \Modules\Idoteca\Models\Profile|null $creator
* @property-read \Modules\Idoteca\Models\Profile|null $updater
* @property-read \Modules\Xot\Contracts\ProfileContract|null $creator
* @property-read \Modules\Xot\Contracts\ProfileContract|null $updater
* @mixin \Eloquent
*/
class ScheduleHistory extends BaseModel
Expand Down
4 changes: 2 additions & 2 deletions Models/Task.php
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@
* @property string|null $deleted_by
* @method static Builder|Task whereDeletedAt($value)
* @method static Builder|Task whereDeletedBy($value)
* @property-read \Modules\Idoteca\Models\Profile|null $creator
* @property-read \Modules\Idoteca\Models\Profile|null $updater
* @property-read \Modules\Xot\Contracts\ProfileContract|null $creator
* @property-read \Modules\Xot\Contracts\ProfileContract|null $updater
* @mixin \Eloquent
*/
class Task extends BaseModel
Expand Down

0 comments on commit 421ddfb

Please sign in to comment.