UPDATE: Año de Copyright

This commit is contained in:
Moisés Cortés C. 2025-06-01 12:32:11 -06:00
parent d5ab0079bb
commit 2bfa1de120
85 changed files with 85 additions and 85 deletions

View File

@ -1,6 +1,6 @@
<?php namespace App\Console\Commands;
/**
* @copyright (c) 2024 Notsoweb (https://notsoweb.com) - All rights reserved.
* @copyright (c) 2025 Notsoweb (https://notsoweb.com) - All rights reserved.
*/
use Illuminate\Console\Command;

View File

@ -1,6 +1,6 @@
<?php namespace App\Events;
/**
* @copyright (c) 2024 Notsoweb (https://notsoweb.com) - All rights reserved.
* @copyright (c) 2025 Notsoweb (https://notsoweb.com) - All rights reserved.
*/
use Illuminate\Broadcasting\Channel;

View File

@ -1,6 +1,6 @@
<?php namespace App\Events;
/**
* @copyright (c) 2024 Notsoweb Software (https://notsoweb.com) - All Rights Reserved
* @copyright (c) 2025 Notsoweb Software (https://notsoweb.com) - All Rights Reserved
*/
use App\Models\Role;

View File

@ -1,6 +1,6 @@
<?php namespace App\Http\Controllers\Admin;
/**
* @copyright (c) 2024 Notsoweb Software (https://notsoweb.com) - All Rights Reserved
* @copyright (c) 2025 Notsoweb Software (https://notsoweb.com) - All Rights Reserved
*/
use App\Http\Controllers\Controller;

View File

@ -1,6 +1,6 @@
<?php namespace App\Http\Controllers\Admin;
/**
* @copyright (c) 2024 Notsoweb Software (https://notsoweb.com) - All Rights Reserved
* @copyright (c) 2025 Notsoweb Software (https://notsoweb.com) - All Rights Reserved
*/
use App\Http\Controllers\Controller;

View File

@ -1,6 +1,6 @@
<?php namespace App\Http\Controllers\Admin;
/**
* @copyright (c) 2024 Notsoweb Software (https://notsoweb.com) - All Rights Reserved
* @copyright (c) 2025 Notsoweb Software (https://notsoweb.com) - All Rights Reserved
*/
use App\Events\UpdateRoleUser;

View File

@ -1,6 +1,6 @@
<?php namespace App\Http\Controllers\Admin;
/**
* @copyright (c) 2024 Notsoweb Software (https://notsoweb.com) - All Rights Reserved
* @copyright (c) 2025 Notsoweb Software (https://notsoweb.com) - All Rights Reserved
*/
use App\Http\Controllers\Controller;

View File

@ -3,7 +3,7 @@
use Notsoweb\ApiResponse\Enums\ApiResponse;
/**
* @copyright (c) 2024 Notsoweb Software (https://notsoweb.com) - All Rights Reserved
* @copyright (c) 2025 Notsoweb Software (https://notsoweb.com) - All Rights Reserved
*/
/**

View File

@ -1,6 +1,6 @@
<?php namespace App\Http\Controllers;
/**
* @copyright (c) 2024 Notsoweb Software (https://notsoweb.com) - All Rights Reserved
* @copyright (c) 2025 Notsoweb Software (https://notsoweb.com) - All Rights Reserved
*/
/**

View File

@ -1,6 +1,6 @@
<?php namespace App\Http\Controllers\Developer;
/**
* @copyright (c) 2024 Notsoweb Software (https://notsoweb.com) - All Rights Reserved
* @copyright (c) 2025 Notsoweb Software (https://notsoweb.com) - All Rights Reserved
*/
use App\Http\Controllers\Controller;

View File

@ -1,6 +1,6 @@
<?php namespace App\Http\Controllers;
/**
* @copyright (c) 2024 Notsoweb Software (https://notsoweb.com) - All Rights Reserved
* @copyright (c) 2025 Notsoweb Software (https://notsoweb.com) - All Rights Reserved
*/
use App\Http\Requests\User\UserUpdateRequest;

View File

@ -1,6 +1,6 @@
<?php namespace App\Http\Controllers;
/**
* @copyright (c) 2024 Notsoweb Software (https://notsoweb.com) - All Rights Reserved
* @copyright (c) 2025 Notsoweb Software (https://notsoweb.com) - All Rights Reserved
*/
use App\Models\Setting;

