mirror of
https://github.com/parsecsv/parsecsv-for-php.git
synced 2026-02-19 08:36:39 +00:00
renamed namespace
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<?php
|
||||
namespace CSV;
|
||||
namespace ParseCsv;
|
||||
|
||||
use CSV\extensions\DatatypeTrait;
|
||||
use ParseCsv\extensions\DatatypeTrait;
|
||||
|
||||
class Csv {
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?php
|
||||
namespace CSV\extensions;
|
||||
namespace ParseCsv\extensions;
|
||||
|
||||
trait DatatypeTrait {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user