Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
Signed-off-by: Mior Muhammad Zaki <[email protected]>
  • Loading branch information
crynobone committed Mar 12, 2024
1 parent 18273f3 commit c0c6274
Show file tree
Hide file tree
Showing 34 changed files with 34 additions and 34 deletions.
2 changes: 1 addition & 1 deletion src/Console/BatchesTableCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
use Symfony\Component\Console\Attribute\AsCommand;

/**
* @see https://github.com/laravel/framework/blob/master/src/Illuminate/Queue/Console/BatchesTableCommand.php
* @see https://github.com/laravel/framework/blob/11.x/src/Illuminate/Queue/Console/BatchesTableCommand.php
*/
#[AsCommand(name: 'make:queue-batches-table', description: 'Create a migration for the batches database table')]
class BatchesTableCommand extends \Illuminate\Queue\Console\BatchesTableCommand
Expand Down
2 changes: 1 addition & 1 deletion src/Console/CacheTableCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
use Symfony\Component\Console\Attribute\AsCommand;

/**
* @see https://github.com/laravel/framework/blob/master/src/Illuminate/Cache/Console/CacheTableCommand.php
* @see https://github.com/laravel/framework/blob/11.x/src/Illuminate/Cache/Console/CacheTableCommand.php
*/
#[AsCommand(name: 'make:cache-table', description: 'Create a migration for the cache database table')]
class CacheTableCommand extends \Illuminate\Cache\Console\CacheTableCommand
Expand Down
2 changes: 1 addition & 1 deletion src/Console/CastMakeCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
use Symfony\Component\Console\Attribute\AsCommand;

/**
* @see https://github.com/laravel/framework/blob/master/src/Illuminate/Foundation/Console/CastMakeCommand.php
* @see https://github.com/laravel/framework/blob/11.x/src/Illuminate/Foundation/Console/CastMakeCommand.php
*/
#[AsCommand(name: 'make:cast', description: 'Create a new custom Eloquent cast class')]
class CastMakeCommand extends \Illuminate\Foundation\Console\CastMakeCommand
Expand Down
2 changes: 1 addition & 1 deletion src/Console/ChannelMakeCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
use Symfony\Component\Console\Attribute\AsCommand;

/**
* @see https://github.com/laravel/framework/blob/master/src/Illuminate/Foundation/Console/ChannelMakeCommand.php
* @see https://github.com/laravel/framework/blob/11.x/src/Illuminate/Foundation/Console/ChannelMakeCommand.php
*/
#[AsCommand(name: 'make:channel', description: 'Create a new channel class')]
class ChannelMakeCommand extends \Illuminate\Foundation\Console\ChannelMakeCommand
Expand Down
2 changes: 1 addition & 1 deletion src/Console/ClassMakeCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
use Symfony\Component\Console\Attribute\AsCommand;

/**
* @see https://github.com/laravel/framework/blob/master/src/Illuminate/Foundation/Console/ClassMakeCommand.php
* @see https://github.com/laravel/framework/blob/11.x/src/Illuminate/Foundation/Console/ClassMakeCommand.php
*/
#[AsCommand(name: 'make:class', description: 'Create a new class')]
class ClassMakeCommand extends \Illuminate\Foundation\Console\ClassMakeCommand
Expand Down
2 changes: 1 addition & 1 deletion src/Console/ComponentMakeCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
use Symfony\Component\Console\Attribute\AsCommand;

/**
* @see https://github.com/laravel/framework/blob/master/src/Illuminate/Foundation/Console/ComponentMakeCommand.php
* @see https://github.com/laravel/framework/blob/11.x/src/Illuminate/Foundation/Console/ComponentMakeCommand.php
*/
#[AsCommand(name: 'make:component', description: 'Create a new view component class')]
class ComponentMakeCommand extends \Illuminate\Foundation\Console\ComponentMakeCommand
Expand Down
2 changes: 1 addition & 1 deletion src/Console/ConsoleMakeCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
use Symfony\Component\Console\Attribute\AsCommand;