View File

@ -1,6 +1,6 @@
<?php namespace App\Http\Controllers;
/**
* @copyright (c) 2024 Notsoweb Software (https://notsoweb.com) - All Rights Reserved
* @copyright (c) 2025 Notsoweb Software (https://notsoweb.com) - All Rights Reserved
*/
use Notsoweb\ApiResponse\Enums\ApiResponse;

View File

@ -1,6 +1,6 @@
<?php namespace App\Http\Controllers\System;
/**
* @copyright (c) 2024 Notsoweb Software (https://notsoweb.com) - All Rights Reserved
* @copyright (c) 2025 Notsoweb Software (https://notsoweb.com) - All Rights Reserved
*/
use App\Http\Controllers\Controller;

View File

@ -1,6 +1,6 @@
<?php namespace App\Http\Requests\Auth;
/**
* @copyright (c) 2024 Notsoweb Software (https://notsoweb.com) - All Rights Reserved
* @copyright (c) 2025 Notsoweb Software (https://notsoweb.com) - All Rights Reserved
*/
use Illuminate\Foundation\Http\FormRequest;

View File

@ -1,6 +1,6 @@
<?php namespace App\Http\Requests\Roles;
/**
* @copyright (c) 2024 Notsoweb Software (https://notsoweb.com) - All Rights Reserved
* @copyright (c) 2025 Notsoweb Software (https://notsoweb.com) - All Rights Reserved
*/
use Illuminate\Foundation\Http\FormRequest;

View File

@ -1,6 +1,6 @@
<?php namespace App\Http\Requests\Roles;
/**
* @copyright (c) 2024 Notsoweb Software (https://notsoweb.com) - All Rights Reserved
* @copyright (c) 2025 Notsoweb Software (https://notsoweb.com) - All Rights Reserved
*/
use Illuminate\Foundation\Http\FormRequest;

View File

@ -1,6 +1,6 @@
<?php namespace App\Http\Requests\User;
/**
* @copyright (c) 2024 Notsoweb Software (https://notsoweb.com) - All Rights Reserved
* @copyright (c) 2025 Notsoweb Software (https://notsoweb.com) - All Rights Reserved
*/
use Illuminate\Foundation\Http\FormRequest;

View File

@ -1,6 +1,6 @@
<?php namespace App\Http\Requests\User;
/**
* @copyright (c) 2024 Notsoweb Software (https://notsoweb.com) - All Rights Reserved
* @copyright (c) 2025 Notsoweb Software (https://notsoweb.com) - All Rights Reserved
*/
use Illuminate\Foundation\Http\FormRequest;

View File

@ -1,6 +1,6 @@
<?php namespace App\Http\Requests\User;
/**
* @copyright (c) 2024 Notsoweb Software (https://notsoweb.com) - All Rights Reserved
* @copyright (c) 2025 Notsoweb Software (https://notsoweb.com) - All Rights Reserved
*/
use Illuminate\Foundation\Http\FormRequest;

View File

@ -1,6 +1,6 @@
<?php namespace App\Http\Requests\Users;
/**
* @copyright (c) 2024 Notsoweb Software (https://notsoweb.com) - All Rights Reserved
* @copyright (c) 2025 Notsoweb Software (https://notsoweb.com) - All Rights Reserved
*/
use Illuminate\Foundation\Http\FormRequest;

View File

@ -1,6 +1,6 @@
<?php namespace App\Http\Requests\Users;
/**
* @copyright (c) 2024 Notsoweb Software (https://notsoweb.com) - All Rights Reserved
* @copyright (c) 2025 Notsoweb Software (https://notsoweb.com) - All Rights Reserved
*/
use Illuminate\Foundation\Http\FormRequest;

View File

@ -1,6 +1,6 @@
<?php namespace App\Http\Requests\Users;
/**
* @copyright (C) 2024 Notsoweb Software (https://notsoweb.com) - All rights reserved
* @copyright (c) 2025 Notsoweb Software (https://notsoweb.com) - All rights reserved
*/
use Illuminate\Foundation\Http\FormRequest;

View File

