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
6eb47a60
Commit
6eb47a60
authored
Jun 01, 2015
by
cornernote
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
change namespaces
parent
a7fb187c
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
SoftDeleteBehavior.php
SoftDeleteBehavior.php
+1
-1
SoftDeleteQueryBehavior.php
SoftDeleteQueryBehavior.php
+1
-1
composer.json
composer.json
+1
-1
No files found.
behaviors/
SoftDeleteBehavior.php
→
SoftDeleteBehavior.php
View file @
6eb47a60
<?php
<?php
namespace
cornernote\behaviors
;
namespace
cornernote\
softdelete\
behaviors
;
use
yii\base\Behavior
;
use
yii\base\Behavior
;
use
yii\base\Event
;
use
yii\base\Event
;
...
...
behaviors/
SoftDeleteQueryBehavior.php
→
SoftDeleteQueryBehavior.php
View file @
6eb47a60
<?php
<?php
namespace
cornernote\behaviors
;
namespace
cornernote\
softdelete\
behaviors
;
use
yii\base\Behavior
;
use
yii\base\Behavior
;
use
yii\db\ActiveQuery
;
use
yii\db\ActiveQuery
;
...
...
composer.json
View file @
6eb47a60
...
@@ -19,7 +19,7 @@
...
@@ -19,7 +19,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