/**
* @see https://github.com/laravel/framework/blob/master/src/Illuminate/Foundation/Console/ConsoleMakeCommand.php
* @see https://github.com/laravel/framework/blob/11.x/src/Illuminate/Foundation/Console/ConsoleMakeCommand.php
*/
#[AsCommand(name: 'make:command', description: 'Create a new Artisan command')]
class ConsoleMakeCommand extends \Illuminate\Foundation\Console\ConsoleMakeCommand
Expand Down
2 changes: 1 addition & 1 deletion src/Console/ControllerMakeCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
use Symfony\Component\Console\Attribute\AsCommand;

/**
* @see https://github.com/laravel/framework/blob/master/src/Illuminate/Routing/Console/ControllerMakeCommand.php
* @see https://github.com/laravel/framework/blob/11.x/src/Illuminate/Routing/Console/ControllerMakeCommand.php
*/
#[AsCommand(name: 'make:controller', description: 'Create a new controller class')]
class ControllerMakeCommand extends \Illuminate\Routing\Console\ControllerMakeCommand
Expand Down
2 changes: 1 addition & 1 deletion src/Console/EnumMakeCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
use Symfony\Component\Console\Attribute\AsCommand;

/**
* @see https://github.com/laravel/framework/blob/master/src/Illuminate/Routing/Console/EnumMakeCommand.php
* @see https://github.com/laravel/framework/blob/11.x/src/Illuminate/Routing/Console/EnumMakeCommand.php
*/
#[AsCommand(name: 'make:enum', description: 'Create a new enum')]
class EnumMakeCommand extends \Illuminate\Foundation\Console\EnumMakeCommand
Expand Down
2 changes: 1 addition & 1 deletion src/Console/EventMakeCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
use Symfony\Component\Console\Attribute\AsCommand;

/**
* @see https://github.com/laravel/framework/blob/master/src/Illuminate/Foundation/Console/EventMakeCommand.php
* @see https://github.com/laravel/framework/blob/11.x/src/Illuminate/Foundation/Console/EventMakeCommand.php
*/
#[AsCommand(name: 'make:event', description: 'Create a new event class')]
class EventMakeCommand extends \Illuminate\Foundation\Console\EventMakeCommand
Expand Down
2 changes: 1 addition & 1 deletion src/Console/ExceptionMakeCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
use Symfony\Component\Console\Attribute\AsCommand;

/**
* @see https://github.com/laravel/framework/blob/master/src/Illuminate/Foundation/Console/ExceptionMakeCommand.php
* @see https://github.com/laravel/framework/blob/11.x/src/Illuminate/Foundation/Console/ExceptionMakeCommand.php
*/
#[AsCommand(name: 'make:exception', description: 'Create a new custom exception class')]
class ExceptionMakeCommand extends \Illuminate\Foundation\Console\ExceptionMakeCommand
Expand Down
2 changes: 1 addition & 1 deletion src/Console/FactoryMakeCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
use function Illuminate\Filesystem\join_paths;

/**
* @see https://github.com/laravel/framework/blob/master/src/Illuminate/Database/Console/Factories/FactoryMakeCommand.php
* @see https://github.com/laravel/framework/blob/11.x/src/Illuminate/Database/Console/Factories/FactoryMakeCommand.php
*/
#[AsCommand(name: 'make:factory', description: 'Create a new model factory')]
class FactoryMakeCommand extends \Illuminate\Database\Console\Factories\FactoryMakeCommand
Expand Down
2 changes: 1 addition & 1 deletion src/Console/FailedTableCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
use Symfony\Component\Console\Attribute\AsCommand;

/**
* @see https://github.com/laravel/framework/blob/master/src/Illuminate/Queue/Console/FailedTableCommand.php
* @see https://github.com/laravel/framework/blob/11.x/src/Illuminate/Queue/Console/FailedTableCommand.php
*/
#[AsCommand(name: 'make:queue-failed-table', description: 'Create a migration for the failed queue jobs database table')]
class FailedTableCommand extends \Illuminate\Queue\Console\FailedTableCommand
Expand Down
2 changes: 1 addition & 1 deletion src/Console/InterfaceMakeCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
use Symfony\Component\Console\Attribute\AsCommand;