@ -1,6 +1,6 @@
<?php namespace App\Http\Requests\Users;
/**
* @copyright (C) 2024 Notsoweb Software (https://notsoweb.com) - All rights reserved
* @copyright (c) 2025 Notsoweb Software (https://notsoweb.com) - All rights reserved
*/
use Illuminate\Foundation\Http\FormRequest;

View File

@ -1,6 +1,6 @@
<?php namespace App\Http\Traits;
/**
* @copyright (c) 2024 Notsoweb Software (https://notsoweb.com) - All Rights Reserved
* @copyright (c) 2025 Notsoweb Software (https://notsoweb.com) - All Rights Reserved
*/
use App\Models\Notification;

View File

@ -1,6 +1,6 @@
<?php namespace App\Http\Traits;
/**
* @copyright (C) 2024 Notsoweb Software (https://notsoweb.com) - All rights reserved
* @copyright (c) 2025 Notsoweb Software (https://notsoweb.com) - All rights reserved
*/
use Illuminate\Database\Eloquent\Casts\Attribute;

View File

@ -1,6 +1,6 @@
<?php namespace App\Http\Traits;
/**
* @copyright (c) 2024 Notsoweb Software (https://notsoweb.com) - All Rights Reserved
* @copyright (c) 2025 Notsoweb Software (https://notsoweb.com) - All Rights Reserved
*/
use Illuminate\Notifications\RoutesNotifications;

View File

@ -1,6 +1,6 @@
<?php namespace App\Models;
/**
* @copyright (c) 2024 Notsoweb Software (https://notsoweb.com) - All Rights Reserved
* @copyright (c) 2025 Notsoweb Software (https://notsoweb.com) - All Rights Reserved
*/
use Illuminate\Database\Eloquent\Builder;

View File

@ -1,6 +1,6 @@
<?php namespace App\Models;
/**
* @copyright (c) 2024 Notsoweb Software (https://notsoweb.com) - All rights reserved.
* @copyright (c) 2025 Notsoweb Software (https://notsoweb.com) - All rights reserved.
*/
use Illuminate\Database\Eloquent\Model;

View File

@ -1,6 +1,6 @@
<?php namespace App\Models;
/**
* @copyright (c) 2024 Notsoweb Software (https://notsoweb.com) - All Rights Reserved
* @copyright (c) 2025 Notsoweb Software (https://notsoweb.com) - All Rights Reserved
*/
use Illuminate\Database\Eloquent\Model;

View File

@ -1,6 +1,6 @@
<?php namespace App\Models;
/**
* @copyright (c) 2024 Notsoweb Software (https://notsoweb.com) - All Rights Reserved
* @copyright (c) 2025 Notsoweb Software (https://notsoweb.com) - All Rights Reserved
*/
use App\Observers\RoleObserver;

View File

@ -1,6 +1,6 @@
<?php namespace App\Models;
/**
* @copyright (c) 2024 Notsoweb Software (https://notsoweb.com) - All Rights Reserved
* @copyright (c) 2025 Notsoweb Software (https://notsoweb.com) - All Rights Reserved
*/
use App\Enums\SettingTypeEk;

View File

@ -1,6 +1,6 @@
<?php namespace App\Models;
/**
* @copyright (c) 2024 Notsoweb Software (https://notsoweb.com) - All Rights Reserved
* @copyright (c) 2025 Notsoweb Software (https://notsoweb.com) - All Rights Reserved
*/
// use Illuminate\Contracts\Auth\MustVerifyEmail;

View File

@ -1,6 +1,6 @@
<?php namespace App\Models;
/**
* @copyright (c) 2024 Notsoweb Software (https://notsoweb.com) - All Rights Reserved
* @copyright (c) 2025 Notsoweb Software (https://notsoweb.com) - All Rights Reserved
*/
use Illuminate\Database\Eloquent\Casts\Attribute;

View File

@ -1,6 +1,6 @@
<?php namespace App\Notifications;
/**
* @copyright (c) 2024 Notsoweb Software (https://notsoweb.com) - All Rights Reserved
* @copyright (c) 2025 Notsoweb Software (https://notsoweb.com) - All Rights Reserved
*/
use Illuminate\Bus\Queueable;

View File

