Skip to content

Commit c361b7a

Browse files
author
rtrenuela
committed
Fix typo
1 parent 837c4f9 commit c361b7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ExportServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,6 @@ public function register()
5050
{
5151
$this->mergeConfigFrom(__DIR__ . '/config/datatables-export.php', 'datatables-export');
5252

53-
$this->commands([ataTablesPurgeExportCommand::class]);
53+
$this->commands([DataTablesPurgeExportCommand::class]);
5454
}
5555
}

0 commit comments

Comments
 (0)