/**
* @see https://github.com/laravel/framework/blob/master/src/Illuminate/Foundation/Console/InterfaceMakeCommand.php
* @see https://github.com/laravel/framework/blob/11.x/src/Illuminate/Foundation/Console/InterfaceMakeCommand.php
*/
#[AsCommand(name: 'make:interface', description: 'Create a new interface')]
class InterfaceMakeCommand extends \Illuminate\Foundation\Console\InterfaceMakeCommand
Expand Down
2 changes: 1 addition & 1 deletion src/Console/JobMakeCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
use Symfony\Component\Console\Attribute\AsCommand;

/**
* @see https://github.com/laravel/framework/blob/master/src/Illuminate/Foundation/Console/JobMakeCommand.php
* @see https://github.com/laravel/framework/blob/11.x/src/Illuminate/Foundation/Console/JobMakeCommand.php
*/
#[AsCommand(name: 'make:job', description: 'Create a new job class')]
class JobMakeCommand extends \Illuminate\Foundation\Console\JobMakeCommand
Expand Down
2 changes: 1 addition & 1 deletion src/Console/ListenerMakeCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
use Symfony\Component\Console\Attribute\AsCommand;

/**
* @see https://github.com/laravel/framework/blob/master/src/Illuminate/Foundation/Console/ListenerMakeCommand.php
* @see https://github.com/laravel/framework/blob/11.x/src/Illuminate/Foundation/Console/ListenerMakeCommand.php
*/
#[AsCommand(name: 'make:listener', description: 'Create a new event listener class')]
class ListenerMakeCommand extends \Illuminate\Foundation\Console\ListenerMakeCommand
Expand Down
2 changes: 1 addition & 1 deletion src/Console/MailMakeCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
use Symfony\Component\Console\Attribute\AsCommand;

/**
* @see https://github.com/laravel/framework/blob/master/src/Illuminate/Foundation/Console/MailMakeCommand.php
* @see https://github.com/laravel/framework/blob/11.x/src/Illuminate/Foundation/Console/MailMakeCommand.php
*/
#[AsCommand(name: 'make:mail', description: 'Create a new email class')]
class MailMakeCommand extends \Illuminate\Foundation\Console\MailMakeCommand
Expand Down
2 changes: 1 addition & 1 deletion src/Console/MiddlewareMakeCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
use Symfony\Component\Console\Attribute\AsCommand;

/**
* @see https://github.com/laravel/framework/blob/master/src/Illuminate/Routing/Console/MiddlewareMakeCommand.php
* @see https://github.com/laravel/framework/blob/11.x/src/Illuminate/Routing/Console/MiddlewareMakeCommand.php
*/
#[AsCommand(name: 'make:middleware', description: 'Create a new middleware class')]
class MiddlewareMakeCommand extends \Illuminate\Routing\Console\MiddlewareMakeCommand
Expand Down
2 changes: 1 addition & 1 deletion src/Console/MigrateMakeCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
use Symfony\Component\Console\Attribute\AsCommand;

/**
* @see https://github.com/laravel/framework/blob/master/src/Illuminate/Database/Console/Migrations/MigrateMakeCommand.php
* @see https://github.com/laravel/framework/blob/11.x/src/Illuminate/Database/Console/Migrations/MigrateMakeCommand.php
*/
#[AsCommand(name: 'make:migration', description: 'Create a new migration file')]
class MigrateMakeCommand extends \Illuminate\Database\Console\Migrations\MigrateMakeCommand
Expand Down
2 changes: 1 addition & 1 deletion src/Console/ModelMakeCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
use Symfony\Component\Console\Attribute\AsCommand;

/**
* @see https://github.com/laravel/framework/blob/master/src/Illuminate/Foundation/Console/ModelMakeCommand.php
* @see https://github.com/laravel/framework/blob/11.x/src/Illuminate/Foundation/Console/ModelMakeCommand.php
*/
#[AsCommand(name: 'make:model', description: 'Create a new Eloquent model class')]
class ModelMakeCommand extends \Illuminate\Foundation\Console\ModelMakeCommand
Expand Down
2 changes: 1 addition & 1 deletion src/Console/NotificationMakeCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
use Symfony\Component\Console\Attribute\AsCommand;