@ -1,6 +1,6 @@
<?php namespace App\Notifications;
/**
* @copyright (c) 2024 Notsoweb Software (https://notsoweb.com) - All Rights Reserved
* @copyright (c) 2025 Notsoweb Software (https://notsoweb.com) - All Rights Reserved
*/
use Illuminate\Bus\Queueable;

View File

@ -1,6 +1,6 @@
<?php namespace App\Observers;
/**
* @copyright (c) 2024 Notsoweb Software (https://notsoweb.com) - All Rights Reserved
* @copyright (c) 2025 Notsoweb Software (https://notsoweb.com) - All Rights Reserved
*/
use App\Models\User;

View File

@ -1,6 +1,6 @@
<?php namespace App\Providers;
/**
* @copyright (c) 2024 Notsoweb Software (https://notsoweb.com) - All Rights Reserved
* @copyright (c) 2025 Notsoweb Software (https://notsoweb.com) - All Rights Reserved
*/
use App\Models\User;

View File

@ -1,6 +1,6 @@
<?php namespace App\Providers;
/**
* @copyright (c) 2024 Notsoweb Software (https://notsoweb.com) - All Rights Reserved
* @copyright (c) 2025 Notsoweb Software (https://notsoweb.com) - All Rights Reserved
*/
use App\Models\User;

View File

@ -1,6 +1,6 @@
<?php namespace App\Schedules;
/**
* @copyright (c) 2024 Notsoweb Software (https://www.notsoweb.com) - All rights reserved.
* @copyright (c) 2025 Notsoweb Software (https://www.notsoweb.com) - All rights reserved.
*/
use App\Models\ResetPassword;

View File

@ -1,6 +1,6 @@
<?php namespace Database\Seeders;
/**
* @copyright (c) 2024 Notsoweb Software (https://notsoweb.com) - All Rights Reserved
* @copyright (c) 2025 Notsoweb Software (https://notsoweb.com) - All Rights Reserved
*/
use Illuminate\Database\Seeder;

View File

@ -1,6 +1,6 @@
<?php namespace Database\Seeders;
/**
* @copyright (c) 2024 Notsoweb Software (https://notsoweb.com) - All Rights Reserved
* @copyright (c) 2025 Notsoweb Software (https://notsoweb.com) - All Rights Reserved
*/
use Illuminate\Database\Seeder;

View File

@ -1,6 +1,6 @@
<?php namespace Database\Seeders;
/**
* @copyright (c) 2024 Notsoweb Software (https://notsoweb.com) - All Rights Reserved
* @copyright (c) 2025 Notsoweb Software (https://notsoweb.com) - All Rights Reserved
*/
use App\Models\PermissionType;

View File

@ -1,6 +1,6 @@
<?php namespace Database\Seeders;
/**
* @copyright (c) 2024 Notsoweb Software (https://notsoweb.com) - All Rights Reserved
* @copyright (c) 2025 Notsoweb Software (https://notsoweb.com) - All Rights Reserved
*/
use App\Enums\SettingTypeEk;

View File

@ -1,6 +1,6 @@
<?php namespace Database\Seeders;
/**
* @copyright (c) 2024 Notsoweb Software (https://notsoweb.com) - All Rights Reserved
* @copyright (c) 2025 Notsoweb Software (https://notsoweb.com) - All Rights Reserved
*/
use App\Models\User;

View File

@ -1,6 +1,6 @@
<?php namespace {{ namespace }};
/**
* @copyright (c) 2024 Notsoweb Software (https://notsoweb.com) - All Rights Reserved
* @copyright (c) 2025 Notsoweb Software (https://notsoweb.com) - All Rights Reserved
*/
use Illuminate\Database\Eloquent\Model;

View File

@ -1,6 +1,6 @@
<?php namespace {{ namespace }};
/**
* @copyright (c) 2024 Notsoweb Software (https://notsoweb.com) - All Rights Reserved
* @copyright (c) 2025 Notsoweb Software (https://notsoweb.com) - All Rights Reserved
*/
use Illuminate\Database\Eloquent\Model;

View File

@ -1,6 +1,6 @@
<?php namespace {{ namespace }};
/**
* @copyright (c) 2024 Notsoweb Software (https://notsoweb.com) - All Rights Reserved
* @copyright (c) 2025 Notsoweb Software (https://notsoweb.com) - All Rights Reserved
*/
use Illuminate\Console\Command;

