Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
Y
yii2-softdelete
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
CI / CD
CI / CD
Pipelines
Schedules
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
digisin
yii2-softdelete
Commits
02c356ab
Commit
02c356ab
authored
May 30, 2015
by
cornernote
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update namespace
parent
08ad842d
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
SoftDelete.php
SoftDelete.php
+1
-1
composer.json
composer.json
+1
-1
No files found.
SoftDelete.php
View file @
02c356ab
<?php
<?php
namespace
vyants
\softdelete
;
namespace
cornernote
\softdelete
;
use
yii\base\Behavior
;
use
yii\base\Behavior
;
use
yii\base\Event
;
use
yii\base\Event
;
...
...
composer.json
View file @
02c356ab
...
@@ -15,7 +15,7 @@
...
@@ -15,7 +15,7 @@
},
},
"autoload"
:
{
"autoload"
:
{
"psr-4"
:
{
"psr-4"
:
{
"cornernote
\\
"
:
""
"cornernote
\\
softdelete
\\
"
:
""
}
}
}
}
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment