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; <?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; use Illuminate\Console\Command;

View File

@ -1,6 +1,6 @@
<?php namespace App\Events; <?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; use Illuminate\Broadcasting\Channel;

View File

@ -1,6 +1,6 @@
<?php namespace App\Events; <?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; use App\Models\Role;

View File

@ -1,6 +1,6 @@
<?php namespace App\Http\Controllers\Admin; <?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; use App\Http\Controllers\Controller;

View File

@ -1,6 +1,6 @@
<?php namespace App\Http\Controllers\Admin; <?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; use App\Http\Controllers\Controller;

View File

@ -1,6 +1,6 @@
<?php namespace App\Http\Controllers\Admin; <?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; use App\Events\UpdateRoleUser;

View File

@ -1,6 +1,6 @@
<?php namespace App\Http\Controllers\Admin; <?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; use App\Http\Controllers\Controller;

View File

@ -3,7 +3,7 @@
use Notsoweb\ApiResponse\Enums\ApiResponse; 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; <?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; <?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; use App\Http\Controllers\Controller;

View File

@ -1,6 +1,6 @@
<?php namespace App\Http\Controllers; <?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; use App\Http\Requests\User\UserUpdateRequest;

View File

@ -1,6 +1,6 @@
<?php namespace App\Http\Controllers; <?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; use App\Models\Setting;

View File

@ -1,6 +1,6 @@
<?php namespace App\Http\Controllers; <?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; use Notsoweb\ApiResponse\Enums\ApiResponse;

View File

@ -1,6 +1,6 @@
<?php namespace App\Http\Controllers\System; <?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; use App\Http\Controllers\Controller;

View File

@ -1,6 +1,6 @@
<?php namespace App\Http\Requests\Auth; <?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; use Illuminate\Foundation\Http\FormRequest;

View File

@ -1,6 +1,6 @@
<?php namespace App\Http\Requests\Roles; <?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; use Illuminate\Foundation\Http\FormRequest;

View File

@ -1,6 +1,6 @@
<?php namespace App\Http\Requests\Roles; <?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; use Illuminate\Foundation\Http\FormRequest;

View File

@ -1,6 +1,6 @@
<?php namespace App\Http\Requests\User; <?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; use Illuminate\Foundation\Http\FormRequest;

View File

@ -1,6 +1,6 @@
<?php namespace App\Http\Requests\User; <?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; use Illuminate\Foundation\Http\FormRequest;

View File

@ -1,6 +1,6 @@
<?php namespace App\Http\Requests\User; <?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; use Illuminate\Foundation\Http\FormRequest;

View File

@ -1,6 +1,6 @@
<?php namespace App\Http\Requests\Users; <?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; use Illuminate\Foundation\Http\FormRequest;

View File

@ -1,6 +1,6 @@
<?php namespace App\Http\Requests\Users; <?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; use Illuminate\Foundation\Http\FormRequest;

View File

@ -1,6 +1,6 @@
<?php namespace App\Http\Requests\Users; <?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; use Illuminate\Foundation\Http\FormRequest;

View File

@ -1,6 +1,6 @@
<?php namespace App\Http\Requests\Users; <?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; use Illuminate\Foundation\Http\FormRequest;

View File

@ -1,6 +1,6 @@
<?php namespace App\Http\Traits; <?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; use App\Models\Notification;

View File

@ -1,6 +1,6 @@
<?php namespace App\Http\Traits; <?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; use Illuminate\Database\Eloquent\Casts\Attribute;

View File

@ -1,6 +1,6 @@
<?php namespace App\Http\Traits; <?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; use Illuminate\Notifications\RoutesNotifications;

View File

@ -1,6 +1,6 @@
<?php namespace App\Models; <?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; use Illuminate\Database\Eloquent\Builder;

View File

@ -1,6 +1,6 @@
<?php namespace App\Models; <?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; use Illuminate\Database\Eloquent\Model;

View File

@ -1,6 +1,6 @@
<?php namespace App\Models; <?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; use Illuminate\Database\Eloquent\Model;

View File

@ -1,6 +1,6 @@
<?php namespace App\Models; <?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; use App\Observers\RoleObserver;

View File

@ -1,6 +1,6 @@
<?php namespace App\Models; <?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; use App\Enums\SettingTypeEk;

View File

@ -1,6 +1,6 @@
<?php namespace App\Models; <?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; // use Illuminate\Contracts\Auth\MustVerifyEmail;

View File

@ -1,6 +1,6 @@
<?php namespace App\Models; <?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; use Illuminate\Database\Eloquent\Casts\Attribute;

View File

@ -1,6 +1,6 @@
<?php namespace App\Notifications; <?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; use Illuminate\Bus\Queueable;

View File

@ -1,6 +1,6 @@
<?php namespace App\Notifications; <?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; use Illuminate\Bus\Queueable;

View File

@ -1,6 +1,6 @@
<?php namespace App\Observers; <?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; use App\Models\User;

View File

@ -1,6 +1,6 @@
<?php namespace App\Providers; <?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; use App\Models\User;

View File

@ -1,6 +1,6 @@
<?php namespace App\Providers; <?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; use App\Models\User;

View File

@ -1,6 +1,6 @@
<?php namespace App\Schedules; <?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; use App\Models\ResetPassword;

View File

@ -1,6 +1,6 @@
<?php namespace Database\Seeders; <?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; use Illuminate\Database\Seeder;