/**
* @see https://github.com/laravel/framework/blob/master/src/Illuminate/Foundation/Console/NotificationMakeCommand.php
* @see https://github.com/laravel/framework/blob/11.x/src/Illuminate/Foundation/Console/NotificationMakeCommand.php
*/
#[AsCommand(name: 'make:notification', description: 'Create a new notification class')]
class NotificationMakeCommand extends \Illuminate\Foundation\Console\NotificationMakeCommand
Expand Down
2 changes: 1 addition & 1 deletion src/Console/NotificationTableCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
use Symfony\Component\Console\Attribute\AsCommand;

/**
* @see https://github.com/laravel/framework/blob/master/src/Illuminate/Notifications/Console/NotificationTableCommand.php
* @see https://github.com/laravel/framework/blob/11.x/src/Illuminate/Notifications/Console/NotificationTableCommand.php
*/
#[AsCommand(name: 'make:notifications-table', description: 'Create a migration for the notifications table')]
class NotificationTableCommand extends \Illuminate\Notifications\Console\NotificationTableCommand
Expand Down
2 changes: 1 addition & 1 deletion src/Console/ObserverMakeCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
use Symfony\Component\Console\Attribute\AsCommand;

/**
* @see https://github.com/laravel/framework/blob/master/src/Illuminate/Foundation/Console/ObserverMakeCommand.php
* @see https://github.com/laravel/framework/blob/11.x/src/Illuminate/Foundation/Console/ObserverMakeCommand.php
*/
#[AsCommand(name: 'make:observer', description: 'Create a new observer class')]
class ObserverMakeCommand extends \Illuminate\Foundation\Console\ObserverMakeCommand
Expand Down
2 changes: 1 addition & 1 deletion src/Console/PolicyMakeCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
use Symfony\Component\Console\Attribute\AsCommand;

/**
* @see https://github.com/laravel/framework/blob/master/src/Illuminate/Foundation/Console/PolicyMakeCommand.php
* @see https://github.com/laravel/framework/blob/11.x/src/Illuminate/Foundation/Console/PolicyMakeCommand.php
*/
#[AsCommand(name: 'make:policy', description: 'Create a new policy class')]
class PolicyMakeCommand extends \Illuminate\Foundation\Console\PolicyMakeCommand
Expand Down
2 changes: 1 addition & 1 deletion src/Console/ProviderMakeCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
use Symfony\Component\Console\Attribute\AsCommand;

/**
* @see https://github.com/laravel/framework/blob/master/src/Illuminate/Foundation/Console/ProviderMakeCommand.php
* @see https://github.com/laravel/framework/blob/11.x/src/Illuminate/Foundation/Console/ProviderMakeCommand.php
*/
#[AsCommand(name: 'make:provider', description: 'Create a new service provider class')]
class ProviderMakeCommand extends \Illuminate\Foundation\Console\ProviderMakeCommand
Expand Down
2 changes: 1 addition & 1 deletion src/Console/QueueTableCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
use Symfony\Component\Console\Attribute\AsCommand;

/**
* @see https://github.com/laravel/framework/blob/master/src/Illuminate/Queue/Console/TableCommand.php
* @see https://github.com/laravel/framework/blob/11.x/src/Illuminate/Queue/Console/TableCommand.php
*/
#[AsCommand(name: 'make:queue-table', description: 'Create a migration for the queue jobs database table')]
class QueueTableCommand extends TableCommand
Expand Down
2 changes: 1 addition & 1 deletion src/Console/RequestMakeCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
use Symfony\Component\Console\Attribute\AsCommand;

/**
* @see https://github.com/laravel/framework/blob/master/src/Illuminate/Foundation/Console/RequestMakeCommand.php
* @see https://github.com/laravel/framework/blob/11.x/src/Illuminate/Foundation/Console/RequestMakeCommand.php
*/
#[AsCommand(name: 'make:request', description: 'Create a new form request class')]
class RequestMakeCommand extends \Illuminate\Foundation\Console\RequestMakeCommand
Expand Down
2 changes: 1 addition & 1 deletion src/Console/ResourceMakeCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
use Symfony\Component\Console\Attribute\AsCommand;