View File

@ -1,6 +1,6 @@
<?php namespace {{ namespace }};
/**
* @copyright (c) 2024 Notsoweb Software (https://notsoweb.com) - All Rights Reserved
* @copyright (c) 2025 Notsoweb Software (https://notsoweb.com) - All Rights Reserved
*/
use {{ rootNamespace }}Http\Controllers\Controller;

View File

@ -1,6 +1,6 @@
<?php namespace {{ namespace }};
/**
* @copyright (c) 2024 Notsoweb Software (https://notsoweb.com) - All Rights Reserved
* @copyright (c) 2025 Notsoweb Software (https://notsoweb.com) - All Rights Reserved
*/
use {{ rootNamespace }}Http\Controllers\Controller;

View File

@ -1,6 +1,6 @@
<?php namespace {{ namespace }};
/**
* @copyright (c) 2024 Notsoweb Software (https://notsoweb.com) - All Rights Reserved
* @copyright (c) 2025 Notsoweb Software (https://notsoweb.com) - All Rights Reserved
*/
use {{ namespacedModel }};

View File

@ -1,6 +1,6 @@
<?php namespace {{ namespace }};
/**
* @copyright (c) 2024 Notsoweb Software (https://notsoweb.com) - All Rights Reserved
* @copyright (c) 2025 Notsoweb Software (https://notsoweb.com) - All Rights Reserved
*/
use {{ namespacedModel }};

View File

@ -1,6 +1,6 @@
<?php namespace {{ namespace }};
/**
* @copyright (c) 2024 Notsoweb Software (https://notsoweb.com) - All Rights Reserved
* @copyright (c) 2025 Notsoweb Software (https://notsoweb.com) - All Rights Reserved
*/
use {{ namespacedModel }};

View File

@ -1,6 +1,6 @@
<?php namespace {{ namespace }};
/**
* @copyright (c) 2024 Notsoweb Software (https://notsoweb.com) - All Rights Reserved
* @copyright (c) 2025 Notsoweb Software (https://notsoweb.com) - All Rights Reserved
*/
use {{ namespacedModel }};

View File

@ -1,6 +1,6 @@
<?php namespace {{ namespace }};
/**
* @copyright (c) 2024 Notsoweb Software (https://notsoweb.com) - All Rights Reserved
* @copyright (c) 2025 Notsoweb Software (https://notsoweb.com) - All Rights Reserved
*/
use {{ namespacedModel }};

View File

@ -1,6 +1,6 @@
<?php namespace {{ namespace }};
/**
* @copyright (c) 2024 Notsoweb Software (https://notsoweb.com) - All Rights Reserved
* @copyright (c) 2025 Notsoweb Software (https://notsoweb.com) - All Rights Reserved
*/
use {{ namespacedModel }};

View File

@ -1,6 +1,6 @@
<?php namespace {{ namespace }};
/**
* @copyright (c) 2024 Notsoweb Software (https://notsoweb.com) - All Rights Reserved
* @copyright (c) 2025 Notsoweb Software (https://notsoweb.com) - All Rights Reserved
*/
use {{ rootNamespace }}Http\Controllers\Controller;

View File

@ -1,6 +1,6 @@
<?php namespace {{ namespace }};
/**
* @copyright (c) 2024 Notsoweb Software (https://notsoweb.com) - All Rights Reserved
* @copyright (c) 2025 Notsoweb Software (https://notsoweb.com) - All Rights Reserved
*/
use {{ rootNamespace }}Http\Controllers\Controller;

View File

@ -1,6 +1,6 @@
<?php namespace {{ namespace }};
/**
* @copyright (c) 2024 Notsoweb Software (https://notsoweb.com) - All Rights Reserved
* @copyright (c) 2025 Notsoweb Software (https://notsoweb.com) - All Rights Reserved
*/
use {{ rootNamespace }}Http\Controllers\Controller;

View File

@ -1,6 +1,6 @@
<?php namespace {{ namespace }};
/**
* @copyright (c) 2024 Notsoweb Software (https://notsoweb.com) - All Rights Reserved
* @copyright (c) 2025 Notsoweb Software (https://notsoweb.com) - All Rights Reserved
*/
use Illuminate\Http\Request;

View File