View File

@ -1,6 +1,6 @@
<?php namespace Database\Seeders; <?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; use Illuminate\Database\Seeder;

View File

@ -1,6 +1,6 @@
<?php namespace Database\Seeders; <?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; use App\Models\PermissionType;

View File

@ -1,6 +1,6 @@
<?php namespace Database\Seeders; <?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; use App\Enums\SettingTypeEk;

View File

@ -1,6 +1,6 @@
<?php namespace Database\Seeders; <?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; use App\Models\User;

View File

@ -1,6 +1,6 @@
<?php namespace {{ namespace }}; <?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; use Illuminate\Database\Eloquent\Model;

View File

@ -1,6 +1,6 @@
<?php namespace {{ namespace }}; <?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; use Illuminate\Database\Eloquent\Model;

View File

@ -1,6 +1,6 @@
<?php namespace {{ namespace }}; <?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; use Illuminate\Console\Command;

View File

@ -1,6 +1,6 @@
<?php namespace {{ namespace }}; <?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; use {{ rootNamespace }}Http\Controllers\Controller;

View File

@ -1,6 +1,6 @@
<?php namespace {{ namespace }}; <?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; use {{ rootNamespace }}Http\Controllers\Controller;

View File

@ -1,6 +1,6 @@
<?php namespace {{ namespace }}; <?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 }}; use {{ namespacedModel }};

View File

@ -1,6 +1,6 @@
<?php namespace {{ namespace }}; <?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 }}; use {{ namespacedModel }};

View File

@ -1,6 +1,6 @@
<?php namespace {{ namespace }}; <?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 }}; use {{ namespacedModel }};

View File

@ -1,6 +1,6 @@
<?php namespace {{ namespace }}; <?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 }}; use {{ namespacedModel }};

View File

@ -1,6 +1,6 @@
<?php namespace {{ namespace }}; <?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 }}; use {{ namespacedModel }};

View File

@ -1,6 +1,6 @@
<?php namespace {{ namespace }}; <?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 }}; use {{ namespacedModel }};

View File

@ -1,6 +1,6 @@
<?php namespace {{ namespace }}; <?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; use {{ rootNamespace }}Http\Controllers\Controller;

View File

@ -1,6 +1,6 @@
<?php namespace {{ namespace }}; <?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; use {{ rootNamespace }}Http\Controllers\Controller;

View File

@ -1,6 +1,6 @@
<?php namespace {{ namespace }}; <?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; use {{ rootNamespace }}Http\Controllers\Controller;

View File

@ -1,6 +1,6 @@
<?php namespace {{ namespace }}; <?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; use Illuminate\Http\Request;

View File

@ -1,6 +1,6 @@
<?php namespace {{ namespace }}; <?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 }}; <?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 }}; <?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; use Illuminate\Broadcasting\Channel;

View File

@ -1,6 +1,6 @@
<?php namespace {{ factoryNamespace }}; <?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; use Illuminate\Database\Eloquent\Factories\Factory;

View File

@ -1,6 +1,6 @@
<?php namespace {{ namespace }}; <?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; use Illuminate\Contracts\Queue\ShouldQueue;

View File

@ -1,6 +1,6 @@
<?php namespace {{ namespace }}; <?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; use Illuminate\Foundation\Bus\Dispatchable;

View File

@ -1,6 +1,6 @@
<?php namespace {{ namespace }}; <?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; use Illuminate\Contracts\Queue\ShouldQueue;

View File

@ -1,6 +1,6 @@
<?php namespace {{ namespace }}; <?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; use Illuminate\Contracts\Queue\ShouldQueue;

View File

@ -1,6 +1,6 @@
<?php namespace {{ namespace }}; <?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 }}; use {{ eventNamespace }};

View File

@ -1,6 +1,6 @@
<?php namespace {{ namespace }}; <?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 }}; use {{ eventNamespace }};

View File

@ -1,6 +1,6 @@
<?php namespace {{ namespace }}; <?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; use Illuminate\Bus\Queueable;

View File

@ -1,6 +1,6 @@
<?php namespace {{ namespace }}; <?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 }}; <?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; use Illuminate\Bus\Queueable;

View File

@ -1,6 +1,6 @@
<?php namespace {{ namespace }}; <?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 }}; <?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; use Illuminate\Database\Eloquent\Relations\Pivot;

View File

@ -1,6 +1,6 @@
<?php namespace {{ namespace }}; <?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 }}; <?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; use Illuminate\Bus\Queueable;

View File

@ -1,6 +1,6 @@
<?php namespace {{ namespace }}; <?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 }}; <?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 }}; use {{ namespacedModel }};

View File

@ -1,6 +1,6 @@
<?php namespace {{ namespace }}; <?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; use Illuminate\Support\ServiceProvider;

View File

@ -1,6 +1,6 @@
<?php namespace {{ namespace }}; <?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; use Illuminate\Foundation\Http\FormRequest;

View File

@ -1,6 +1,6 @@
<?php namespace {{ namespace }}; <?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; use Illuminate\Database\Eloquent\Builder;

View File

@ -1,6 +1,6 @@
<?php namespace {{ namespace }}; <?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; use Illuminate\Database\Console\Seeds\WithoutModelEvents;

View File

@ -1,6 +1,6 @@
<?php namespace {{ namespace }}; <?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 }}; <?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; use Closure;