/**
* @see https://github.com/laravel/framework/blob/master/src/Illuminate/Foundation/Console/ResourceMakeCommand.php
* @see https://github.com/laravel/framework/blob/11.x/src/Illuminate/Foundation/Console/ResourceMakeCommand.php
*/
#[AsCommand(name: 'make:resource', description: 'Create a new resource')]
class ResourceMakeCommand extends \Illuminate\Foundation\Console\ResourceMakeCommand
Expand Down
2 changes: 1 addition & 1 deletion src/Console/RuleMakeCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
use Symfony\Component\Console\Attribute\AsCommand;

/**
* @see https://github.com/laravel/framework/blob/master/src/Illuminate/Foundation/Console/RuleMakeCommand.php
* @see https://github.com/laravel/framework/blob/11.x/src/Illuminate/Foundation/Console/RuleMakeCommand.php
*/
#[AsCommand(name: 'make:rule', description: 'Create a new validation rule')]
class RuleMakeCommand extends \Illuminate\Foundation\Console\RuleMakeCommand
Expand Down
2 changes: 1 addition & 1 deletion src/Console/ScopeMakeCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
use Symfony\Component\Console\Attribute\AsCommand;

/**
* @see https://github.com/laravel/framework/blob/master/src/Illuminate/Foundation/Console/ScopeMakeCommand.php
* @see https://github.com/laravel/framework/blob/11.x/src/Illuminate/Foundation/Console/ScopeMakeCommand.php
*/
#[AsCommand(name: 'make:scope', description: 'Create a new class')]
class ScopeMakeCommand extends \Illuminate\Foundation\Console\ScopeMakeCommand
Expand Down
2 changes: 1 addition & 1 deletion src/Console/SeederMakeCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
use Symfony\Component\Console\Attribute\AsCommand;

/**
* @see https://github.com/laravel/framework/blob/master/src/Illuminate/Database/Console/Seeds/SeederMakeCommand.php
* @see https://github.com/laravel/framework/blob/11.x/src/Illuminate/Database/Console/Seeds/SeederMakeCommand.php
*/
#[AsCommand(name: 'make:seeder', description: 'Create a new seeder class')]
class SeederMakeCommand extends \Illuminate\Database\Console\Seeds\SeederMakeCommand
Expand Down
2 changes: 1 addition & 1 deletion src/Console/SessionTableCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
use Symfony\Component\Console\Attribute\AsCommand;

/**
* @see https://github.com/laravel/framework/blob/master/src/Illuminate/Session/Console/SessionTableCommand.php
* @see https://github.com/laravel/framework/blob/11.x/src/Illuminate/Session/Console/SessionTableCommand.php
*/
#[AsCommand(name: 'make:session-table', description: 'Create a migration for the session database table')]
class SessionTableCommand extends \Illuminate\Session\Console\SessionTableCommand
Expand Down
2 changes: 1 addition & 1 deletion src/Console/TestMakeCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
use function Illuminate\Filesystem\join_paths;

/**
* @see https://github.com/laravel/framework/blob/master/src/Illuminate/Foundation/Console/TestMakeCommand.php
* @see https://github.com/laravel/framework/blob/11.x/src/Illuminate/Foundation/Console/TestMakeCommand.php
*/
#[AsCommand(name: 'make:test', description: 'Create a new test class')]
class TestMakeCommand extends \Illuminate\Foundation\Console\TestMakeCommand
Expand Down
2 changes: 1 addition & 1 deletion src/LaravelServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
use Illuminate\Support\ServiceProvider;

/**
* @see https://github.com/laravel/framework/blob/master/src/Illuminate/Foundation/Providers/ArtisanServiceProvider.php
* @see https://github.com/laravel/framework/blob/11.x/src/Illuminate/Foundation/Providers/ArtisanServiceProvider.php
*/
class LaravelServiceProvider extends ServiceProvider implements DeferrableProvider
{
Expand Down

0 comments on commit c0c6274

Please sign in to comment.