commands method

  1. @override
List<ArtisanCommand> commands()

Returns the commands this provider contributes to the application.

Implementation

@override
List<ArtisanCommand> commands() => <ArtisanCommand>[
  InstallCommand(),
  ConfigureCommand(),
  payments_doctor.DoctorCommand(),
];