@ -1,6 +1,6 @@
<?php namespace {{ namespace }};
/**
* @copyright (c) 2024 Notsoweb Software (https://notsoweb.com) - All Rights Reserved
* @copyright (c) 2025 Notsoweb Software (https://notsoweb.com) - All Rights Reserved
*/
/**

View File

@ -1,6 +1,6 @@
<?php namespace {{ namespace }};
/**
* @copyright (c) 2024 Notsoweb Software (https://notsoweb.com) - All Rights Reserved
* @copyright (c) 2025 Notsoweb Software (https://notsoweb.com) - All Rights Reserved
*/
/**

View File

@ -1,6 +1,6 @@
<?php namespace {{ namespace }};
/**
* @copyright (c) 2024 Notsoweb Software (https://notsoweb.com) - All Rights Reserved
* @copyright (c) 2025 Notsoweb Software (https://notsoweb.com) - All Rights Reserved
*/
use Illuminate\Broadcasting\Channel;

View File

@ -1,6 +1,6 @@
<?php namespace {{ factoryNamespace }};
/**
* @copyright (c) 2024 Notsoweb Software (https://notsoweb.com) - All Rights Reserved
* @copyright (c) 2025 Notsoweb Software (https://notsoweb.com) - All Rights Reserved
*/
use Illuminate\Database\Eloquent\Factories\Factory;

View File

@ -1,6 +1,6 @@
<?php namespace {{ namespace }};
/**
* @copyright (c) 2024 Notsoweb Software (https://notsoweb.com) - All Rights Reserved
* @copyright (c) 2025 Notsoweb Software (https://notsoweb.com) - All Rights Reserved
*/
use Illuminate\Contracts\Queue\ShouldQueue;

View File

@ -1,6 +1,6 @@
<?php namespace {{ namespace }};
/**
* @copyright (c) 2024 Notsoweb Software (https://notsoweb.com) - All Rights Reserved
* @copyright (c) 2025 Notsoweb Software (https://notsoweb.com) - All Rights Reserved
*/
use Illuminate\Foundation\Bus\Dispatchable;

View File

@ -1,6 +1,6 @@
<?php namespace {{ namespace }};
/**
* @copyright (c) 2024 Notsoweb Software (https://notsoweb.com) - All Rights Reserved
* @copyright (c) 2025 Notsoweb Software (https://notsoweb.com) - All Rights Reserved
*/
use Illuminate\Contracts\Queue\ShouldQueue;

View File

@ -1,6 +1,6 @@
<?php namespace {{ namespace }};
/**
* @copyright (c) 2024 Notsoweb Software (https://notsoweb.com) - All Rights Reserved
* @copyright (c) 2025 Notsoweb Software (https://notsoweb.com) - All Rights Reserved
*/
use Illuminate\Contracts\Queue\ShouldQueue;

View File

@ -1,6 +1,6 @@
<?php namespace {{ namespace }};
/**
* @copyright (c) 2024 Notsoweb Software (https://notsoweb.com) - All Rights Reserved
* @copyright (c) 2025 Notsoweb Software (https://notsoweb.com) - All Rights Reserved
*/
use {{ eventNamespace }};

View File

@ -1,6 +1,6 @@
<?php namespace {{ namespace }};
/**
* @copyright (c) 2024 Notsoweb Software (https://notsoweb.com) - All Rights Reserved
* @copyright (c) 2025 Notsoweb Software (https://notsoweb.com) - All Rights Reserved
*/
use {{ eventNamespace }};

View File

@ -1,6 +1,6 @@
<?php namespace {{ namespace }};
/**
* @copyright (c) 2024 Notsoweb Software (https://notsoweb.com) - All Rights Reserved
* @copyright (c) 2025 Notsoweb Software (https://notsoweb.com) - All Rights Reserved
*/
use Illuminate\Bus\Queueable;

View File

@ -1,6 +1,6 @@
<?php namespace {{ namespace }};
/**
* @copyright (c) 2024 Notsoweb Software (https://notsoweb.com) - All Rights Reserved
* @copyright (c) 2025 Notsoweb Software (https://notsoweb.com) - All Rights Reserved
*/

View File

