Skip to content

Commit

Permalink
Update DTOGeneratorFactory.php
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanDaDeng authored Aug 12, 2019
1 parent dc8e801 commit 6d86c60
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/DTOGeneratorFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

namespace TimeHunter\LaravelDTOGenerator;

use TimeHunter\LaravelJsonToClassGenerator\Services\ArrayToClassGenerator;
use TimeHunter\LaravelDTOGenerator\Services\ArrayToClassGenerator;

use Exception;
use TimeHunter\LaravelJsonToClassGenerator\Services\JsonToClassGenerator;
use TimeHunter\LaravelDTOGenerator\Services\JsonToClassGenerator;

class DTOGeneratorFactory
{
Expand All @@ -28,4 +28,4 @@ public static function generate($driver)
throw new Exception('Driver: ' . $driver . ' is not found.');
}
}
}
}

0 comments on commit 6d86c60

Please sign in to comment.