@ -1,6 +1,6 @@
<?php namespace {{ namespace }};
/**
* @copyright (c) 2024 Notsoweb Software (https://notsoweb.com) - All Rights Reserved
* @copyright (c) 2025 Notsoweb Software (https://notsoweb.com) - All Rights Reserved
*/
use Illuminate\Bus\Queueable;

View File

@ -1,6 +1,6 @@
<?php namespace {{ namespace }};
/**
* @copyright (c) 2024 Notsoweb Software (https://notsoweb.com) - All Rights Reserved
* @copyright (c) 2025 Notsoweb Software (https://notsoweb.com) - All Rights Reserved
*/

View File

@ -1,6 +1,6 @@
<?php namespace {{ namespace }};
/**
* @copyright (c) 2024 Notsoweb Software (https://notsoweb.com) - All Rights Reserved
* @copyright (c) 2025 Notsoweb Software (https://notsoweb.com) - All Rights Reserved
*/
use Illuminate\Database\Eloquent\Relations\Pivot;

View File

@ -1,6 +1,6 @@
<?php namespace {{ namespace }};
/**
* @copyright (c) 2024 Notsoweb Software (https://notsoweb.com) - All Rights Reserved
* @copyright (c) 2025 Notsoweb Software (https://notsoweb.com) - All Rights Reserved
*/

View File

@ -1,6 +1,6 @@
<?php namespace {{ namespace }};
/**
* @copyright (c) 2024 Notsoweb Software (https://notsoweb.com) - All Rights Reserved
* @copyright (c) 2025 Notsoweb Software (https://notsoweb.com) - All Rights Reserved
*/
use Illuminate\Bus\Queueable;

View File

@ -1,6 +1,6 @@
<?php namespace {{ namespace }};
/**
* @copyright (c) 2024 Notsoweb Software (https://notsoweb.com) - All Rights Reserved
* @copyright (c) 2025 Notsoweb Software (https://notsoweb.com) - All Rights Reserved
*/
/**

View File

@ -1,6 +1,6 @@
<?php namespace {{ namespace }};
/**
* @copyright (c) 2024 Notsoweb Software (https://notsoweb.com) - All Rights Reserved
* @copyright (c) 2025 Notsoweb Software (https://notsoweb.com) - All Rights Reserved
*/
use {{ namespacedModel }};

View File

@ -1,6 +1,6 @@
<?php namespace {{ namespace }};
/**
* @copyright (c) 2024 Notsoweb Software (https://notsoweb.com) - All Rights Reserved
* @copyright (c) 2025 Notsoweb Software (https://notsoweb.com) - All Rights Reserved
*/
use Illuminate\Support\ServiceProvider;

View File

@ -1,6 +1,6 @@
<?php namespace {{ namespace }};
/**
* @copyright (c) 2024 Notsoweb Software (https://notsoweb.com) - All Rights Reserved
* @copyright (c) 2025 Notsoweb Software (https://notsoweb.com) - All Rights Reserved
*/
use Illuminate\Foundation\Http\FormRequest;

View File

@ -1,6 +1,6 @@
<?php namespace {{ namespace }};
/**
* @copyright (c) 2024 Notsoweb Software (https://notsoweb.com) - All Rights Reserved
* @copyright (c) 2025 Notsoweb Software (https://notsoweb.com) - All Rights Reserved
*/
use Illuminate\Database\Eloquent\Builder;

View File

@ -1,6 +1,6 @@
<?php namespace {{ namespace }};
/**
* @copyright (c) 2024 Notsoweb Software (https://notsoweb.com) - All Rights Reserved
* @copyright (c) 2025 Notsoweb Software (https://notsoweb.com) - All Rights Reserved
*/
use Illuminate\Database\Console\Seeds\WithoutModelEvents;

View File

@ -1,6 +1,6 @@
<?php namespace {{ namespace }};
/**
* @copyright (c) 2024 Notsoweb Software (https://notsoweb.com) - All Rights Reserved
* @copyright (c) 2025 Notsoweb Software (https://notsoweb.com) - All Rights Reserved
*/
/**

View File

@ -1,6 +1,6 @@
<?php namespace {{ namespace }};
/**
* @copyright (c) 2024 Notsoweb Software (https://notsoweb.com) - All Rights Reserved
* @copyright (c) 2025 Notsoweb Software (https://notsoweb.com) - All Rights Reserved
*/
use Closure;